diff options
Diffstat (limited to 'devel')
31 files changed, 0 insertions, 387 deletions
diff --git a/devel/Makefile b/devel/Makefile index a88f75de9dcd..581ff0dfbaab 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4165,7 +4165,6 @@ SUBDIR += remake SUBDIR += replay SUBDIR += rhtvision - SUBDIR += ri-emacs SUBDIR += rlog SUBDIR += rlwrap SUBDIR += roboctl @@ -4186,7 +4185,6 @@ SUBDIR += ruby-date2 SUBDIR += ruby-dialogs SUBDIR += ruby-event-loop - SUBDIR += ruby-fastri SUBDIR += ruby-flexmock SUBDIR += ruby-gems SUBDIR += ruby-intl @@ -4194,8 +4192,6 @@ SUBDIR += ruby-krossruby SUBDIR += ruby-langscan SUBDIR += ruby-locale - SUBDIR += ruby-locale2 - SUBDIR += ruby-multi SUBDIR += ruby-ncurses SUBDIR += ruby-property SUBDIR += ruby-qtruby @@ -4205,7 +4201,6 @@ SUBDIR += ruby-rreadline SUBDIR += ruby-sdl SUBDIR += ruby-setup.rb - SUBDIR += ruby-statgrab SUBDIR += ruby-subversion SUBDIR += ruby-tzfile SUBDIR += ruby-wirble @@ -4293,7 +4288,6 @@ SUBDIR += rubygem-docile SUBDIR += rubygem-dotenv-deployment SUBDIR += rubygem-drydock - SUBDIR += rubygem-echoe SUBDIR += rubygem-edavis10-object_daddy SUBDIR += rubygem-elif SUBDIR += rubygem-enumerize @@ -4477,7 +4471,6 @@ SUBDIR += rubygem-ruby-sdl-ffi SUBDIR += rubygem-ruby2ruby SUBDIR += rubygem-ruby_parser - SUBDIR += rubygem-rubyforge SUBDIR += rubygem-rubygame SUBDIR += rubygem-rubygems-tasks SUBDIR += rubygem-rubyinlineaccel diff --git a/devel/ri-emacs/Makefile b/devel/ri-emacs/Makefile deleted file mode 100644 index 164a319a96c7..000000000000 --- a/devel/ri-emacs/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: stas -# $FreeBSD$ - -PORTNAME= ri-emacs -PORTVERSION= 0.2.3 -CATEGORIES= devel ruby elisp -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= Emacs extension to work with RDoc ri documentation - -USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR} - -EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp -XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp - -SUB_FILES= pkg-message - -do-install: - @${MKDIR} ${STAGEDIR}${RUBY_ELISPDIR} - ${INSTALL_DATA} ${WRKSRC}/ri-ruby.el ${STAGEDIR}${RUBY_ELISPDIR} - @${MKDIR} ${STAGEDIR}${XEMACSLISPDIR} - ${LN} -sf ${RUBY_ELISPDIR}/ri-ruby.el ${STAGEDIR}${EMACSLISPDIR} - ${LN} -sf ${RUBY_ELISPDIR}/ri-ruby.el ${STAGEDIR}${XEMACSLISPDIR} - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/ri-emacs.rb ${STAGEDIR}${DATADIR} - -DEPRECATED= RubyForge shutdown May 15 2014 -EXPIRATION_DATE= 2014-09-20 - -.include <bsd.port.mk> diff --git a/devel/ri-emacs/distinfo b/devel/ri-emacs/distinfo deleted file mode 100644 index 6a36ddcbc917..000000000000 --- a/devel/ri-emacs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/ri-emacs-0.2.3.tar.gz) = c497295c6df124890d38a4b1e656c13b4a65e988665e4e5cfeb0bfe243acb469 -SIZE (ruby/ri-emacs-0.2.3.tar.gz) = 5324 diff --git a/devel/ri-emacs/files/pkg-message.in b/devel/ri-emacs/files/pkg-message.in deleted file mode 100644 index fe3ce5fa6e4e..000000000000 --- a/devel/ri-emacs/files/pkg-message.in +++ /dev/null @@ -1,16 +0,0 @@ -==== - -To use ri-emacs add the following lines to your emacs -startup script: - - (setq ri-ruby-script "%%DATADIR%%/ri-emacs.rb") - (autoload 'ri "ri-ruby" nil t) - -You may want to bind the ri command to a key. For example to bind it -to F1 in ruby-mode and enable autocomplition: - (add-hook 'ruby-mode-hook (lambda () - (local-set-key 'f1 'ri) - (local-set-key "\M-\C-i" 'ri-ruby-complete-symbol) - (local-set-key 'f4 'ri-ruby-show-args))) - -==== diff --git a/devel/ri-emacs/pkg-descr b/devel/ri-emacs/pkg-descr deleted file mode 100644 index 20b5df880eaa..000000000000 --- a/devel/ri-emacs/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Ri for (X)Emacs is a (X)Emacs extension that acts as a convenient wrapper -around ri. It has autocompletion, nice colored output, it will ask for a -class name if needed. It is indispensible when coding Ruby with Emacs! - -WWW: http://rubyforge.org/projects/ri-emacs/ diff --git a/devel/ri-emacs/pkg-plist b/devel/ri-emacs/pkg-plist deleted file mode 100644 index 198f2aa30bce..000000000000 --- a/devel/ri-emacs/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%RUBY_ELISPDIR%%/ri-ruby.el -lib/xemacs/site-lisp/ri-ruby.el -share/emacs/site-lisp/ri-ruby.el -%%DATADIR%%/ri-emacs.rb -@dirrm %%DATADIR%% -@dirrmtry lib/xemacs/site-lisp -@dirrmtry lib/xemacs -@dirrmtry %%RUBY_ELISPDIR%% -@dirrmtry lib/ruby diff --git a/devel/ruby-fastri/Makefile b/devel/ruby-fastri/Makefile deleted file mode 100644 index b398cbc53f13..000000000000 --- a/devel/ruby-fastri/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: stas -# $FreeBSD$ - -PORTNAME= fastri -PORTVERSION= 0.3.1 -CATEGORIES= devel ruby -MASTER_SITES= RF -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Fast RDoc documentation browser for ruby - -USE_RUBY= yes -USE_RUBY_SETUP= yes -CONFIGURE_ARGS= --prefix="${PREFIX}" - -DOCS= CHANGES README.en - -OPTIONS_DEFINE= DOCS - -DEPRECATED= RubyForge shutdown May 15 2014 -EXPIRATION_DATE= 2014-09-20 - -post-install: - @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} - ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/ - -.include <bsd.port.mk> diff --git a/devel/ruby-fastri/distinfo b/devel/ruby-fastri/distinfo deleted file mode 100644 index 6810bd1c024d..000000000000 --- a/devel/ruby-fastri/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/fastri-0.3.1.tar.gz) = a59376b51be65221ea8aefef8c106a61a9edcb51c052a5a618560cdb9f260042 -SIZE (ruby/fastri-0.3.1.tar.gz) = 48231 diff --git a/devel/ruby-fastri/files/patch-lib_fastri_util.rb b/devel/ruby-fastri/files/patch-lib_fastri_util.rb deleted file mode 100644 index f0a7427f4207..000000000000 --- a/devel/ruby-fastri/files/patch-lib_fastri_util.rb +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/fastri/util.rb.orig 2009-06-17 16:15:24.000000000 +0400 -+++ lib/fastri/util.rb 2009-06-17 16:15:32.000000000 +0400 -@@ -1,5 +1,7 @@ - # Copyright (C) 2006 Mauricio Fernandez <mfp@acm.org> - -+require 'rubygems' -+ - # emulate rubygems.rb and define Gem.path if not loaded - # This is much faster than requiring rubygems.rb, which loads way too much - # stuff. diff --git a/devel/ruby-fastri/pkg-descr b/devel/ruby-fastri/pkg-descr deleted file mode 100644 index 5ce83534809d..000000000000 --- a/devel/ruby-fastri/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -FastRI improves on the aging RI documentation tool: much faster, needs less -RAM, "scoped" searches, e.g. get String extensions defined in a given RubyGems -package, fast full-text search, remote access via DRb (auto-discovered). - -WWW: http://eigenclass.org/hiki/fastri diff --git a/devel/ruby-fastri/pkg-plist b/devel/ruby-fastri/pkg-plist deleted file mode 100644 index 89c5351e8046..000000000000 --- a/devel/ruby-fastri/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/fastri-server -bin/fri -bin/qri -bin/ri-emacs -%%RUBY_SITELIBDIR%%/fastri/full_text_index.rb -%%RUBY_SITELIBDIR%%/fastri/full_text_indexer.rb -%%RUBY_SITELIBDIR%%/fastri/name_descriptor.rb -%%RUBY_SITELIBDIR%%/fastri/ri_index.rb -%%RUBY_SITELIBDIR%%/fastri/ri_service.rb -%%RUBY_SITELIBDIR%%/fastri/util.rb -%%RUBY_SITELIBDIR%%/fastri/version.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGES -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%% -@dirrm %%RUBY_SITELIBDIR%%/fastri diff --git a/devel/ruby-locale2/Makefile b/devel/ruby-locale2/Makefile deleted file mode 100644 index b3a71ace98df..000000000000 --- a/devel/ruby-locale2/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: stas -# $FreeBSD$ - -PORTNAME= locale2 -PORTVERSION= 2.0.5 -CATEGORIES= devel ruby -MASTER_SITES= RF -MASTER_SITE_SUBDIR= locale -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-locale-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Pure ruby library which provides basic APIs for localization - -CONFLICTS= ${PKGNAMEPREFIX}locale-[0-9]* - -USE_RUBY= yes -USE_RUBY_SETUP= yes - -OPTIONS_DEFINE= DOCS - -DEPRECATED= RubyForge shutdown May 15 2014 -EXPIRATION_DATE= 2014-09-20 - -post-install: - ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ - ${INSTALL_DATA} ${WRKSRC}/README.rdoc ${STAGEDIR}${RUBY_MODDOCDIR}/ - ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ - @(cd ${WRKSRC}/samples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/) - -.include <bsd.port.mk> diff --git a/devel/ruby-locale2/distinfo b/devel/ruby-locale2/distinfo deleted file mode 100644 index 5cc08eebc181..000000000000 --- a/devel/ruby-locale2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/ruby-locale-2.0.5.tar.gz) = c4ff425f92d5e97bc8bd3319623770fb1a1865fcb0acb26de7590165075347ff -SIZE (ruby/ruby-locale-2.0.5.tar.gz) = 106505 diff --git a/devel/ruby-locale2/pkg-descr b/devel/ruby-locale2/pkg-descr deleted file mode 100644 index a19c251af300..000000000000 --- a/devel/ruby-locale2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Ruby-Locale is the pure ruby library which provides basic APIs for -localization. - -WWW: http://www.yotabanana.com/hiki/ruby-locale.html diff --git a/devel/ruby-locale2/pkg-plist b/devel/ruby-locale2/pkg-plist deleted file mode 100644 index d662d58e89e1..000000000000 --- a/devel/ruby-locale2/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -%%RUBY_SITELIBDIR%%/locale.rb -%%RUBY_SITELIBDIR%%/locale/data/languages.tab.gz -%%RUBY_SITELIBDIR%%/locale/data/regions.tab.gz -%%RUBY_SITELIBDIR%%/locale/driver/cgi.rb -%%RUBY_SITELIBDIR%%/locale/driver/env.rb -%%RUBY_SITELIBDIR%%/locale/driver/jruby.rb -%%RUBY_SITELIBDIR%%/locale/driver/posix.rb -%%RUBY_SITELIBDIR%%/locale/driver/win32.rb -%%RUBY_SITELIBDIR%%/locale/driver/win32_table.rb -%%RUBY_SITELIBDIR%%/locale/info.rb -%%RUBY_SITELIBDIR%%/locale/info/language.rb -%%RUBY_SITELIBDIR%%/locale/info/region.rb -%%RUBY_SITELIBDIR%%/locale/tag.rb -%%RUBY_SITELIBDIR%%/locale/tag/cldr.rb -%%RUBY_SITELIBDIR%%/locale/tag/common.rb -%%RUBY_SITELIBDIR%%/locale/tag/irregular.rb -%%RUBY_SITELIBDIR%%/locale/tag/posix.rb -%%RUBY_SITELIBDIR%%/locale/tag/rfc.rb -%%RUBY_SITELIBDIR%%/locale/tag/simple.rb -%%RUBY_SITELIBDIR%%/locale/taglist.rb -%%RUBY_SITELIBDIR%%/locale/util/memoizable.rb -%%RUBY_SITELIBDIR%%/locale/version.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.rdoc -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/cgi/README -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/cgi/cookie.cgi -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/cgi/http.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/cgi/index.cgi -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/cgi/locale.css -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/rack/README -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/rack/hello_rack.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/rack/hello_rack.ru -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample_1.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample_info.rb -%%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%%/cgi -%%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%%/rack -%%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTEXAMPLES%%@dirrmtry %%RUBY_EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -%%PORTDOCS%%@dirrmtry %%RUBY_DOCDIR%% -@dirrm %%RUBY_SITELIBDIR%%/locale/util -@dirrm %%RUBY_SITELIBDIR%%/locale/tag -@dirrm %%RUBY_SITELIBDIR%%/locale/info -@dirrm %%RUBY_SITELIBDIR%%/locale/driver -@dirrm %%RUBY_SITELIBDIR%%/locale/data -@dirrm %%RUBY_SITELIBDIR%%/locale diff --git a/devel/ruby-multi/Makefile b/devel/ruby-multi/Makefile deleted file mode 100644 index 9dfb82f1318d..000000000000 --- a/devel/ruby-multi/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Stanislav Sedov <stas@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= multi -PORTVERSION= 0.1 -CATEGORIES= devel ruby -MASTER_SITES= RF -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Library for multiple dispatch and pattern matching in Ruby - -USE_RUBY= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} -NO_BUILD= yes - -EXAMPLES= multi_example.rb - -OPTIONS_DEFINE= DOCS - -do-install: - ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR} - ${INSTALL_DATA} ${WRKSRC}/multi.rb ${STAGEDIR}${RUBY_SITELIBDIR}/ - ${INSTALL_DATA} ${WRKSRC}/smulti.rb ${STAGEDIR}${RUBY_SITELIBDIR}/ - ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ - -DEPRECATED= RubyForge shutdown May 15 2014 -EXPIRATION_DATE= 2014-09-20 - -.include <bsd.port.mk> diff --git a/devel/ruby-multi/distinfo b/devel/ruby-multi/distinfo deleted file mode 100644 index 60720976f4ba..000000000000 --- a/devel/ruby-multi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/multi-0.1.tar.gz) = 09ec95eb6ee8a60c8a2db6dc6c4ae314825fed3faa15afce282c6878d51c4c1f -SIZE (ruby/multi-0.1.tar.gz) = 2386 diff --git a/devel/ruby-multi/pkg-descr b/devel/ruby-multi/pkg-descr deleted file mode 100644 index bb9d269998f0..000000000000 --- a/devel/ruby-multi/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Multiple Dispatch Library lets programmers use multiple dispatch -and pattern matching in Ruby method definitions, choosing different -method bodies depending on the types and values of the parameters -the method is invoked with. - -WWW: http://multi.rubyforge.org/ diff --git a/devel/ruby-multi/pkg-plist b/devel/ruby-multi/pkg-plist deleted file mode 100644 index 4ab49d8fcd33..000000000000 --- a/devel/ruby-multi/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%RUBY_SITELIBDIR%%/multi.rb -%%RUBY_SITELIBDIR%%/smulti.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/multi_example.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% diff --git a/devel/ruby-statgrab/Makefile b/devel/ruby-statgrab/Makefile deleted file mode 100644 index 1df52407a885..000000000000 --- a/devel/ruby-statgrab/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Tim Bishop <tdb@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= statgrab -PORTVERSION= 0.1 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= RF -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= tdb@FreeBSD.org -COMMENT= Set of Ruby bindings for libstatgrab - -LIB_DEPENDS= libstatgrab0.so:${PORTSDIR}/devel/libstatgrab0 - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes -USES= pkgconfig - -INSTALL_TARGET= site-install - -OPTIONS_DEFINE= DOCS - -post-install: - ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README.mkdn ${STAGEDIR}${RUBY_MODDOCDIR} - -DEPRECATED= RubyForge shutdown May 15 2014 -EXPIRATION_DATE= 2014-09-20 - -.include <bsd.port.mk> diff --git a/devel/ruby-statgrab/distinfo b/devel/ruby-statgrab/distinfo deleted file mode 100644 index ddabbdb93ae7..000000000000 --- a/devel/ruby-statgrab/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/statgrab-0.1.tar.gz) = aecb3ff8bfd27fa267ac4681eff29ec88586148046e2aedec6169ad407916cda -SIZE (ruby/statgrab-0.1.tar.gz) = 9829 diff --git a/devel/ruby-statgrab/files/patch-extconf.rb b/devel/ruby-statgrab/files/patch-extconf.rb deleted file mode 100644 index cd1aeea435f5..000000000000 --- a/devel/ruby-statgrab/files/patch-extconf.rb +++ /dev/null @@ -1,8 +0,0 @@ ---- ./extconf.rb.orig 2008-04-28 01:39:02.000000000 +0100 -+++ ./extconf.rb 2014-05-10 02:17:32.621965686 +0100 -@@ -1,3 +1,4 @@ - require 'mkmf' --have_library("statgrab") -+pkg_config('libstatgrab0') -+have_library("statgrab0") - create_makefile("statgrab") diff --git a/devel/ruby-statgrab/files/patch-statgrab.c b/devel/ruby-statgrab/files/patch-statgrab.c deleted file mode 100644 index 774561277417..000000000000 --- a/devel/ruby-statgrab/files/patch-statgrab.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./statgrab.c.orig 2014-05-10 02:18:23.929963791 +0100 -+++ ./statgrab.c 2014-05-10 02:18:36.289961253 +0100 -@@ -15,7 +15,7 @@ - */ - - #include <ruby.h> --#include <statgrab.h> -+#include <statgrab0.h> - #include <string.h> - - VALUE cStatgrab; diff --git a/devel/ruby-statgrab/pkg-descr b/devel/ruby-statgrab/pkg-descr deleted file mode 100644 index 60780f5819b5..000000000000 --- a/devel/ruby-statgrab/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Statgrab for Ruby contains a set of Ruby bindings to the libstatgrab -portable system statistics library. - -WWW: http://statgrab.rubyforge.org/ diff --git a/devel/ruby-statgrab/pkg-plist b/devel/ruby-statgrab/pkg-plist deleted file mode 100644 index d4719825f629..000000000000 --- a/devel/ruby-statgrab/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/statgrab.so -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.mkdn -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -%%PORTDOCS%%@dirrmtry %%RUBY_DOCDIR%% diff --git a/devel/rubygem-echoe/Makefile b/devel/rubygem-echoe/Makefile deleted file mode 100644 index 537538d944a2..000000000000 --- a/devel/rubygem-echoe/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= echoe -PORTVERSION= 4.5 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Rake tasks for docs, extension compiling, testing, and deployment - -RUN_DEPENDS= rubygem-rubyforge>=0:${PORTSDIR}/devel/rubygem-rubyforge \ - rubygem-gemcutter>=0:${PORTSDIR}/devel/rubygem-gemcutter \ - rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \ - rubygem-allison>=0:${PORTSDIR}/devel/rubygem-allison - -USE_RUBY= yes -USE_RUBYGEMS= yes -USE_RAKE= yes -RUBYGEM_AUTOPLIST= yes - -DEPRECATED= Depends on deprecated rubyforge -EXPIRATION_DATE= 2014-09-20 - -.include <bsd.port.mk> diff --git a/devel/rubygem-echoe/distinfo b/devel/rubygem-echoe/distinfo deleted file mode 100644 index eeb9e572ddba..000000000000 --- a/devel/rubygem-echoe/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/echoe-4.5.gem) = 330fff0d03f9f04bda679d7b522737e62bc18f8d4a63e2805f1991cab71e31d3 -SIZE (rubygem/echoe-4.5.gem) = 28160 diff --git a/devel/rubygem-echoe/pkg-descr b/devel/rubygem-echoe/pkg-descr deleted file mode 100644 index daf5ec4de94c..000000000000 --- a/devel/rubygem-echoe/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A Rubygems packaging tool that provides Rake tasks for documentation, extension -compiling, testing, and deployment. - -WWW: http://fauna.github.com/fauna/echoe/ diff --git a/devel/rubygem-rubyforge/Makefile b/devel/rubygem-rubyforge/Makefile deleted file mode 100644 index c6f995a2c15e..000000000000 --- a/devel/rubygem-rubyforge/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Jonathan Weiss (<jw@innerewut.de>) -# $FreeBSD$ - -PORTNAME= rubyforge -PORTVERSION= 2.0.4 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Simplistic script which automates rubyforge operations - -LICENSE= MIT - -RUN_DEPENDS= rubygem-json_pure>=1.1.7:${PORTSDIR}/devel/rubygem-json_pure - -USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes - -PLIST_FILES= bin/rubyforge - -DEPRECATED= RubyForge shutdown May 15 2014 -EXPIRATION_DATE= 2014-09-20 - -.include <bsd.port.mk> diff --git a/devel/rubygem-rubyforge/distinfo b/devel/rubygem-rubyforge/distinfo deleted file mode 100644 index 7d87a2cab6c8..000000000000 --- a/devel/rubygem-rubyforge/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/rubyforge-2.0.4.gem) = 017207028a37a77e79523944b893f3148b1397cf41394490ff3e0dff2d51aaf1 -SIZE (rubygem/rubyforge-2.0.4.gem) = 15360 diff --git a/devel/rubygem-rubyforge/pkg-descr b/devel/rubygem-rubyforge/pkg-descr deleted file mode 100644 index 382d00087567..000000000000 --- a/devel/rubygem-rubyforge/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A simplistic script which automates a limited set of rubyforge operations - -WWW: http://rubygems.org/gems/rubyforge/ |