head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.46 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.44 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.42 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.40 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.38 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.36 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.34 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.32 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.30 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.28 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.26 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.24 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.22 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.20 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.18 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.16 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.14 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.12 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.10 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.8 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.6 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.4 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.2 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.3.0.16 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2004.11.28.06.35.31; author taca; state dead; branches; next 1.3; 1.3 date 2002.03.02.09.10.56; author taca; state Exp; branches; next 1.2; 1.2 date 2001.12.30.16.21.52; author taca; state Exp; branches; next 1.1; 1.1 date 2001.06.30.08.07.10; author taca; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.06.30.08.07.10; author taca; state Exp; branches; next ; desc @@ 1.4 log @Removing ruby-base package since this is obsolete with new framework for Ruby packages. @ text @$NetBSD: patch-aj,v 1.3 2002/03/02 09:10:56 taca Exp $ --- ext/extmk.rb.in.orig Mon Jan 28 17:42:04 2002 +++ ext/extmk.rb.in @@@@ -181,7 +181,7 @@@@ end end for f in path - mfile.printf "\t@@$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0644, true)' $(srcdir)/lib/%s $(DESTDIR)$(pkglibdir)$(target_prefix)/%s\n", f, f + mfile.printf "\t@@$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0444, true)' $(srcdir)/lib/%s $(DESTDIR)$(pkglibdir)$(target_prefix)/%s\n", f, f end end @ 1.3 log @Ruby 1.6.7 is Ruby's stable release. ChangeLog is too large, so I don't attach it here. In detail, See ChangeLog which is contained in the package. o Many bug fixes. o Add URI module. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.2 2001/12/30 16:21:52 taca Exp $ @ 1.2 log @Update ruby-base package to 1.6.6. Changes from 1.6.4 are too many, see ${LOCALBASE}/share/doc/ruby/NEWS file. plus two fixes noted on ruby-dev@@ruby-lang.org. [ruby-dev:15549] lib/irb/locale.rb [ruby-dev:15551] lib/weakref.rb And some ruby pakcage own changes: - Handle proper RUBY_ARCH variable on current. - REPLACE_RUBY is processed by sed(1) not ruby. - Proper handle with RUBY_EXTCONF. - USE_RUBY_SETUP dosen't implicit define USE_RUBY_AMSTD now. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.1.1.1 2001/06/30 08:07:10 taca Exp $ d3 1 a3 1 --- ext/extmk.rb.in.orig Fri Jul 27 17:52:19 2001 d5 1 a5 1 @@@@ -175,7 +175,7 @@@@ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 4 a6 4 --- ext/extmk.rb.in.orig Tue May 29 17:57:26 2001 +++ ext/extmk.rb.in Fri Jun 29 00:09:27 2001 @@@@ -177,7 +177,7 @@@@ mfile.printf "\t@@$(RUBY) -r ftools -e 'File::makedirs(*ARGV)' $(DESTDIR)$(pkglibdir)/%s\n", f d9 2 a10 2 - mfile.printf "\t@@$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0644, true)' $(srcdir)/lib/%s $(DESTDIR)$(pkglibdir)/%s\n", f, f + mfile.printf "\t@@$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0444, true)' $(srcdir)/lib/%s $(DESTDIR)$(pkglibdir)/%s\n", f, f @ 1.1.1.1 log @Importing ruby-base, base installation of Ruby with new framework. @ text @@