summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2005-01-23 17:33:19 +0000
committertaca <taca@pkgsrc.org>2005-01-23 17:33:19 +0000
commit2e4a774389391a5d7c974da28b2afd2ba9d2fe3d (patch)
treeaa3f49cde1466a9606680195be4673421cea2c8a /devel
parentd8e8e393d4c6f52f933de634b8033f019a7e25d0 (diff)
downloadpkgsrc-2e4a774389391a5d7c974da28b2afd2ba9d2fe3d.tar.gz
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]
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-curses/Makefile3
-rw-r--r--devel/ruby-curses/distinfo6
-rw-r--r--devel/ruby-readline/Makefile5
-rw-r--r--devel/ruby-readline/distinfo10
-rw-r--r--devel/ruby-readline/patches/patch-aa8
5 files changed, 16 insertions, 16 deletions
diff --git a/devel/ruby-curses/Makefile b/devel/ruby-curses/Makefile
index e776cb8d02c..3a876a7d8ad 100644
--- a/devel/ruby-curses/Makefile
+++ b/devel/ruby-curses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/11/30 17:17:34 taca Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/23 17:33:19 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -11,6 +11,7 @@ HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby extension to curses library
RUBY_VERSION_SUPPORTED= 18
+RUBY_HAS_ARCHLIB= yes
USE_BUILDLINK3= yes
USE_RUBY_EXTCONF= yes
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/curses
diff --git a/devel/ruby-curses/distinfo b/devel/ruby-curses/distinfo
index f1f94c0be4f..364d14fcc99 100644
--- a/devel/ruby-curses/distinfo
+++ b/devel/ruby-curses/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/11/27 14:35:15 taca Exp $
+$NetBSD: distinfo,v 1.2 2005/01/23 17:33:19 taca Exp $
-SHA1 (ruby/ruby-1.8.1.tar.gz) = 894cb1e7624b74e699d127344ce5600fc3a7d515
-Size (ruby/ruby-1.8.1.tar.gz) = 2671875 bytes
+SHA1 (ruby/ruby-1.8.2.tar.gz) = 409a917d3a0aba41f45bd053b767c85b2bc35ffa
+Size (ruby/ruby-1.8.2.tar.gz) = 3627349 bytes
SHA1 (patch-aa) = 8c98c46b88e90f70b171d9e909653239ff9fe68e
diff --git a/devel/ruby-readline/Makefile b/devel/ruby-readline/Makefile
index 8dd7856eeef..9445e2d7796 100644
--- a/devel/ruby-readline/Makefile
+++ b/devel/ruby-readline/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/11/27 14:38:46 taca Exp $
+# $NetBSD: Makefile,v 1.14 2005/01/23 17:33:19 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -10,8 +10,9 @@ MAINTAINER= taca@NetBSD.org
HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby extension to readline library
-USE_GNU_READLINE= # uses rl_event_hook interface to GNU readline
USE_BUILDLINK3= yes
+RUBY_HAS_ARCHLIB= yes
+USE_GNU_READLINE= # uses rl_event_hook interface to GNU readline
USE_RUBY_EXTCONF= yes
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/readline
WRKSRC= ${RUBY_WRKSRC}/ext/readline
diff --git a/devel/ruby-readline/distinfo b/devel/ruby-readline/distinfo
index 6e3b07a1d05..e13083243bd 100644
--- a/devel/ruby-readline/distinfo
+++ b/devel/ruby-readline/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.5 2004/11/27 14:38:46 taca Exp $
+$NetBSD: distinfo,v 1.6 2005/01/23 17:33:19 taca Exp $
-SHA1 (ruby/ruby-1.6.8.tar.gz) = 4b475ac1c837cd62b6dfe85359e1502a71b08cd1
-Size (ruby/ruby-1.6.8.tar.gz) = 1023403 bytes
-SHA1 (ruby/ruby-1.8.1.tar.gz) = 894cb1e7624b74e699d127344ce5600fc3a7d515
-Size (ruby/ruby-1.8.1.tar.gz) = 2671875 bytes
-SHA1 (patch-aa) = 804703fc688f419073758b8634b49ace8319d5f4
+SHA1 (ruby/ruby-1.8.2.tar.gz) = 409a917d3a0aba41f45bd053b767c85b2bc35ffa
+Size (ruby/ruby-1.8.2.tar.gz) = 3627349 bytes
+SHA1 (patch-aa) = 0a323bee76d9d312813050e06a2d94242d29274e
diff --git a/devel/ruby-readline/patches/patch-aa b/devel/ruby-readline/patches/patch-aa
index 3a0d24d156c..645aa71f44d 100644
--- a/devel/ruby-readline/patches/patch-aa
+++ b/devel/ruby-readline/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/06/30 08:18:27 taca Exp $
+$NetBSD: patch-aa,v 1.2 2005/01/23 17:33:19 taca Exp $
---- extconf.rb.orig Fri Jun 2 22:28:04 2000
+--- extconf.rb.orig 2004-07-15 23:11:38.000000000 +0900
+++ extconf.rb
-@@ -2,8 +2,7 @@
-
+@@ -5,8 +5,7 @@ dir_config('ncurses')
+ dir_config('termcap')
dir_config("readline")
have_library("user32", nil) if /cygwin/ === RUBY_PLATFORM
-have_library("ncurses", "tgetnum") or