2005-04-19 17:19:18 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Fix typo: s/tcltllib/tcltklib/. Thanks much for wiz.
|
2005-03-10 07:02:04 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Fix a typo.
|
2005-03-06 18:58:00 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Add a line:
No package should depend on this package directly.
|
2005-03-06 17:58:13 by Takahiro Kambe | Files touched by this commit (16) | |
Log message:
Make this package to meta packagea containing ruby18-base, ruby18-iconv,
ruby18-dbm, ruby18-gdbm, ruby18-curses, ruby18-readline, ruby18-digest,
ruby18-opnessl, ruby18-tcltklib and ruby18-tk.
Bump PKGREVISION.
|
2005-02-24 10:03:12 by Alistair G. Crooks | Files touched by this commit (133) |
Log message:
Add RMD160 digests
|
2005-02-21 16:29:15 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Merge databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and
security/ruby-openssl.
This fix PR pkg/29227 by Curt Sampson.
Bump PKGREVISION.
|
2005-01-23 18:33:19 by Takahiro Kambe | Files touched by this commit (29) |
Log message:
Update Ruby 1.8.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-21 13:49:37 by Todd Vierling | Files touched by this commit (3) |
Log message:
Another Interix fix. Ruby 1.6 used printf to expand these variables, so %%
was needed. 1.8 doesn't, so that extra % is now noise.
|
2005-01-21 07:13:36 by Todd Vierling | Files touched by this commit (4) |
Log message:
Add ruby build support for Interix, modeled on NetBSD config.
|
2004-12-24 15:27:30 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Remove patch to non-used file; patch-ae's content exists in
devel/ruby-curses package.
No functional change to ruby18 package itself.
|