head 1.3; access; symbols pkgsrc-2015Q3:1.2.0.32 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.30 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.28 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.26 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.24 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.22 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.20 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.18 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.16 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.14 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.12 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.10 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.8 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.6 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.4 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2015.11.23.15.22.49; author taca; state dead; branches; next 1.2; commitid hjbo4YIRMS4ojeKy; 1.2 date 2011.11.13.15.45.49; author taca; state Exp; branches; next 1.1; 1.1 date 2011.11.08.16.10.51; author taca; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.11.08.16.10.51; author taca; state Exp; branches; next ; desc @@ 1.3 log @Remove ruby193-base. Ruby 1.9.3 is EOL since Feb 23, 2015. @ text @# $NetBSD: DEINSTALL,v 1.2 2011/11/13 15:45:49 taca Exp $ RUBY_GEM_BASE="${PREFIX}/@@RUBY_GEM_BASE@@" RUBY_SITERIDIR="${PREFIX}/@@RUBY_SITERIDIR@@" case ${STAGE} in DEINSTALL) ${RM} -f ${RUBY_SITERIDIR}/created.rid ;; POST-DEINSTALL) ${RM} -rf ${GEM_HOME} ${RMDIR} ${RUBY_GEM_BASE} 2>/dev/null || true ;; esac @ 1.2 log @Clean up DEINSTALL/INSTALL scripts. * Remove setting PREFIX. * Remove executing exit on last line. Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: DEINSTALL,v 1.1.1.1 2011/11/08 16:10:51 taca Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD$ a2 1 PREFIX="@@PREFIX@@" a14 1 exit @ 1.1.1.1 log @Importing ruby193-base version 1.9.3p0 (Ruby 1.9.3 p0): Please refer detail for: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_0/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_0/ChangeLog Short summary from NEWS: * Ruby's License is changed from a dual license with GPLv2 to a dual license with 2-clause BSDL. * Encoding * new encodings: CP950, CP951, UTF-16 and UTF-32 * change alias: * SJIS is Windows-31J * Regexps now support Unicode 6.0. (new characters and scripts) * builtin classes * ARGF * new methods: ARGF.read_nonblock and so on. * Array * extended method: Array#pack supports endian modifiers * String * extended method: String#unpack supports endian modifiers * new method: String#prepend and String#byteslice * Bignum * Multiplication algorithm for Bignums with a large number of digits over 150 BDIGITs is changed in order to reduce its calculation time. Now such large Bignums are multiplied by using Toom-3 algorithm. * File * new constant: File::NULL and File::DIRECT * IO * extended method: IO#putc supports multibyte characters * new methods: * IO#advise, IO.write and IO.binwrite * Kernel * move #__id__ to BasicObject * extended method: Kernel#rand supports range argument * Module * new methods: Module#private_constant and Module#public_constant * Random * extended method: Random.rand supports range argument * Time * extended method: Time#strftime supports %:z and %::z * Process * Process#maxgroups and Process#maxgroups= now raise NotImplementedError if the platform don't support supplementary groups concept @ text @@