Commit graph

31 commits

Author SHA1 Message Date
taca
c580fa17c2 Add h2rb command wrapper for ruby18 package.
Bump PKGREVISION.
2005-02-21 15:35:53 +00:00
taca
7a23af0a6d Update ruby package to 1.8.1.
Now, this package isn't meta-package.

Ruby itself is provided as language/ruby18 (Ruby 1.8.1) or
language/ruby16 (Ruby 1.6.8) and Ruby's commands are
$PREFIX/bin/ruby18 or $PREFIX/bin/ruby16.

This pacakge provide commands without its version in name
as $PREFIX/bin/ruby.

Some extention libraries bundled in Ruby's distribution are
move to separate packages.  For ruby18:

	converters/ruby-iconv:		Iconv module
	databases/ruby-dbm:		DBM module
	databases/ruby-gdbm:		GDBM module
	devel/ruby-curses:		Curses module
	security/ruby-digest:		message digest module
	security/ruby-openssl:		OpenSSL module
	devel/ruby-readline:		readline module
	x11/ruby-tcltklib:		Tcl/Tk libraries
	x11/ruby-tk:			Tk modules

And for ruby16:

	databases/ruby-dbm:		DBM module
	databases/ruby-gdbm:		GDBM module
	devel/ruby16-curses:		Curses module
	security/ruby-digest:		message digest module
	devel/ruby-readline:		readline module
	x11/ruby16-tcltklib:		Tcl/Tk libraries
	x11/ruby16-tk:			Tk modules

You can specify default Ruby's version by setting
RUBY_VERSION_DEFAULT to 1.6 or 1.8 in /etc/mk.conf.
2004-11-27 15:02:10 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
taca
4ebeb28b9f Bump pacakge revision with ruby-base package's update. 2004-03-12 05:02:55 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
taca
2a2ad0b358 Remove PKGREVISION for updating ruby (meta) package 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.
2003-03-24 15:01:59 +00:00
fredb
7160784900 Bump PKGREVISION of ruby to reflect the fact that the recent fix to
${MACHINE_GNU_PLATFORM} moved ${RUBY_SITEARCHLIBDIR} on some ports,
and also bump the dependency and PKGREVISION in ruby-gtk, which is
the only package that seems to use that.
2002-03-21 04:23:37 +00:00
taca
b778c72155 Make ruby meta package 1.6 based only. Previously, it was shared with
1.4 based ruby.
2002-01-22 17:16:03 +00:00
taca
48ef450214 update ruby package to ruby 1.6.6 based. 2001-12-30 16:26:28 +00:00
taca
0953ff4ff4 Make ruby package to meta-package composes those package based on
ruby 1.6.4.

	databases/ruby-gdbm		GDBM module
	security/ruby-md5		MD5 module
	devel/ruby-readline		readline module
	lang/ruby-base			base installation
	x11/ruby-tcltklib		Tcl/Tk libraries
	x11/ruby-tk			Tk modules

If RUBY_VER is set to 1.4, these package become ruby 1.4 based for
backward compatibility.

	databases/ruby-gdbm		GDBM module
	security/ruby-md5		MD5 module
	devel/ruby14-readline		readline module
	x11/ruby-tcltklib		Tcl/Tk libraries
	x11/ruby14-tk			Tk modules
2001-06-30 14:30:02 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
agc
82acd159f7 Move the COMMENT from being in its own file to a definition in the
package Makefile.
2001-02-17 09:06:56 +00:00
sakamoto
4ab57a761c Update ruby,ruby-Tk to 1.4.6
minor bugfix
ChangeLog: ftp://ftp.netlab.co.jp/pub/lang/ruby/ChangeLog.1.4.6
2000-08-22 02:22:26 +00:00
tron
ebcef6eadf Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:40:58 +00:00
sakamoto
9949b141dc Update ruby to 1.4.5
Changes: Several bug fixes.

use MACHINE_GNU_ARCH instead of MACHINE_ARCH in PLIST,
patch from Paul Clifford <paul@plasma.demon.co.uk>.
2000-07-03 07:31:35 +00:00
wiz
4a72b8b121 change dependency from gdbm-1.7.3 to gdbm>=1.7.3 2000-06-13 10:40:24 +00:00
sakamoto
7f1f949930 Update ruby to 1.4.4
Changes: Several bug fixes. Compiles out of the box on Alpha.
2000-04-18 10:46:08 +00:00
sakamoto
bbe56c313c add XLDFLAGS="${LDFLAGS}" to MAKE_ENV, fixes shared library linking. 2000-04-14 04:20:12 +00:00
sakamoto
41d13a62fd Remove redundant dependency on ncurses.
Fixes pkg/9793 by itojun@itojun.org.
2000-04-11 07:35:15 +00:00
wiz
54b77d469b use CONFIGURE_ARGS+= instead of CONFIGURE_ARGS=, fixes shared
library building
2000-02-02 04:07:36 +00:00
itojun
cd2ea8771e fix ELF platform support (configure.in patch missed one of clauses)
enable IPv6 on USE_INET6.
approved by: sakamoto (maintainer)
2000-01-22 13:31:44 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
sakamoto
96f7eeafe2 Update ruby to 1.4.3
Changes 1.4.3 from 1.4.2:
	some bugfix
1999-12-14 07:16:04 +00:00
sakamoto
d4285384d2 Add DEPENDS+=readline-4.0, suggested by Hubert Feyrer. 1999-09-21 01:18:06 +00:00
sakamoto
f63f538e17 Update ruby to 1.4.2
DEPENDS+= gdbm,ncurses
install examples.

Changes: Fixed some bugs, improved stability.
1999-09-17 03:43:23 +00:00
tron
810ff39e9d "bison" is only required at build time. 1999-08-24 14:14:28 +00:00
sakamoto
31fbec57c4 Update to ruby-1.4.0. 1999-08-17 02:16:44 +00:00
sakamoto
13dcc8c4ed remove tabs. 1999-07-09 05:46:09 +00:00
sakamoto
f3f283fbf7 the Object-Oriented Script Language
from PR pkg/7942 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>.
1999-07-09 05:43:37 +00:00