diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-19 22:16:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-19 22:16:17 +0000 |
commit | 0d12104a57e4eafee3901931afd000e7ef8ea3b7 (patch) | |
tree | 680b8b5be8d16b78a26b131cd384399fdd57b0ca | |
parent | 85170f9f8acdfa5df66bb44fb2d7d3380d805fa0 (diff) | |
download | ports-0d12104a57e4eafee3901931afd000e7ef8ea3b7.tar.gz ports-0d12104a57e4eafee3901931afd000e7ef8ea3b7.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-ripper/Makefile | 29 | ||||
-rw-r--r-- | devel/rubygem-ripper/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-ripper/pkg-descr | 7 |
5 files changed, 1 insertions, 39 deletions
@@ -5243,3 +5243,4 @@ devel/lua50-compat51||2013-11-18|Removed, lua50 is EOLed lang/lua50|lang/lua|2013-11-18|Removed, lua50 is EOLed security/squidclamav|www/squidclamav|2013-11-18|Has expired: Obsolete and broken with clang, use www/squidclamav instead multimedia/tovid||2013-11-19|Has expired: No more public distfiles +devel/rubygem-ripper||2013-11-20|Removed: it is only for Ruby 1.8 which is removed already diff --git a/devel/Makefile b/devel/Makefile index 144b623fb75a..2b374e2602a7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4232,7 +4232,6 @@ SUBDIR += rubygem-ref SUBDIR += rubygem-require_all SUBDIR += rubygem-rgl - SUBDIR += rubygem-ripper SUBDIR += rubygem-rr SUBDIR += rubygem-rscm SUBDIR += rubygem-rspec diff --git a/devel/rubygem-ripper/Makefile b/devel/rubygem-ripper/Makefile deleted file mode 100644 index e862caabd516..000000000000 --- a/devel/rubygem-ripper/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Douglas Thrift -# $FreeBSD$ - -PORTNAME= ripper -PORTVERSION= 1.0.5 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= douglas@douglasthrift.net -COMMENT= Parses Ruby source and tokenizes or builds an AST - -LICENSE= BSD - -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison - -BROKEN= fails to build - -USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} != 1.8 -IGNORE= is already included in Ruby 1.9 and later -.endif - -.include <bsd.port.post.mk> diff --git a/devel/rubygem-ripper/distinfo b/devel/rubygem-ripper/distinfo deleted file mode 100644 index 64bcba44ead1..000000000000 --- a/devel/rubygem-ripper/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/ripper-1.0.5.gem) = 7fcb60a6a27103be22d56ccb56df7b8a5c35172360cca5a510deb902cf9dc5ed -SIZE (rubygem/ripper-1.0.5.gem) = 70656 diff --git a/devel/rubygem-ripper/pkg-descr b/devel/rubygem-ripper/pkg-descr deleted file mode 100644 index 0f7ec7799ec5..000000000000 --- a/devel/rubygem-ripper/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Ripper parses Ruby source and tokenizes or builds an AST. - -This gem is meant for Ruby 1.8.x builds. Ruby 1.9.x comes with a functioning -ripper implementation out of the box. This gem is a port of the Ripper 1.9 -for Ruby 1.8.x. Ripper was written by Minero Aoki and ported by Loren Segal. - -WWW: http://github.com/lsegal/ripper18 |