summaryrefslogtreecommitdiff
path: root/lang/ruby-perl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-03 06:49:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-03 06:49:58 +0000
commit8b6dad2efd740371a66991b8f15c44c8c0b2ef77 (patch)
tree49f932f1ed2cfbbb69ddb3acec3025799de905d4 /lang/ruby-perl
parentRemove KAKASI option, as ruby-kakasi has expired (diff)
Removing old ruby stuff
2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9 2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9 2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9 2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9 2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9 2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9 2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
Notes
Notes: svn path=/head/; revision=278849
Diffstat (limited to 'lang/ruby-perl')
-rw-r--r--lang/ruby-perl/Makefile58
-rw-r--r--lang/ruby-perl/distinfo2
-rw-r--r--lang/ruby-perl/files/patch-perl.c47
-rw-r--r--lang/ruby-perl/pkg-descr6
-rw-r--r--lang/ruby-perl/pkg-plist16
5 files changed, 0 insertions, 129 deletions
diff --git a/lang/ruby-perl/Makefile b/lang/ruby-perl/Makefile
deleted file mode 100644
index d26c217a9c96..000000000000
--- a/lang/ruby-perl/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# New ports collection makefile for: Ruby-perl
-# Date created: 11 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= perl
-PORTVERSION= 0.2.9
-CATEGORIES= lang ruby perl5
-MASTER_SITES= http://www.yoshidam.net/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= A Ruby extension module to use the functions of Perl from Ruby
-
-DEPRECATED= Doesn't work with Ruby 1.9
-EXPIRATION_DATE= 2011-08-03
-
-USE_PERL5= yes
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-CONFIGURE_ARGS= --with-libperl=/usr/lib/libperl.so
-INSTALL_TARGET= site-install
-
-EXAMPLES= htmlparse.rb http.rb perllib.rb ping.rb \
- test.rb xmlparser.rb
-
-do-configure:
- @cd ${WRKSRC}/Ruby; \
- ${PERL} Makefile.PL
-
-post-build:
- @cd ${WRKSRC}/Ruby; \
- ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE}
-
-post-install:
- @cd ${WRKSRC}/Ruby; \
- ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} pure_install
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
-.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_MODEXAMPLESDIR}/
-.endfor
-.endif
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}/ja/
- ${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_MODDOCDIR}/ja/
-.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/lang/ruby-perl/distinfo b/lang/ruby-perl/distinfo
deleted file mode 100644
index 69619a19d43d..000000000000
--- a/lang/ruby-perl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/perl-0.2.9.tar.gz) = 67af313cf1e0f0135a0da52fece6f95afde25c47a14c512c0dcdcf926b019dd3
-SIZE (ruby/perl-0.2.9.tar.gz) = 14234
diff --git a/lang/ruby-perl/files/patch-perl.c b/lang/ruby-perl/files/patch-perl.c
deleted file mode 100644
index 8323016d971d..000000000000
--- a/lang/ruby-perl/files/patch-perl.c
+++ /dev/null
@@ -1,47 +0,0 @@
---- ./perl.c.orig 2009-06-18 03:30:23.290690879 -0400
-+++ ./perl.c 2009-06-18 03:30:13.000000000 -0400
-@@ -296,7 +296,7 @@
-
- ret = perl_eval_pv(RSTRING(pv)->ptr, Qfalse);
- if (SvTRUE(ERRSV)) {
-- rb_raise(ePerlError, SvPVx(ERRSV, PL_na));
-+ rb_raise(ePerlError, SvPVx_nolen(ERRSV));
- }
-
- return perl__Sv2Object(ret);
-@@ -352,7 +352,7 @@
- LEAVE;
-
- if (SvTRUE(ERRSV)) {
-- rb_raise(ePerlError, SvPVx(ERRSV, PL_na));
-+ rb_raise(ePerlError, SvPVx_nolen(ERRSV));
- }
-
- return ret;
-@@ -394,7 +394,7 @@
- LEAVE;
-
- if (SvTRUE(ERRSV)) {
-- rb_raise(ePerlError, SvPVx(ERRSV, PL_na));
-+ rb_raise(ePerlError, SvPVx_nolen(ERRSV));
- }
-
- return ret;
-@@ -453,7 +453,7 @@
- LEAVE;
-
- if (SvTRUE(ERRSV)) {
-- rb_raise(ePerlError, SvPVx(ERRSV, PL_na));
-+ rb_raise(ePerlError, SvPVx_nolen(ERRSV));
- }
-
- return ret;
-@@ -490,7 +490,7 @@
- LEAVE;
-
- if (SvTRUE(ERRSV)) {
-- rb_raise(ePerlError, SvPVx(ERRSV, PL_na));
-+ rb_raise(ePerlError, SvPVx_nolen(ERRSV));
- }
-
- return ret;
diff --git a/lang/ruby-perl/pkg-descr b/lang/ruby-perl/pkg-descr
deleted file mode 100644
index 2b76aa0f1f8b..000000000000
--- a/lang/ruby-perl/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a Ruby extension module to use the functions of Perl from Ruby.
-
-You can also call Ruby functions back from within the Perl code.
-
-Author: Yoshida Masato <yoshidam@yoshidam.net>
-WWW: http://www.yoshidam.net/Ruby.html#perl
diff --git a/lang/ruby-perl/pkg-plist b/lang/ruby-perl/pkg-plist
deleted file mode 100644
index d569531b22df..000000000000
--- a/lang/ruby-perl/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/perl.so
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/htmlparse.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/http.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/perllib.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/ping.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/test.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/xmlparser.rb
-%%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTEXAMPLES%%%%RUBY_MODDOCDIR%%/ja/README.ja
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
-%%SITE_PERL%%/%%PERL_ARCH%%/Ruby.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Ruby/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Ruby/Ruby.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Ruby/Ruby.so
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ruby