Update ruby port to 1.6.4. Take over as maintainer. ok espie@.
This commit is contained in:
parent
3eacd8597d
commit
00dcd179d8
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2001/07/03 06:34:53 jsyn Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2001/10/26 00:35:51 krw Exp $
|
||||
|
||||
COMMENT= object oriented script language with threads
|
||||
VERSION=1.6.2
|
||||
VERSION=1.6.4
|
||||
DISTNAME=ruby-${VERSION}
|
||||
CATEGORIES = lang
|
||||
NEED_VERSION= 1.362
|
||||
@ -18,7 +18,7 @@ DISTFILES=${BINARCH} ${MANARCH}:0
|
||||
EXTRACT_ONLY=${BINARCH}
|
||||
|
||||
HOMEPAGE=http://www.netlab.co.jp/ruby/
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
MAINTAINER= Ken Westerback <krw@openbsd.org>
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (ruby-1.6.2.tar.gz) = dcaa657d8b771c912ba53f49483cdeb7
|
||||
MD5 (ruby-1.6.4.tar.gz) = 428690b893527bdad6a4867489bdadbd
|
||||
MD5 (ruby-man-1.4.6.tar.gz) = 8eed63fec14a719df26247fb8384db5e
|
||||
RMD160 (ruby-1.6.2.tar.gz) = c54e639020d0fc703a62af3bde183c090cf0a02d
|
||||
RMD160 (ruby-1.6.4.tar.gz) = b3cd41adca9995bae16cd37c6fc08ca1c4060d12
|
||||
RMD160 (ruby-man-1.4.6.tar.gz) = 105afe2236d7e16c8fef8e87d1577975b3c635e4
|
||||
SHA1 (ruby-1.6.2.tar.gz) = a9791e8c7eca3f1e84bec8f9fe1c483baca08a85
|
||||
SHA1 (ruby-1.6.4.tar.gz) = 8cc989b1beb462e3012744e9f4e6a512e5a1d0f9
|
||||
SHA1 (ruby-man-1.4.6.tar.gz) = 9ecb0e32d573a090f932fcac5c28f6efcaaa50c0
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2001/03/23 14:12:33 espie Exp $
|
||||
lib/libruby.so.1.62
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.7 2001/10/26 00:35:51 krw Exp $
|
||||
lib/libruby.so.${REV}.4
|
||||
DYNLIBDIR(%B)
|
||||
lib/ruby/${REV}/${SUB}/curses.so
|
||||
lib/ruby/${REV}/${SUB}/dbm.so
|
||||
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2001/03/23 01:57:10 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2001/10/26 00:35:51 krw Exp $
|
||||
bin/irb
|
||||
bin/ruby
|
||||
@exec mkdir -p %D/lib/ruby/site_ruby/${REV}/${SUB}
|
||||
lib/ruby/${REV}/English.rb
|
||||
lib/ruby/${REV}/Env.rb
|
||||
lib/ruby/${REV}/base64.rb
|
||||
@ -19,6 +18,7 @@ lib/ruby/${REV}/expect.rb
|
||||
lib/ruby/${REV}/final.rb
|
||||
lib/ruby/${REV}/finalize.rb
|
||||
lib/ruby/${REV}/find.rb
|
||||
lib/ruby/${REV}/forwardable.rb
|
||||
lib/ruby/${REV}/ftools.rb
|
||||
lib/ruby/${REV}/ftplib.rb
|
||||
lib/ruby/${REV}/getoptlong.rb
|
||||
@ -40,19 +40,27 @@ lib/ruby/${REV}/${SUB}/st.h
|
||||
lib/ruby/${REV}/${SUB}/util.h
|
||||
lib/ruby/${REV}/${SUB}/version.h
|
||||
lib/ruby/${REV}/importenv.rb
|
||||
lib/ruby/${REV}/irb.rb
|
||||
lib/ruby/${REV}/irb/completion.rb
|
||||
lib/ruby/${REV}/irb/context.rb
|
||||
lib/ruby/${REV}/irb/extend-command.rb
|
||||
lib/ruby/${REV}/irb/frame.rb
|
||||
lib/ruby/${REV}/irb/help.rb
|
||||
lib/ruby/${REV}/irb/init.rb
|
||||
lib/ruby/${REV}/irb/input-method.rb
|
||||
lib/ruby/${REV}/irb/irb.rb
|
||||
lib/ruby/${REV}/irb/lc/error.rb
|
||||
lib/ruby/${REV}/irb/lc/help-message
|
||||
lib/ruby/${REV}/irb/lc/ja/error.rb
|
||||
lib/ruby/${REV}/irb/lc/ja/help-message
|
||||
lib/ruby/${REV}/irb/loader.rb
|
||||
lib/ruby/${REV}/irb/main.rb
|
||||
lib/ruby/${REV}/irb/locale.rb
|
||||
lib/ruby/${REV}/irb/multi-irb.rb
|
||||
lib/ruby/${REV}/irb/ruby-lex.rb
|
||||
lib/ruby/${REV}/irb/ruby-token.rb
|
||||
lib/ruby/${REV}/irb/slex.rb
|
||||
lib/ruby/${REV}/irb/version.rb
|
||||
lib/ruby/${REV}/irb/workspace-binding-2.rb
|
||||
lib/ruby/${REV}/irb/workspace-binding.rb
|
||||
lib/ruby/${REV}/irb/workspace.rb
|
||||
lib/ruby/${REV}/irb/ws-for-case-2.rb
|
||||
lib/ruby/${REV}/irb/xmp.rb
|
||||
lib/ruby/${REV}/jcode.rb
|
||||
lib/ruby/${REV}/kconv.rb
|
||||
@ -79,6 +87,14 @@ lib/ruby/${REV}/profile.rb
|
||||
lib/ruby/${REV}/pstore.rb
|
||||
lib/ruby/${REV}/rational.rb
|
||||
lib/ruby/${REV}/readbytes.rb
|
||||
lib/ruby/${REV}/shell.rb
|
||||
lib/ruby/${REV}/shell/builtin-command.rb
|
||||
lib/ruby/${REV}/shell/command-processor.rb
|
||||
lib/ruby/${REV}/shell/error.rb
|
||||
lib/ruby/${REV}/shell/filter.rb
|
||||
lib/ruby/${REV}/shell/process-controller.rb
|
||||
lib/ruby/${REV}/shell/system-command.rb
|
||||
lib/ruby/${REV}/shell/version.rb
|
||||
lib/ruby/${REV}/shellwords.rb
|
||||
lib/ruby/${REV}/singleton.rb
|
||||
lib/ruby/${REV}/sync.rb
|
||||
@ -156,12 +172,16 @@ share/doc/ruby/thread.html
|
||||
share/doc/ruby/variable.html
|
||||
share/doc/ruby/yacc.html
|
||||
@dirrm share/doc/ruby
|
||||
@dirrm lib/ruby/site_ruby
|
||||
@exec mkdir -p %D/lib/ruby/site_ruby/${REV}/${SUB}
|
||||
@dirrm lib/ruby/site_ruby/${REV}/${SUB}
|
||||
@dirrm lib/ruby/site_ruby/${REV}
|
||||
@dirrm lib/ruby/site_ruby
|
||||
@dirrm lib/ruby/${REV}/shell
|
||||
@dirrm lib/ruby/${REV}/net
|
||||
@dirrm lib/ruby/${REV}/irb/lc/ja
|
||||
@dirrm lib/ruby/${REV}/irb/lc
|
||||
@dirrm lib/ruby/${REV}/irb
|
||||
@dirrm lib/ruby/${REV}/cgi
|
||||
@dirrm lib/ruby/${REV}/${SUB}
|
||||
@dirrm lib/ruby/${REV}/cgi
|
||||
@dirrm lib/ruby/${REV}
|
||||
@dirrm lib/ruby
|
||||
|
Loading…
x
Reference in New Issue
Block a user