diff options
Diffstat (limited to 'devel')
35 files changed, 0 insertions, 642 deletions
diff --git a/devel/Makefile b/devel/Makefile index 24babd4082a2..a2cd9902a32d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3201,12 +3201,9 @@ SUBDIR += ruby-cvs SUBDIR += ruby-date2 SUBDIR += ruby-dialogs - SUBDIR += ruby-eet SUBDIR += ruby-event-loop SUBDIR += ruby-fam SUBDIR += ruby-fastri - SUBDIR += ruby-filelock - SUBDIR += ruby-filemagic SUBDIR += ruby-flexmock SUBDIR += ruby-gconf2 SUBDIR += ruby-gemfinder @@ -3222,11 +3219,9 @@ SUBDIR += ruby-locale SUBDIR += ruby-locale2 SUBDIR += ruby-memoize - SUBDIR += ruby-metaruby SUBDIR += ruby-mmap SUBDIR += ruby-multi SUBDIR += ruby-ncurses - SUBDIR += ruby-poll SUBDIR += ruby-property SUBDIR += ruby-racc SUBDIR += ruby-rbbr @@ -3235,7 +3230,6 @@ SUBDIR += ruby-rbtree SUBDIR += ruby-rcov SUBDIR += ruby-robjectteam - SUBDIR += ruby-rrb SUBDIR += ruby-rreadline SUBDIR += ruby-rudl SUBDIR += ruby-sdl @@ -3243,11 +3237,9 @@ SUBDIR += ruby-sexp SUBDIR += ruby-slang SUBDIR += ruby-statgrab - SUBDIR += ruby-strongtyping SUBDIR += ruby-subversion SUBDIR += ruby-sysvipc SUBDIR += ruby-term-ansicolor - SUBDIR += ruby-textbuf SUBDIR += ruby-thrift SUBDIR += ruby-tzfile SUBDIR += ruby-wirble diff --git a/devel/ruby-eet/Makefile b/devel/ruby-eet/Makefile deleted file mode 100644 index 8a2ecc926a5b..000000000000 --- a/devel/ruby-eet/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: ruby-eet -# Date created: 06 Apr 2006 -# Whom: Alexander Botero-Lowry <alex@foxybanana.com> -# -# $FreeBSD$ - -PORTNAME= eet -PORTVERSION= 0.1.4 -PORTREVISION= 2 -CATEGORIES= devel ruby -MASTER_SITES= ftp://ftp.code-monkey.de/pub/ruby-eet/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-eet-${PORTVERSION} - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby support for reading and writing EET files - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -LIB_DEPENDS= eet.5:${PORTSDIR}/devel/eet - -USE_RUBY= yes -USE_RAKE= yes - -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif - -do-build: - @cd ${WRKSRC} && ${RAKE_BIN} PREFIX=${PREFIX}/ - -do-install: - @cd ${WRKSRC} && ${RAKE_BIN} PREFIX=${PREFIX}/ install - -.include <bsd.port.post.mk> diff --git a/devel/ruby-eet/distinfo b/devel/ruby-eet/distinfo deleted file mode 100644 index 2dca6d01801c..000000000000 --- a/devel/ruby-eet/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby-eet-0.1.4.tar.gz) = b583051661140eb5150323597b8cb5cce6cd69683a16b9a56c0e3023e1bde11f -SIZE (ruby-eet-0.1.4.tar.gz) = 19972 diff --git a/devel/ruby-eet/pkg-descr b/devel/ruby-eet/pkg-descr deleted file mode 100644 index de45b51410d9..000000000000 --- a/devel/ruby-eet/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Ruby-EET allows you to read and write EET files from Ruby code. Support for -Ruby object serialization to EDD (EET Data Descriptor) format is given. - -WWW: http://code-monkey.de/pages/ruby-eet diff --git a/devel/ruby-eet/pkg-plist b/devel/ruby-eet/pkg-plist deleted file mode 100644 index 10036b20b6ae..000000000000 --- a/devel/ruby-eet/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/eet_ext.so -%%RUBY_SITELIBDIR%%/eet.rb diff --git a/devel/ruby-filelock/Makefile b/devel/ruby-filelock/Makefile deleted file mode 100644 index 95893ba9a468..000000000000 --- a/devel/ruby-filelock/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: Ruby-filelock -# Date created: 22 Aug 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= filelock -PORTVERSION= 0.2 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= LOCAL/fenner/ruby-contrib -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= A Ruby module which provides file locking mechanism - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -INSTALL_TARGET= site-install - -DOCS= README -EXAMPLES= test.rb tst1.rb tst2.rb tst3.rb tst4.rb - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_MODEXAMPLESDIR}/ -.endfor - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> diff --git a/devel/ruby-filelock/distinfo b/devel/ruby-filelock/distinfo deleted file mode 100644 index c0290d22e8de..000000000000 --- a/devel/ruby-filelock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/filelock-0.2.tar.gz) = fe7516a91f4fd57b5691cce8566025f04d34f9a3979d82b9af7e9a1a9736d979 -SIZE (ruby/filelock-0.2.tar.gz) = 6637 diff --git a/devel/ruby-filelock/pkg-descr b/devel/ruby-filelock/pkg-descr deleted file mode 100644 index 694d316c0747..000000000000 --- a/devel/ruby-filelock/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -This is a Ruby module which provides file locking mechanism. - -The module FileLock implements two classes: LockFile and LockedFile; -the class LockFile deals with so-called lockfiles, and the class -LockedFile offer a high-level interface to deal with both regular -files and lockfiles at the same time. - -To be portable, a small C extension is used to minimize the time -between existence check of a lockfile and its creation. - -Author: Clemens Hintze <c.hintze@gmx.net> -WWW: http://www.ruby-lang.org/raa/list.rhtml?name=filelock diff --git a/devel/ruby-filelock/pkg-plist b/devel/ruby-filelock/pkg-plist deleted file mode 100644 index 3cd6c68cc016..000000000000 --- a/devel/ruby-filelock/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/_filelock.so -%%RUBY_SITELIBDIR%%/filelock.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/tst1.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/tst2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/tst3.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/tst4.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/devel/ruby-filemagic/Makefile b/devel/ruby-filemagic/Makefile deleted file mode 100644 index 5cb8c50e0434..000000000000 --- a/devel/ruby-filemagic/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: Ruby/filemagic -# Date created: 29 July 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= filemagic -PORTVERSION= 0.1.1 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= http://grub.ath.cx/filemagic/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= A Ruby binding to libmagic(3) - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -LIB_DEPENDS= magic.1:${PORTSDIR}/sysutils/file - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -INSTALL_TARGET= site-install - -RUBY_RD_FILES= filemagic.rd -DOCS= AUTHORS CHANGELOG README TODO \ - ${RUBY_RD_FILES} \ - ${RUBY_RD_HTML_FILES} - -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif - -post-install: doc-install - -doc-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/devel/ruby-filemagic/distinfo b/devel/ruby-filemagic/distinfo deleted file mode 100644 index aa58e61bb9d8..000000000000 --- a/devel/ruby-filemagic/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/ruby-filemagic-0.1.1.tar.gz) = 5833b6655d4ed144fa2014b41fa4f59fea34f490a5ffa35eabcaa19a0ca935bf -SIZE (ruby/ruby-filemagic-0.1.1.tar.gz) = 3864 diff --git a/devel/ruby-filemagic/pkg-descr b/devel/ruby-filemagic/pkg-descr deleted file mode 100644 index bd8a5a6f9222..000000000000 --- a/devel/ruby-filemagic/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -FileMagic is a Ruby binding to the magic(4) library, which you may -know better as the file(1) command. The file(1) command identifies -the type of a file using, among other tests, a test for whether the -file begins with a certain magic number. - -Author: Travis Whitton <whitton@atlantic.net> -WWW: http://grub.ath.cx/filemagic/ diff --git a/devel/ruby-filemagic/pkg-plist b/devel/ruby-filemagic/pkg-plist deleted file mode 100644 index 8cbf8d1baf56..000000000000 --- a/devel/ruby-filemagic/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/filemagic.so -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/AUTHORS -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGELOG -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/filemagic.rd -%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/filemagic.html -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/devel/ruby-metaruby/Makefile b/devel/ruby-metaruby/Makefile deleted file mode 100644 index 5ef027003b6a..000000000000 --- a/devel/ruby-metaruby/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: MetaRuby -# Date created: 8 March 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= metaruby -PORTVERSION= 0.7 -CATEGORIES= devel ruby -MASTER_SITES= http://artengine.ca/matju/MetaRuby/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= MetaRuby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= A reimplementations of some Ruby parts in Ruby, Perl's tie equivalent - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -DOCS= ChangeLog Overview TODO doc/* - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> diff --git a/devel/ruby-metaruby/distinfo b/devel/ruby-metaruby/distinfo deleted file mode 100644 index 9a0cd4264894..000000000000 --- a/devel/ruby-metaruby/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/MetaRuby-0.7.tar.gz) = ed061f9ac094e3241c0a2e54fd5f8985330272c53ac8a2a0b99d967e456dd955 -SIZE (ruby/MetaRuby-0.7.tar.gz) = 52827 diff --git a/devel/ruby-metaruby/files/patch-extconf.rb b/devel/ruby-metaruby/files/patch-extconf.rb deleted file mode 100644 index d7dcbad3f6c1..000000000000 --- a/devel/ruby-metaruby/files/patch-extconf.rb +++ /dev/null @@ -1,25 +0,0 @@ ---- extconf.rb.orig Tue Sep 18 11:03:21 2001 -+++ extconf.rb Tue Sep 18 18:10:04 2001 -@@ -34,18 +34,18 @@ - f.puts - - f.puts "install::" -- f.puts "\t@mkdir $(DESTDIR)/Hollow $(DESTDIR)/lgram || true" -+ f.puts "\t@mkdir -p $(DESTDIR)/Hollow $(DESTDIR)/lgram" - FILES1.each {|fn1| - fn2 = fn1 -- f.puts "\tinstall --mode 644 #{fn2} $(DESTDIR)/#{fn2}" -+ f.puts "\tinstall -m 644 #{fn2} $(DESTDIR)/#{fn2}" - } - FILES2.each {|fn1| - fn2 = "Hollow/#{fn1}" -- f.puts "\tinstall --mode 644 #{fn2} $(DESTDIR)/#{fn2}" -+ f.puts "\tinstall -m 644 #{fn2} $(DESTDIR)/#{fn2}" - } - FILES3.each {|fn1| - fn2 = "lgram/#{fn1}" -- f.puts "\tinstall --mode 644 #{fn2} $(DESTDIR)/#{fn2}" -+ f.puts "\tinstall -m 644 #{fn2} $(DESTDIR)/#{fn2}" - } - } - diff --git a/devel/ruby-metaruby/pkg-descr b/devel/ruby-metaruby/pkg-descr deleted file mode 100644 index ee2e44c9113d..000000000000 --- a/devel/ruby-metaruby/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -MetaRuby is a reimplementation of some Ruby parts in Ruby; equivalent -of Perl's tie command. - -Author: matju (Mathieu Bouchard) <matju@sympatico.ca> -WWW: http://raa.ruby-lang.org/project/metaruby/ diff --git a/devel/ruby-metaruby/pkg-plist b/devel/ruby-metaruby/pkg-plist deleted file mode 100644 index 7d7d340ee88a..000000000000 --- a/devel/ruby-metaruby/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -%%RUBY_SITELIBDIR%%/Contract.rb -%%RUBY_SITELIBDIR%%/MainLoop.rb -%%RUBY_SITELIBDIR%%/RubySchema.rb -%%RUBY_SITELIBDIR%%/SProfiler.rb -%%RUBY_SITELIBDIR%%/Type.rb -%%RUBY_SITELIBDIR%%/UndoQueue.rb -%%RUBY_SITELIBDIR%%/Version.rb -%%RUBY_SITELIBDIR%%/Hollow/Array.rb -%%RUBY_SITELIBDIR%%/Hollow/Hash.rb -%%RUBY_SITELIBDIR%%/Hollow/List.rb -%%RUBY_SITELIBDIR%%/Hollow/String.rb -%%RUBY_SITELIBDIR%%/lgram/Marshal.rb -@dirrm %%RUBY_SITELIBDIR%%/Hollow -@dirrm %%RUBY_SITELIBDIR%%/lgram -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/BitArray.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ProcAsArray.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Hollow.txt -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LGram.txt -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Overview -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/devel/ruby-poll/Makefile b/devel/ruby-poll/Makefile deleted file mode 100644 index c1e227009d87..000000000000 --- a/devel/ruby-poll/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: Ruby-Poll -# Date created: 25 October 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= poll -PORTVERSION= 0.03 -CATEGORIES= devel ruby -MASTER_SITES= http://www.deveiate.org/code/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= Ruby-Poll-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= An object-oriented interface to the poll(2) system call for Ruby - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -USE_BZIP2= yes - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes -USE_RUBY_RDOC= yes - -RUBY_SHEBANG_FILES= ${WRKSRC}/examples/*.rb -INSTALL_TARGET= site-install - -DOCS= ChangeLog README docs/html -EXAMPLES= examples/*.rb - -post-build: -.if !defined(NOPORTDOCS) - cd ${WRKSRC}; ${RUBY} makedocs.rb -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> diff --git a/devel/ruby-poll/distinfo b/devel/ruby-poll/distinfo deleted file mode 100644 index a4b00b88f11a..000000000000 --- a/devel/ruby-poll/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/Ruby-Poll-0.03.tar.bz2) = b96de821ab928edc79cea5c1cd9eb741ee5e7beddfdcd7d637247c3e6e0bbb8d -SIZE (ruby/Ruby-Poll-0.03.tar.bz2) = 15424 diff --git a/devel/ruby-poll/pkg-descr b/devel/ruby-poll/pkg-descr deleted file mode 100644 index 097d1e381673..000000000000 --- a/devel/ruby-poll/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Ruby-Poll is an object-oriented interface to the poll(2) system call -for Ruby. - -Author: Michael Granger <ged@FaerieMUD.org> -WWW: http://www.devEiate.org/code/Ruby-Poll.shtml diff --git a/devel/ruby-poll/pkg-plist b/devel/ruby-poll/pkg-plist deleted file mode 100644 index c64c2313c098..000000000000 --- a/devel/ruby-poll/pkg-plist +++ /dev/null @@ -1,74 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/poll.so -%%RUBY_SITELIBDIR%%/poll.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/chatserver.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000001.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000002.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000004.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000006.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000007.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000008.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000009.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000010.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000011.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000012.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000014.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000015.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000016.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000017.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000018.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000019.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll.src/M000020.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll/EventMask.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll/EventMask.src/M000021.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll/EventMask.src/M000022.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll/EventMask.src/M000023.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll/EventMask.src/M000024.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Poll/EventMask.src/M000025.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/PollError.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Server.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Server.src/M000036.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Server.src/M000037.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Server.src/M000038.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Server.src/M000039.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Server.src/M000040.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Server.src/M000041.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Server.src/M000042.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Server.src/M000043.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Server.src/M000044.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Server.src/M000045.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/Server.src/M000046.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/User.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/User.src/M000026.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/User.src/M000027.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/User.src/M000028.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/User.src/M000030.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/User.src/M000031.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/User.src/M000032.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/User.src/M000033.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/User.src/M000034.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/classes/User.src/M000035.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/created.rid -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/files/README.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/files/examples/chatserver_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/files/lib/poll_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/files/poll_c.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/fr_class_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/fr_file_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/fr_method_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/rdoc-style.css -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/html/files/lib -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/html/files/examples -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/html/files -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/html/classes/User.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/html/classes/Server.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/html/classes/Poll/EventMask.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/html/classes/Poll.src -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/html/classes/Poll -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/html/classes -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/html -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/devel/ruby-rrb/Makefile b/devel/ruby-rrb/Makefile deleted file mode 100644 index a01eb2c1d978..000000000000 --- a/devel/ruby-rrb/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: FreeRIDE-RRB -# Date created: 17 June 2004 -# Whom: Alexander Novitsky <alecn2002@yandex.ru> -# -# $FreeBSD$ -# - -PORTNAME= rrb -PORTVERSION= 0.1.1 -CATEGORIES= devel ruby -MASTER_SITES= http://www.kmc.gr.jp/proj/rrb/archive/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby Refactoring Browser for FreeRIDE and EMACS - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -USE_RUBY= yes -USE_RUBY_SETUP= yes - -do-install: - @${ECHO_MSG} "===> Running ${RUBY_SETUP} to install" - @cd ${INSTALL_WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> diff --git a/devel/ruby-rrb/distinfo b/devel/ruby-rrb/distinfo deleted file mode 100644 index d2362d31c4c1..000000000000 --- a/devel/ruby-rrb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/rrb-0.1.1.tar.gz) = 62f2229048ca4d6e012c63a4e25df279143c2307dcfd158c489bd35292ce4644 -SIZE (ruby/rrb-0.1.1.tar.gz) = 164054 diff --git a/devel/ruby-rrb/pkg-descr b/devel/ruby-rrb/pkg-descr deleted file mode 100644 index 22e57f2f465b..000000000000 --- a/devel/ruby-rrb/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Ruby Refactoring Browser is a refactoring browser for ruby script. -Refactoring is a technique of restructuring an existing code, -modifying its internal structure, without changing its external behavior. -This software make you free from lapsible routine work like renaming -methods,renaming variables and extracting methods. - -WWW: http://www.kmc.gr.jp/proj/rrb/index-en.html diff --git a/devel/ruby-rrb/pkg-plist b/devel/ruby-rrb/pkg-plist deleted file mode 100644 index 0c27ee9e82a2..000000000000 --- a/devel/ruby-rrb/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -bin/artags -bin/rrb -bin/rrb_compinfo -bin/rrb_default_value -bin/rrb_marshal -bin/rrbcui -%%RUBY_SITELIBDIR%%/rrb/common_visitor.rb -%%RUBY_SITELIBDIR%%/rrb/completion.rb -%%RUBY_SITELIBDIR%%/rrb/cui_interface.rb -%%RUBY_SITELIBDIR%%/rrb/default.rb -%%RUBY_SITELIBDIR%%/rrb/default_value.rb -%%RUBY_SITELIBDIR%%/rrb/dump_modules.rb -%%RUBY_SITELIBDIR%%/rrb/dumped_info.rb -%%RUBY_SITELIBDIR%%/rrb/emacs_interface.rb -%%RUBY_SITELIBDIR%%/rrb/extract_method.rb -%%RUBY_SITELIBDIR%%/rrb/extract_superclass.rb -%%RUBY_SITELIBDIR%%/rrb/move_method.rb -%%RUBY_SITELIBDIR%%/rrb/node.rb -%%RUBY_SITELIBDIR%%/rrb/parser.rb -%%RUBY_SITELIBDIR%%/rrb/pullup_method.rb -%%RUBY_SITELIBDIR%%/rrb/pushdown_method.rb -%%RUBY_SITELIBDIR%%/rrb/remove_parameter.rb -%%RUBY_SITELIBDIR%%/rrb/rename_class_var.rb -%%RUBY_SITELIBDIR%%/rrb/rename_constant.rb -%%RUBY_SITELIBDIR%%/rrb/rrb.rb -%%RUBY_SITELIBDIR%%/rrb/rename_global_var.rb -%%RUBY_SITELIBDIR%%/rrb/rename_instance_var.rb -%%RUBY_SITELIBDIR%%/rrb/rename_local_var.rb -%%RUBY_SITELIBDIR%%/rrb/rename_method.rb -%%RUBY_SITELIBDIR%%/rrb/rename_method_all.rb -%%RUBY_SITELIBDIR%%/rrb/script.rb -%%RUBY_SITELIBDIR%%/rrb/scriptfile.rb -%%RUBY_SITELIBDIR%%/rrb/utils.rb -%%RUBY_SITELIBDIR%%/rrb/ripper.rb -%%RUBY_SITELIBDIR%%/rrb/vim_interface.rb -@dirrm %%RUBY_SITELIBDIR%%/rrb -%%RUBY_SITEARCHLIBDIR%%/rrb_ripper.so -%%RUBY_SITEARCHLIBDIR%%/rrb_reflection.so diff --git a/devel/ruby-strongtyping/Makefile b/devel/ruby-strongtyping/Makefile deleted file mode 100644 index 1969eac4aa06..000000000000 --- a/devel/ruby-strongtyping/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: Ruby-StrongTyping -# Date created: 29 January 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= strongtyping -PORTVERSION= 2.0.6b -CATEGORIES= devel ruby -MASTER_SITES= http://mephle.org/StrongTyping/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= A little Ruby module that adds strong typing facilities - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -INSTALL_TARGET= site-install - -DOCS= README.en - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/t/*.rb ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> diff --git a/devel/ruby-strongtyping/distinfo b/devel/ruby-strongtyping/distinfo deleted file mode 100644 index 293cd6d6b29a..000000000000 --- a/devel/ruby-strongtyping/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/strongtyping-2.0.6b.tar.gz) = d0c2672086dea0315a0c581454709ca2b9f5d49a269d258eed7bdb162177838a -SIZE (ruby/strongtyping-2.0.6b.tar.gz) = 17626 diff --git a/devel/ruby-strongtyping/pkg-descr b/devel/ruby-strongtyping/pkg-descr deleted file mode 100644 index 5adae7c49bc3..000000000000 --- a/devel/ruby-strongtyping/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -StrongTyping is a little ruby module that provides a convenient way -for ruby methods to check parameter types, and also dynamically query -them. In addition to merely checking a single set of types, it allows -easy overloading based on a number of different templates. - -Author: Ryan Pavlik <rpav@users.sf.net> -WWW: http://mephle.org/StrongTyping/ diff --git a/devel/ruby-strongtyping/pkg-plist b/devel/ruby-strongtyping/pkg-plist deleted file mode 100644 index ca454eee425a..000000000000 --- a/devel/ruby-strongtyping/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/strongtyping.so -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/timetest.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile deleted file mode 100644 index 210121cd1258..000000000000 --- a/devel/ruby-textbuf/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: Ruby-textbuf -# Date created: 19 Jan 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= textbuf -PORTVERSION= 0.3.8 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Gapped text buffer extention for Ruby - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -USE_RUBY= yes -USE_RUBY_AMSTD= yes -USE_RUBY_SETUP= yes - -DOCS_EN= README.en -DOCS_JA= README.ja - -do-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ja - ${INSTALL_DATA} ${WRKSRC}/stest.rb ${RUBY_MODEXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_MODEXAMPLESDIR}/ja/ - ${MKDIR} ${RUBY_MODDOCDIR}/ja -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> diff --git a/devel/ruby-textbuf/distinfo b/devel/ruby-textbuf/distinfo deleted file mode 100644 index ba46171611dc..000000000000 --- a/devel/ruby-textbuf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/textbuf-0.3.8.tar.gz) = 2bff66880599319a70b9049c03a86aba0fa69dc9df40a61160a8595d0169afa6 -SIZE (ruby/textbuf-0.3.8.tar.gz) = 31640 diff --git a/devel/ruby-textbuf/files/patch-ext-textbuf-sftextbuf.c b/devel/ruby-textbuf/files/patch-ext-textbuf-sftextbuf.c deleted file mode 100644 index 5bf99a4a1d7f..000000000000 --- a/devel/ruby-textbuf/files/patch-ext-textbuf-sftextbuf.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ext/textbuf/sftextbuf.c.orig Thu Mar 15 01:30:08 2001 -+++ ext/textbuf/sftextbuf.c Wed Oct 11 09:07:55 2006 -@@ -1158,7 +1158,6 @@ - OBJSETUP(str, rb_cString, T_STRING); - str->ptr = 0; - str->len = 0; -- str->orig = 0; - OBJ_FREEZE(str); - - CRITICAL_BEGIN(buf); -@@ -1199,7 +1198,6 @@ - OBJSETUP(str, rb_cString, T_STRING); - str->ptr = 0; - str->len = 0; -- str->orig = 0; - OBJ_FREEZE(str); - - CRITICAL_BEGIN(buf); diff --git a/devel/ruby-textbuf/pkg-descr b/devel/ruby-textbuf/pkg-descr deleted file mode 100644 index 469e22a69971..000000000000 --- a/devel/ruby-textbuf/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Textbuf is a gapped text buffer extension for Ruby. - -Author: Minero Aoki <aamine@loveruby.net> -WWW: http://www.loveruby.net/en/textbuf.html diff --git a/devel/ruby-textbuf/pkg-plist b/devel/ruby-textbuf/pkg-plist deleted file mode 100644 index 3a197e004bd2..000000000000 --- a/devel/ruby-textbuf/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/textbuf.so -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/stest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ja/test.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |