head	1.2;
access;
symbols
	pkgsrc-2017Q1:1.1.0.26
	pkgsrc-2017Q1-base:1.1
	pkgsrc-2016Q4:1.1.0.24
	pkgsrc-2016Q4-base:1.1
	pkgsrc-2016Q3:1.1.0.22
	pkgsrc-2016Q3-base:1.1
	pkgsrc-2016Q2:1.1.0.20
	pkgsrc-2016Q2-base:1.1
	pkgsrc-2016Q1:1.1.0.18
	pkgsrc-2016Q1-base:1.1
	pkgsrc-2015Q4:1.1.0.16
	pkgsrc-2015Q4-base:1.1
	pkgsrc-2015Q3:1.1.0.14
	pkgsrc-2015Q3-base:1.1
	pkgsrc-2015Q2:1.1.0.12
	pkgsrc-2015Q2-base:1.1
	pkgsrc-2015Q1:1.1.0.10
	pkgsrc-2015Q1-base:1.1
	pkgsrc-2014Q4:1.1.0.8
	pkgsrc-2014Q4-base:1.1
	pkgsrc-2014Q3:1.1.0.6
	pkgsrc-2014Q3-base:1.1
	pkgsrc-2014Q2:1.1.0.4
	pkgsrc-2014Q2-base:1.1
	pkgsrc-2014Q1:1.1.0.2
	pkgsrc-2014Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2017.06.20.13.38.25;	author taca;	state dead;
branches;
next	1.1;
commitid	f8obOQ1SZjbKf7Wz;

1.1
date	2014.03.14.19.40.47;	author taca;	state Exp;
branches;
next	;
commitid	f4W1Mf6kiZZkCHsx;


desc
@@


1.2
log
@Remove ruby21-base package since Ruby 2.1 is EOL.
Please use ruby23-base, ruby24-base or ruby22-base.
@
text
@# $NetBSD: INSTALL,v 1.1 2014/03/14 19:40:47 taca Exp $

DATE="@@DATE@@"
RUBY_SITERIDIR="${PREFIX}/@@RUBY_SITERIDIR@@"
rid="${RUBY_SITERIDIR}/created.rid"

case ${STAGE} in
POST-INSTALL)
	if [ -d ${RUBY_SITERIDIR} ]; then
		${DATE} > ${rid}
	fi
	;;
esac

@


1.1
log
@Add ruby21-base, base of Ruby 2.1.1.  Ruby 2.1.1 is second release of
Ruby 2.1, post release of Ruby 2.0.

*WARNING!* Not all of ruby pkgsrc are supported yet.

Ruby 2.1 has many improvements including speedup without severe
incompatibilities. You can use this on Rails and other applications, and get a
more comfortable experience.

This release includes many bugfixes. See tickets and ChangeLog for details.

Following the previously announced changed versioning policy of Ruby 2.1, this
version is simply called ¡È2.1.1¡É.

Update: We¡Çve noticed a regression in Hash#reject. For more details, see:
Regression of Hash#reject in Ruby 2.1.1.
@
text
@d1 1
a1 1
# $NetBSD: INSTALL,v 1.1 2013/07/21 02:32:58 taca Exp $
@

