mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to ruby-1.0-971125, add some sample script.
PR: ports/5185 Submitted by: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
This commit is contained in:
parent
cb1387edca
commit
a5cf1509c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8931
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: ruby
|
||||
# Version required: 1.0-970919
|
||||
# Version required: 1.0-971125
|
||||
# Date created: 04 September 1997
|
||||
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/09/12 07:51:47 tg Exp $
|
||||
# $Id: Makefile,v 1.3 1997/09/22 13:59:37 tg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ruby-1.0-970919
|
||||
DISTNAME= ruby-1.0-971125
|
||||
PKGNAME= ruby-1.0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby-1.0-970919.tar.gz) = 667a4927fc11e7d37d3a86104b7eaa53
|
||||
MD5 (ruby-1.0-971125.tar.gz) = 832404a835e8b9c6681bf85410ff5975
|
||||
|
@ -6,6 +6,7 @@ lib/ruby/complex.rb
|
||||
lib/ruby/date.rb
|
||||
lib/ruby/debug.rb
|
||||
lib/ruby/e2mmap.rb
|
||||
lib/ruby/e2mmap1_0.rb
|
||||
lib/ruby/finalize.rb
|
||||
lib/ruby/find.rb
|
||||
lib/ruby/ftplib.rb
|
||||
@ -41,6 +42,55 @@ lib/ruby/i386-freebsd/marshal.so
|
||||
lib/ruby/i386-freebsd/md5.so
|
||||
lib/ruby/i386-freebsd/socket.so
|
||||
lib/ruby/i386-freebsd/tkutil.so
|
||||
lib/ruby/sample/biorhythm.rb
|
||||
lib/ruby/sample/clnt.rb
|
||||
lib/ruby/sample/dbmtest.rb
|
||||
lib/ruby/sample/dir.rb
|
||||
lib/ruby/sample/eval.rb
|
||||
lib/ruby/sample/export.rb
|
||||
lib/ruby/sample/exyacc.rb
|
||||
lib/ruby/sample/fact.rb
|
||||
lib/ruby/sample/fib.awk
|
||||
lib/ruby/sample/fib.pl
|
||||
lib/ruby/sample/fib.rb
|
||||
lib/ruby/sample/fib.scm
|
||||
lib/ruby/sample/freq.rb
|
||||
lib/ruby/sample/from.rb
|
||||
lib/ruby/sample/fullpath.rb
|
||||
lib/ruby/sample/getopts.test
|
||||
lib/ruby/sample/io.rb
|
||||
lib/ruby/sample/less.rb
|
||||
lib/ruby/sample/list.rb
|
||||
lib/ruby/sample/list2.rb
|
||||
lib/ruby/sample/list3.rb
|
||||
lib/ruby/sample/mrshtest.rb
|
||||
lib/ruby/sample/mkproto.rb
|
||||
lib/ruby/sample/mpart.rb
|
||||
lib/ruby/sample/observ.rb
|
||||
lib/ruby/sample/occur.pl
|
||||
lib/ruby/sample/occur.rb
|
||||
lib/ruby/sample/occur2.rb
|
||||
lib/ruby/sample/philos.rb
|
||||
lib/ruby/sample/pi.rb
|
||||
lib/ruby/sample/rcs.awk
|
||||
lib/ruby/sample/rcs.dat
|
||||
lib/ruby/sample/rcs.rb
|
||||
lib/ruby/sample/regx.rb
|
||||
lib/ruby/sample/ruby-mode.el
|
||||
lib/ruby/sample/rubydb2x.el
|
||||
lib/ruby/sample/rubydb3x.el
|
||||
lib/ruby/sample/sieve.rb
|
||||
lib/ruby/sample/svr.rb
|
||||
lib/ruby/sample/test.rb
|
||||
lib/ruby/sample/time.rb
|
||||
lib/ruby/sample/tkbiff.rb
|
||||
lib/ruby/sample/tkbrowse.rb
|
||||
lib/ruby/sample/tkdialog.rb
|
||||
lib/ruby/sample/tkfrom.rb
|
||||
lib/ruby/sample/tkhello.rb
|
||||
lib/ruby/sample/tkline.rb
|
||||
lib/ruby/sample/tktimer.rb
|
||||
lib/ruby/sample/trojan.rb
|
||||
lib/ruby/sample/tsvr.rb
|
||||
lib/ruby/sample/uumerge.rb
|
||||
man/man1/ruby.1.gz
|
||||
@dirrm lib/ruby/i386-freebsd
|
||||
@dirrm lib/ruby
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: ruby
|
||||
# Version required: 1.0-970919
|
||||
# Version required: 1.0-971125
|
||||
# Date created: 04 September 1997
|
||||
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/09/12 07:51:47 tg Exp $
|
||||
# $Id: Makefile,v 1.3 1997/09/22 13:59:37 tg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ruby-1.0-970919
|
||||
DISTNAME= ruby-1.0-971125
|
||||
PKGNAME= ruby-1.0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby-1.0-970919.tar.gz) = 667a4927fc11e7d37d3a86104b7eaa53
|
||||
MD5 (ruby-1.0-971125.tar.gz) = 832404a835e8b9c6681bf85410ff5975
|
||||
|
@ -6,6 +6,7 @@ lib/ruby/complex.rb
|
||||
lib/ruby/date.rb
|
||||
lib/ruby/debug.rb
|
||||
lib/ruby/e2mmap.rb
|
||||
lib/ruby/e2mmap1_0.rb
|
||||
lib/ruby/finalize.rb
|
||||
lib/ruby/find.rb
|
||||
lib/ruby/ftplib.rb
|
||||
@ -41,6 +42,55 @@ lib/ruby/i386-freebsd/marshal.so
|
||||
lib/ruby/i386-freebsd/md5.so
|
||||
lib/ruby/i386-freebsd/socket.so
|
||||
lib/ruby/i386-freebsd/tkutil.so
|
||||
lib/ruby/sample/biorhythm.rb
|
||||
lib/ruby/sample/clnt.rb
|
||||
lib/ruby/sample/dbmtest.rb
|
||||
lib/ruby/sample/dir.rb
|
||||
lib/ruby/sample/eval.rb
|
||||
lib/ruby/sample/export.rb
|
||||
lib/ruby/sample/exyacc.rb
|
||||
lib/ruby/sample/fact.rb
|
||||
lib/ruby/sample/fib.awk
|
||||
lib/ruby/sample/fib.pl
|
||||
lib/ruby/sample/fib.rb
|
||||
lib/ruby/sample/fib.scm
|
||||
lib/ruby/sample/freq.rb
|
||||
lib/ruby/sample/from.rb
|
||||
lib/ruby/sample/fullpath.rb
|
||||
lib/ruby/sample/getopts.test
|
||||
lib/ruby/sample/io.rb
|
||||
lib/ruby/sample/less.rb
|
||||
lib/ruby/sample/list.rb
|
||||
lib/ruby/sample/list2.rb
|
||||
lib/ruby/sample/list3.rb
|
||||
lib/ruby/sample/mrshtest.rb
|
||||
lib/ruby/sample/mkproto.rb
|
||||
lib/ruby/sample/mpart.rb
|
||||
lib/ruby/sample/observ.rb
|
||||
lib/ruby/sample/occur.pl
|
||||
lib/ruby/sample/occur.rb
|
||||
lib/ruby/sample/occur2.rb
|
||||
lib/ruby/sample/philos.rb
|
||||
lib/ruby/sample/pi.rb
|
||||
lib/ruby/sample/rcs.awk
|
||||
lib/ruby/sample/rcs.dat
|
||||
lib/ruby/sample/rcs.rb
|
||||
lib/ruby/sample/regx.rb
|
||||
lib/ruby/sample/ruby-mode.el
|
||||
lib/ruby/sample/rubydb2x.el
|
||||
lib/ruby/sample/rubydb3x.el
|
||||
lib/ruby/sample/sieve.rb
|
||||
lib/ruby/sample/svr.rb
|
||||
lib/ruby/sample/test.rb
|
||||
lib/ruby/sample/time.rb
|
||||
lib/ruby/sample/tkbiff.rb
|
||||
lib/ruby/sample/tkbrowse.rb
|
||||
lib/ruby/sample/tkdialog.rb
|
||||
lib/ruby/sample/tkfrom.rb
|
||||
lib/ruby/sample/tkhello.rb
|
||||
lib/ruby/sample/tkline.rb
|
||||
lib/ruby/sample/tktimer.rb
|
||||
lib/ruby/sample/trojan.rb
|
||||
lib/ruby/sample/tsvr.rb
|
||||
lib/ruby/sample/uumerge.rb
|
||||
man/man1/ruby.1.gz
|
||||
@dirrm lib/ruby/i386-freebsd
|
||||
@dirrm lib/ruby
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: ruby
|
||||
# Version required: 1.0-970919
|
||||
# Version required: 1.0-971125
|
||||
# Date created: 04 September 1997
|
||||
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/09/12 07:51:47 tg Exp $
|
||||
# $Id: Makefile,v 1.3 1997/09/22 13:59:37 tg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ruby-1.0-970919
|
||||
DISTNAME= ruby-1.0-971125
|
||||
PKGNAME= ruby-1.0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby-1.0-970919.tar.gz) = 667a4927fc11e7d37d3a86104b7eaa53
|
||||
MD5 (ruby-1.0-971125.tar.gz) = 832404a835e8b9c6681bf85410ff5975
|
||||
|
@ -6,6 +6,7 @@ lib/ruby/complex.rb
|
||||
lib/ruby/date.rb
|
||||
lib/ruby/debug.rb
|
||||
lib/ruby/e2mmap.rb
|
||||
lib/ruby/e2mmap1_0.rb
|
||||
lib/ruby/finalize.rb
|
||||
lib/ruby/find.rb
|
||||
lib/ruby/ftplib.rb
|
||||
@ -41,6 +42,55 @@ lib/ruby/i386-freebsd/marshal.so
|
||||
lib/ruby/i386-freebsd/md5.so
|
||||
lib/ruby/i386-freebsd/socket.so
|
||||
lib/ruby/i386-freebsd/tkutil.so
|
||||
lib/ruby/sample/biorhythm.rb
|
||||
lib/ruby/sample/clnt.rb
|
||||
lib/ruby/sample/dbmtest.rb
|
||||
lib/ruby/sample/dir.rb
|
||||
lib/ruby/sample/eval.rb
|
||||
lib/ruby/sample/export.rb
|
||||
lib/ruby/sample/exyacc.rb
|
||||
lib/ruby/sample/fact.rb
|
||||
lib/ruby/sample/fib.awk
|
||||
lib/ruby/sample/fib.pl
|
||||
lib/ruby/sample/fib.rb
|
||||
lib/ruby/sample/fib.scm
|
||||
lib/ruby/sample/freq.rb
|
||||
lib/ruby/sample/from.rb
|
||||
lib/ruby/sample/fullpath.rb
|
||||
lib/ruby/sample/getopts.test
|
||||
lib/ruby/sample/io.rb
|
||||
lib/ruby/sample/less.rb
|
||||
lib/ruby/sample/list.rb
|
||||
lib/ruby/sample/list2.rb
|
||||
lib/ruby/sample/list3.rb
|
||||
lib/ruby/sample/mrshtest.rb
|
||||
lib/ruby/sample/mkproto.rb
|
||||
lib/ruby/sample/mpart.rb
|
||||
lib/ruby/sample/observ.rb
|
||||
lib/ruby/sample/occur.pl
|
||||
lib/ruby/sample/occur.rb
|
||||
lib/ruby/sample/occur2.rb
|
||||
lib/ruby/sample/philos.rb
|
||||
lib/ruby/sample/pi.rb
|
||||
lib/ruby/sample/rcs.awk
|
||||
lib/ruby/sample/rcs.dat
|
||||
lib/ruby/sample/rcs.rb
|
||||
lib/ruby/sample/regx.rb
|
||||
lib/ruby/sample/ruby-mode.el
|
||||
lib/ruby/sample/rubydb2x.el
|
||||
lib/ruby/sample/rubydb3x.el
|
||||
lib/ruby/sample/sieve.rb
|
||||
lib/ruby/sample/svr.rb
|
||||
lib/ruby/sample/test.rb
|
||||
lib/ruby/sample/time.rb
|
||||
lib/ruby/sample/tkbiff.rb
|
||||
lib/ruby/sample/tkbrowse.rb
|
||||
lib/ruby/sample/tkdialog.rb
|
||||
lib/ruby/sample/tkfrom.rb
|
||||
lib/ruby/sample/tkhello.rb
|
||||
lib/ruby/sample/tkline.rb
|
||||
lib/ruby/sample/tktimer.rb
|
||||
lib/ruby/sample/trojan.rb
|
||||
lib/ruby/sample/tsvr.rb
|
||||
lib/ruby/sample/uumerge.rb
|
||||
man/man1/ruby.1.gz
|
||||
@dirrm lib/ruby/i386-freebsd
|
||||
@dirrm lib/ruby
|
||||
|
Loading…
Reference in New Issue
Block a user