summaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-2/+2
${PREFIX}.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-06Change depends to ruby16-base/ruby18-base package from ruby16/ruby18taca1-4/+4
package and tweak the package's COMMENT. Bump PKGREVISION.
2005-03-06Cosmetic change with pkglint(1).taca1-4/+4
2005-02-21Add h2rb command wrapper for ruby18 package.taca1-2/+3
Bump PKGREVISION.
2004-11-27Update ruby package to 1.8.1.taca1-15/+23
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-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-12Bump pacakge revision with ruby-base package's update.taca1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-03-24Remove PKGREVISION for updating ruby (meta) package to 1.6.8.taca1-2/+1
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.
2002-03-21Bump PKGREVISION of ruby to reflect the fact that the recent fix tofredb1-1/+2
${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-01-22Make ruby meta package 1.6 based only. Previously, it was shared withtaca1-1/+3
1.4 based ruby.
2001-12-30update ruby package to ruby 1.6.6 based.taca1-2/+2
2001-06-30Make ruby package to meta-package composes those package based ontaca1-40/+21
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-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
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-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-17Move the COMMENT from being in its own file to a definition in theagc1-1/+2
package Makefile.
2000-08-22Update ruby,ruby-Tk to 1.4.6sakamoto1-2/+2
minor bugfix ChangeLog: ftp://ftp.netlab.co.jp/pub/lang/ruby/ChangeLog.1.4.6
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
2000-07-03Update ruby to 1.4.5sakamoto1-2/+2
Changes: Several bug fixes. use MACHINE_GNU_ARCH instead of MACHINE_ARCH in PLIST, patch from Paul Clifford <paul@plasma.demon.co.uk>.
2000-06-13change dependency from gdbm-1.7.3 to gdbm>=1.7.3wiz1-2/+2
2000-04-18Update ruby to 1.4.4sakamoto1-2/+2
Changes: Several bug fixes. Compiles out of the box on Alpha.
2000-04-14add XLDFLAGS="${LDFLAGS}" to MAKE_ENV, fixes shared library linking.sakamoto1-2/+2
2000-04-11Remove redundant dependency on ncurses.sakamoto1-2/+1
Fixes pkg/9793 by itojun@itojun.org.
2000-02-02use CONFIGURE_ARGS+= instead of CONFIGURE_ARGS=, fixes sharedwiz1-3/+3
library building
2000-01-22fix ELF platform support (configure.in patch missed one of clauses)itojun1-1/+10
enable IPv6 on USE_INET6. approved by: sakamoto (maintainer)
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
1999-12-14Update ruby to 1.4.3sakamoto1-4/+4
Changes 1.4.3 from 1.4.2: some bugfix
1999-09-21Add DEPENDS+=readline-4.0, suggested by Hubert Feyrer.sakamoto1-1/+2
1999-09-17Update ruby to 1.4.2sakamoto1-3/+20
DEPENDS+= gdbm,ncurses install examples. Changes: Fixed some bugs, improved stability.
1999-08-24"bison" is only required at build time.tron1-2/+2
1999-08-17Update to ruby-1.4.0.sakamoto1-10/+9
1999-07-09remove tabs.sakamoto1-15/+15
1999-07-09the Object-Oriented Script Languagesakamoto1-0/+22
from PR pkg/7942 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>.