Update to 0.7.8.

This commit is contained in:
Akinori MUSHA 2001-01-08 22:48:13 +00:00
parent f629a89b54
commit 0b11e7b85b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36959
3 changed files with 9 additions and 5 deletions

View file

@ -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

View file

@ -1 +1 @@
MD5 (ruby/optparse-0.7.6.tar.gz) = c79cf6973cca7e52a59221ba6c8193d1
MD5 (ruby/optparse-0.7.8.tar.gz) = b987337e5001557b98d2b05c1e1f3cda

View file

@ -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