summaryrefslogtreecommitdiff
path: root/lang/ruby
AgeCommit message (Collapse)AuthorFilesLines
2005-07-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-06-23Add PRINT_PLIST_AWK patterns to exclude RUBY_DOCDIR andminskim1-1/+11
RUBY_EXAMPLESDIR in generating PLIST for ruby modules.
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-04-10Add PRINT_PLIST_AWK patterns for ruby modules.minskim1-1/+8
2005-04-02Use DEPENDS, instead of including buildlink3.mk, to pull inminskim1-1/+6
dependency when NO_BUILD is set. Approved by taca@.
2005-03-30Add RUBY_VER_DIR to PLIST_SUBST.taca1-1/+2
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-24USE_BUILDLINK3 is mandatory; don't check for it anymore.tv1-6/+1
2005-03-08Fix botch in previous: argument after : in DEPENDS must be a relativetv1-2/+2
path, not an absolute path.
2005-03-06Change depends to ruby16-base/ruby18-base package from ruby16/ruby18taca2-7/+8
package and tweak the package's COMMENT. Bump PKGREVISION.
2005-03-06Correct content to really buildlink3.mk; fix many mistakes.taca1-61/+15
2005-03-06Some clean up along with introducing ruby16-base/ruby18-base and maketaca2-45/+44
ruby16/ruby18 package to meta pacakge. - Define RUBY_BASE to refer ruby16-base or ruby18-base name. - Define RUBY_SRCDIR to refer ruby16-base/ruby18-base src directory. - Move some definition from Makefile.comon to rubyversion.mk. - Add X11BASE to CONFIGURE_ENV. - Add RUBY_VERSION to MESSAGE_SUBST and PLIST_SUBST.
2005-03-06Cosmetic change with pkglint(1).taca1-4/+4
2005-02-21Add h2rb command wrapper for ruby18 package.taca1-2/+3
Bump PKGREVISION.
2005-02-21Move common configure related parameter from ruby16/Makefile andtaca1-1/+27
ruby18/Makefile.
2005-02-09Fix version suffix of shared library, libruby.so for OpenBSD.taca1-1/+4
Fix PR pkg/29214 from Hiramatsu Yoshifumi.
2005-01-28I've completely forgot that the ruby library directory name on Linuxtaca1-1/+5
is still differ with Ruby 1.6.8. So, tweak it Linux and ruby16 base.
2005-01-28The ruby library directory name on Linux has been changed in Rubyminskim1-5/+1
1.8.2 to be consistent with other platforms. Update RUBY_ARCH to match the change. This makes lang/ruby18 build again on Linux. Approved by MAINTAINER.
2005-01-23Update Ruby 1.8.2.taca1-2/+2
This is basically bug fix release, but official changes aren't provided yet. Please refer ChangeLog. Here is pkgsrc changes: o Set RUBY_HAS_ARCHLIB=yes for Ruby packages including archtecture depending extention library in order to depend more specific Ruby. o Now install database for ri(1). Fix PR pkg/28566. o Net::IMAP * lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-list:40546] o NKF: * ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static variables. fixed: [ruby-list:40445] * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to 0xfe. * ext/nkf/lib/kconv.rb (Kconv#kconv): should handle UTF8 and UTF16 properly. o WEBrick * lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload): raise NotImplementedError if password is encrypted by digest algorithms. This patch is contributed by sheepman. [ruby-list:40467] * lib/webrick/httpauth/digestauth.rb (WEBrick::HTTPAuth::DigestAuth#_authenticate): fix digest calculation. This patch is contributed by sheepman. [ruby-list:40482] * lib/webrick/{httpauth.rb,httpauth/basicauth.rb,httpproxy.rb}: use pack/unpack-template char "m" instead of lib/base64.rb to do base64 encoding/decoding. fixed: [ruby-dev:25336]
2005-01-21Add ruby build support for Interix, modeled on NetBSD config.tv1-2/+2
2005-01-16Introduce RUBY_HAS_ARCHLIB.taca1-2/+11
RUBY_HAS_ARCHLIB This package contains machine dependent binaries. This macro takes boolean value (yes/no) and if it is yes, the requierd version of Ruby will change to current pkgsrc's version not minimum version like 1.6.8 or 1.8.1. (It would make sence when Ruby package step to 1.8.2 or lator.)
2004-12-16Don't always set DIST_SUBDIR but only if RUBY_DIST_SUBDIR isn't empty.taca1-1/+3
This change dosen't affect any current ruby based packages.
2004-12-05Improve.wiz1-6/+7
2004-12-05Restore package dependency sentence.taca1-1/+2
Thanks Timothy Lee Roden very much, reminding me correct English syntax.
2004-12-04Simplify description removing ambiguous sentence.taca1-2/+1
2004-12-04- Introduce RUBY_DLEXT which is used to replace suffix of Ruby'staca1-3/+13
extention library. It will be used for Darwin support. - Change RUBY_VERSION_LIST from space separated list to comma separated list.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-12-01Add RUBY_VERSION_LIST, list of supported ${RUBY_VER}.taca1-1/+6
2004-11-29Remove includeing ncurses's buildlinke3.mk file. It was addedtaca1-3/+1
while creating new framework and completely obsoleted by separating ruby-curses package.
2004-11-29- set RUBY_REQD proper value.taca2-8/+15
- use RUBY_REQD in buildlink3.mk. Fix RUBY_REQD undefined in some case.
2004-11-29Allow selecting sub-directory on MASTER_SITES with RUBY_SITE_SUBDIR.taca1-14/+15
2004-11-28Add MESSAGE_SUST as PLIST_SUBST here.taca1-1/+3
2004-11-28Fix MASTER_SITE_RUBY to use proper version directory.taca1-14/+14
2004-11-27Update ruby package to 1.8.1.taca2-33/+29
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-27Importing files for Ruby's new framework.taca5-0/+488
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-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-5/+4
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-06-30Make ruby package to meta-package composes those package based ontaca6-254/+29
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-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
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>