diff options
Diffstat (limited to 'devel/ruby-metaruby')
| -rw-r--r-- | devel/ruby-metaruby/Makefile | 41 | ||||
| -rw-r--r-- | devel/ruby-metaruby/distinfo | 2 | ||||
| -rw-r--r-- | devel/ruby-metaruby/files/patch-extconf.rb | 25 | ||||
| -rw-r--r-- | devel/ruby-metaruby/pkg-descr | 5 | ||||
| -rw-r--r-- | devel/ruby-metaruby/pkg-plist | 23 |
5 files changed, 0 insertions, 96 deletions
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%% |
