aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-08-03 09:05:18 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-08-03 09:05:18 +0000
commita72262f89ae589458d71f5da15497ce3780bb3a0 (patch)
tree6fc20c756435e3cac028f98e0f918b80b18c2f37 /devel
parentfe8a515d5877db37bb0c2f2c9e8396ceead603cc (diff)
downloadports-a72262f89ae589458d71f5da15497ce3780bb3a0.tar.gz
ports-a72262f89ae589458d71f5da15497ce3780bb3a0.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ruby-optparse/Makefile57
-rw-r--r--devel/ruby-optparse/distinfo1
-rw-r--r--devel/ruby-optparse/pkg-comment1
-rw-r--r--devel/ruby-optparse/pkg-descr11
-rw-r--r--devel/ruby-optparse/pkg-plist25
6 files changed, 0 insertions, 96 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 95c7815d1f7f..d02e2f87cc7f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -667,7 +667,6 @@
SUBDIR += ruby-mmap
SUBDIR += ruby-mock
SUBDIR += ruby-ncurses
- SUBDIR += ruby-optparse
SUBDIR += ruby-pcsc-lite
SUBDIR += ruby-property
SUBDIR += ruby-racc
diff --git a/devel/ruby-optparse/Makefile b/devel/ruby-optparse/Makefile
deleted file mode 100644
index c3b4c0af8847..000000000000
--- a/devel/ruby-optparse/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: Ruby-OptionParser
-# Date created: 7 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= optparse
-PORTVERSION= 0.9
-CATEGORIES= devel ruby
-MASTER_SITES= http://member.nifty.ne.jp/nokada/archive/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-DOCS_EN= ChangeLog \
- ChangeLog.html \
- README.en \
- optparse.en.html \
- optparse.rlog \
- rmi.html
-DOCS_JA= FIRSTSTEP.ja.html \
- FIRSTSTEP.ja.rd \
- README.ja \
- optparse.ja.html \
- optparse.ja.rd
-
-post-extract:
- ${MV} ${WRKSRC}/optparse.html ${WRKSRC}/optparse.en.html
-
-do-install:
- ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/optparse.rb ${RUBY_SITELIBDIR}/
- ${INSTALL_DATA} ${WRKSRC}/optparse/*.rb ${RUBY_SITELIBDIR}/${PORTNAME}/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ja
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/
-.endfor
-.for f in cmd-ls.rb cmd.rb getopts.test.en opttest.rb
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
-.endfor
-.for f in getopts.test
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ja
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/ruby-optparse/distinfo b/devel/ruby-optparse/distinfo
deleted file mode 100644
index 72cea9dc69d0..000000000000
--- a/devel/ruby-optparse/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/optparse-0.9.tar.gz) = 11927e36b33944598b8c9cd774a24dce
diff --git a/devel/ruby-optparse/pkg-comment b/devel/ruby-optparse/pkg-comment
deleted file mode 100644
index 727ead5987b3..000000000000
--- a/devel/ruby-optparse/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Yet another command line option parser for Ruby
diff --git a/devel/ruby-optparse/pkg-descr b/devel/ruby-optparse/pkg-descr
deleted file mode 100644
index a0f4e3c7fd58..000000000000
--- a/devel/ruby-optparse/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-OptionParser is yet another command line option parser for Ruby.
-
-Features:
- * describe option definition with its handler
- * specify argument format and convert automatically
- * can emit options' summaries
- * can add options on the fly
- * completion for option/argument
-
-Author: Nobuyoshi.Nakada <nobu.nokada@softhome.net>
-WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=OptionParser \ No newline at end of file
diff --git a/devel/ruby-optparse/pkg-plist b/devel/ruby-optparse/pkg-plist
deleted file mode 100644
index 39f65223f172..000000000000
--- a/devel/ruby-optparse/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-%%RUBY_SITELIBDIR%%/optparse/shellwords.rb
-%%RUBY_SITELIBDIR%%/optparse/time.rb
-%%RUBY_SITELIBDIR%%/optparse/uri.rb
-%%RUBY_SITELIBDIR%%/optparse.rb
-@dirrm %%RUBY_SITELIBDIR%%/optparse
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/optparse/ja/getopts.test
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/optparse/cmd-ls.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/optparse/cmd.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/optparse/getopts.test.en
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/optparse/opttest.rb
-%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/ja/FIRSTSTEP.ja.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/ja/FIRSTSTEP.ja.rd
-%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/ja/README.ja
-%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/ja/optparse.ja.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/ja/optparse.ja.rd
-%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/ChangeLog
-%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/ChangeLog.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/README.en
-%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/optparse.en.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/optparse.rlog
-%%PORTDOCS%%%%RUBY_DOCDIR%%/optparse/rmi.html
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/optparse/ja
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/optparse
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/optparse/ja
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/optparse