head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.46 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.44 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.42 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.40 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.38 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.36 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.34 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.32 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.30 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.28 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.26 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.24 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.22 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.20 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.18 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.16 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.14 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.12 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.10 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.8 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.6 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.4 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.2 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 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.5 date 2004.11.28.06.35.31; author taca; state dead; branches; next 1.4; 1.4 date 2003.03.24.14.49.39; author taca; state Exp; branches; next 1.3; 1.3 date 2002.03.02.09.10.55; 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.5 log @Removing ruby-base package since this is obsolete with new framework for Ruby packages. @ text @$NetBSD: patch-af,v 1.4 2003/03/24 14:49:39 taca Exp $ --- lib/mkmf.rb.orig 2002-12-24 17:29:10.000000000 +0900 +++ lib/mkmf.rb @@@@ -452,7 +452,7 @@@@ def install_rb(mfile, dest, srcdir = nil for f in path d = '/' + File::dirname(f) d = '' if d == '/.' - mfile.printf "\t@@$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0644, true)' %s/%s %s%s\n", libdir, f, dest, d + mfile.printf "\t@@$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0444, true)' %s/%s %s%s\n", libdir, f, dest, d end end @ 1.4 log @Update ruby-base packages to 1.6.8. This is bug fix release of ruby programming language. Since change from ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here. This update implicitly includes ruby-digest and ruby-tcltklib. Here is pkgsrc change. - Support pkgsrc on Solaris. * change RUBY_ARCH default value to ${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF} for fixing Solairs support. * Add RUBY_NOSHLIBMAJOR. (needs more better scheme..?) * Change RUBY_SHLIBVER. - Change RUBY_COMMENT to meaningful names; RUBY_NOEXT_CURSES and RUBY_NOEXT_DBM. - Remove patch-ak since it was fixed in original source. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.3 2002/03/02 09:10:55 taca Exp $ @ 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-af,v 1.2 2001/12/30 16:21:52 taca Exp $ d3 1 a3 1 --- lib/mkmf.rb.orig Fri Feb 1 15:00:49 2002 d5 1 a5 1 @@@@ -163,7 +163,7 @@@@ @ 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-af,v 1.1.1.1 2001/06/30 08:07:10 taca Exp $ d3 1 a3 1 --- lib/mkmf.rb.orig Fri Dec 21 18:19:47 2001 d5 1 a5 1 @@@@ -158,7 +158,7 @@@@ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- lib/mkmf.rb.orig Mon May 21 13:19:49 2001 d5 1 a5 1 @@@@ -160,7 +160,7 @@@@ @ 1.1.1.1 log @Importing ruby-base, base installation of Ruby with new framework. @ text @@