aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-optparse
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-01-08 22:48:13 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-01-08 22:48:13 +0000
commit0b11e7b85be15ddb4375a62f74f5f21ca39fde0c (patch)
tree8b081d0d3497049cfc247a83277b72a40f4a4113 /devel/ruby-optparse
parentf629a89b5435e77171c3be8f03c0a27117f111ea (diff)
downloadports-0b11e7b85be15ddb4375a62f74f5f21ca39fde0c.tar.gz
ports-0b11e7b85be15ddb4375a62f74f5f21ca39fde0c.zip
Notes
Diffstat (limited to 'devel/ruby-optparse')
-rw-r--r--devel/ruby-optparse/Makefile8
-rw-r--r--devel/ruby-optparse/distinfo2
-rw-r--r--devel/ruby-optparse/pkg-plist4
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/ruby-optparse/Makefile b/devel/ruby-optparse/Makefile
index 728bd06a4eaa..88df19afae99 100644
--- a/devel/ruby-optparse/Makefile
+++ b/devel/ruby-optparse/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= optparse
-PORTVERSION= 0.7.6
+PORTVERSION= 0.7.8
CATEGORIES= devel ruby
MASTER_SITES= http://member.nifty.ne.jp/nokada/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -20,16 +20,16 @@ NO_BUILD= yes
do-install:
${MKDIR} ${RUBY_SITELIBDIR}/optparse
-.for f in optparse.rb optparse/shellwords.rb optparse/time.rb
+.for f in optparse.rb optparse/shellwords.rb optparse/time.rb optparse/uri.rb
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR}/${f}
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/optparse/ja
${MKDIR} ${RUBY_DOCDIR}/optparse/ja
-.for f in optparse.rlog
+.for f in README.en optparse.en.rd optparse.rlog
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/optparse/
.endfor
-.for f in optparse.ja.rd
+.for f in README.ja optparse.ja.rd
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/optparse/ja/
.endfor
.for f in cmd-ls.rb cmd.rb getopts.test.en opttest.rb
diff --git a/devel/ruby-optparse/distinfo b/devel/ruby-optparse/distinfo
index 0c45c43bb3ec..4fd548c450b0 100644
--- a/devel/ruby-optparse/distinfo
+++ b/devel/ruby-optparse/distinfo
@@ -1 +1 @@
-MD5 (ruby/optparse-0.7.6.tar.gz) = c79cf6973cca7e52a59221ba6c8193d1
+MD5 (ruby/optparse-0.7.8.tar.gz) = b987337e5001557b98d2b05c1e1f3cda
diff --git a/devel/ruby-optparse/pkg-plist b/devel/ruby-optparse/pkg-plist
index 5dbbf8c74ef1..bb0ff2e10086 100644
--- a/devel/ruby-optparse/pkg-plist
+++ b/devel/ruby-optparse/pkg-plist
@@ -1,5 +1,6 @@
%%RUBY_SITELIBDIR%%/optparse/shellwords.rb
%%RUBY_SITELIBDIR%%/optparse/time.rb
+%%RUBY_SITELIBDIR%%/optparse/uri.rb
%%RUBY_SITELIBDIR%%/optparse.rb
@dirrm %%RUBY_SITELIBDIR%%/optparse
%%RUBY_EXAMPLESDIR%%/optparse/ja/getopts.test
@@ -7,7 +8,10 @@
%%RUBY_EXAMPLESDIR%%/optparse/cmd.rb
%%RUBY_EXAMPLESDIR%%/optparse/getopts.test.en
%%RUBY_EXAMPLESDIR%%/optparse/opttest.rb
+%%RUBY_DOCDIR%%/optparse/ja/README.ja
%%RUBY_DOCDIR%%/optparse/ja/optparse.ja.rd
+%%RUBY_DOCDIR%%/optparse/README.en
+%%RUBY_DOCDIR%%/optparse/optparse.en.rd
%%RUBY_DOCDIR%%/optparse/optparse.rlog
@dirrm %%RUBY_EXAMPLESDIR%%/optparse/ja
@dirrm %%RUBY_EXAMPLESDIR%%/optparse