summaryrefslogtreecommitdiff
path: root/databases/ruby-dbm
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-06Revive separated ruby packages, ruby-dbm, ruby-zlib, ruby-digest andtaca1-0/+3
ruby-openssl with bump PKGREVISION.
2005-03-06Revive separated ruby packages, ruby-dbm, ruby-zlib, ruby-digest andtaca1-0/+37
ruby-openssl with bump PKGREVISION. Added ruby-dbm/Makefile to handle IRIX case, use native base system's ndbm(3) instead of Berkley DB's ndbm compatible interface, too.
2005-03-06Revive separated ruby packages, ruby-dbm, ruby-zlib, ruby-digest andtaca1-0/+2
ruby-openssl with bump PKGREVISION.
2005-02-21Remove ruby-dbm package. It is included in ruby16/ruby18 package now.taca3-41/+0
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-29Make ruby-dbm work on Solaris using native ndbm(3).taca1-4/+11
(Not best way, but it works on SunOS 5.8.)
2004-11-27Initial import of ruby-dbm package. This is part of Ruby distributiontaca3-0/+33
and this package covers both Ruby 1.8 base and 1.6 base. This is a Ruby extension to DBM library (including Berkley DB's DBM compatible one), which is actually a part of the Ruby distribution.