summaryrefslogtreecommitdiff
path: root/databases/ruby-gdbm
AgeCommit message (Collapse)AuthorFilesLines
2017-05-30Replace RUBY_VERSION_FULL with RUBY_VERSION since there is notaca1-2/+2
RUBY_VERSION_FULL contains Ruby's patchlevel.
2017-05-30* Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value.taca1-2/+1
2017-04-22Remove 18 from RUBY_VERSIONS_ACCEPTED.taca1-2/+2
2016-09-08Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow thejoerg1-2/+2
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-03-14remove references to ruby200tnn1-2/+2
2015-12-30Add support for ruby23.taca1-2/+2
2015-11-23Remove 193 from RUBY_VERSION_SUPPORTED.taca1-2/+2
2015-03-08Explictly allow build with ruby21-base.taca1-1/+2
2013-06-27Reset PKGREVISION by update of both ruby18 and ruby193.taca1-2/+1
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-18Use RUBY_EXTNAME in databases/ruby-gdbm/Makefile andtaca1-2/+3
devel/ruby-readline/Makefile.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2011-11-09Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL.sbd1-2/+2
2011-08-23Recursive bump from gdbm shlib bump.obache1-1/+2
2010-09-10Remove RUBY_HAS_ARCHLIB.taca1-2/+1
2008-06-20Sort order with ruby-readline.taca1-2/+2
2008-06-19Update ruby18-gdbm package to 1.8.7.taca1-2/+2
Since chanes are too much to write here, please refer http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/ChangeLog http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/ChangeLog
2008-03-13Support user-destdir installationjlam1-1/+3
2007-03-15Updating Ruby to 1.8.6; ruby18-gdbmtaca2-13/+2
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2006-12-06Update ruby-gdbm package to 1.8.5.20061205:taca2-9/+20
- rdoc addition and trivial change.
2005-11-02Update distinfo for Ruby 1.8.3.taca1-2/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-1/+2
2005-01-23Update Ruby 1.8.2.taca1-1/+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]
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-2/+2
2004-11-27Make ruby-gdbm package into new framework.taca2-14/+13
Since this change PKGBASE, PKGREVISION is reset now.
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-12Bump pacakge revision with ruby-base package's update.taca1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-19Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,sketch1-1/+2
which has changed for Solaris installs.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-24Remove PKGREVISION for updating ruby-gdbm 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-11-01Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).wiz1-3/+4
2001-11-11Adjust format a bit:hubertf1-2/+5
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-01Move pkg/ files into package's toplevel directoryzuntum4-2/+2
2001-06-30Importing Ruby extension to GDBM library.taca4-0/+34
This will be part of ruby meta-package.