Update to 1.7.2.2002.07.31. The optparse module has been included.

This commit is contained in:
Akinori MUSHA 2002-08-03 08:45:36 +00:00
parent 287e155815
commit 1fd170c545
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63896
6 changed files with 10 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= shim-ruby18
PORTVERSION= 1.7.2.2002.05.21
PORTVERSION= 1.7.2.2002.07.31
CATEGORIES= lang devel ruby
MASTER_SITES= http://www.ruby-lang.org/~knu/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}

View File

@ -1 +1 @@
MD5 (ruby/shim-ruby16_18-1.7.2.2002.05.21.tar.bz2) = 955c265409093481d634cd8064f12aaa
MD5 (ruby/shim-ruby16_18-1.7.2.2002.07.31.tar.bz2) = dd1a4ff714af87b54ae222c45e3e2466

View File

@ -1,11 +0,0 @@
--- install.rb.orig Mon Apr 8 22:09:31 2002
+++ install.rb Sun Jun 9 02:07:03 2002
@@ -660,3 +660,7 @@
def install_dir_ext_main( rel )
- install_files allext('.'), config('so-dir') + '/' + rel, 0555
+ #install_files allext('.'), config('so-dir') + '/' + rel, 0555
+ command sprintf('%s sitelibdir=%s sitearchdir=%s site-install',
+ config('make-prog'),
+ config('rb-dir'),
+ config('so-dir'))
end

View File

@ -10,5 +10,6 @@ Shim between 1.6 and 1.8 includes:
strscan Fast string scanner
benchmark Benchmark module
fileutils File & directory manipulation
optparse Advanced command line option parser
pp Pretty printer (prettier version of `p')
tsort Topological sorter

View File

@ -15,6 +15,7 @@ delete_modules () {
dl
fileutils
fnmatch
optparse
racc-runtime
strscan
"

View File

@ -33,6 +33,12 @@
%%RUBY_SITELIBDIR%%/dl/types.rb
%%RUBY_SITELIBDIR%%/dl/win32.rb
@dirrm %%RUBY_SITELIBDIR%%/dl
@comment optparse
%%RUBY_SITELIBDIR%%/optparse.rb
%%RUBY_SITELIBDIR%%/optparse/shellwords.rb
%%RUBY_SITELIBDIR%%/optparse/time.rb
%%RUBY_SITELIBDIR%%/optparse/uri.rb
@dirrm %%RUBY_SITELIBDIR%%/optparse
@comment racc-runtime
%%RUBY_SITEARCHLIBDIR%%/racc/cparse.so
@dirrm %%RUBY_SITEARCHLIBDIR%%/racc