head	1.5;
access;
symbols
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2003.08.07.11.10.05;	author knu;	state dead;
branches;
next	1.4;

1.4
date	2003.01.18.21.50.54;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.09.27.13.55.40;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2001.06.04.14.54.32;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2001.05.05.23.20.12;	author knu;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Now that ruby 1.8.0 is officially released, rename ruby to ruby16, and
ruby-devel to ruby18.
@
text
@====
To build a ruby related port for Ruby 1.8, define RUBY_VER=1.8 on the
make command line or in /etc/make.conf.  If you want to use Ruby 1.8
as the default instead of 1.6, define RUBY_DEFAULT_VER=1.8 also.

Note that some of the standard libraries are provided as separate
ports since they require extra dependencies:

	converters/ruby-iconv	iconv module

	databases/ruby-gdbm:	GDBM module

	lang/ruby-tcltklib:	Tcl/Tk libraries
	japanese/ruby-tcltklib:	Tcl/Tk libraries for Japanized Tcl/Tk

	x11-toolkits/ruby-tk:	Tk modules
	japanese/ruby-tk:	Tk modules for Japanized Tcl/Tk

	lang/ruby-mode.el:	Emacs lisp modules

Install them as occasion demands. (Make sure to define RUBY_VER=1.8
when you build and install them)
====
@


1.4
log
@Properly update for 1.8 [*] and rephrase.

Submitted by:	obrien [*]
@
text
@@


1.3
log
@Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which
fixes several coredump bugs and fatal threading problems.

Remove the autoconf dependency by including a pre-generated configure
script in the distfile.  It now also includes a pre-generated parse.c
made by bison 1.35.
@
text
@d2 3
a4 4
When you are to build a ruby related port for Ruby 1.7, please define
RUBY_VER=1.7 in the make command line, or put it in your
/etc/make.conf.  If you want to always use Ruby 1.7 instead of 1.6,
set RUBY_DEFAULT_VER=1.7.
d6 2
a7 2
Note that some stuff that comes with the standard Ruby distribution is
provided as separate ports:
d20 3
a22 3
			
Please install them as occasion demands. (Don't forget to define
RUBY_VER=1.7 when you build them)
@


1.2
log
@Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.

Introduce RUBY_R in preparation for ruby_r & ruby_r-devel ports.

Define RUBY_CONFIGURE_ARGS.
@
text
@d10 2
@


1.1
log
@Add lang/ruby-devel, the development version of Ruby. (1.7)
@
text
@d4 2
a5 1
/etc/make.conf if you want to always use Ruby 1.7 instead of 1.6.
@

