aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-14 17:54:48 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-14 17:54:48 +0000
commit564e032539333f7d24027f0f4523c7a80a129235 (patch)
treec68d821bd7406cef990f63e33b79b7d88e004b5f /devel/oniguruma
parent1fc5fd5d94ab8916aa494653e77b279b50f9993c (diff)
downloadports-564e032539333f7d24027f0f4523c7a80a129235.tar.gz
ports-564e032539333f7d24027f0f4523c7a80a129235.zip
Notes
Diffstat (limited to 'devel/oniguruma')
-rw-r--r--devel/oniguruma/Makefile5
-rw-r--r--devel/oniguruma/distinfo6
-rw-r--r--devel/oniguruma/pkg-descr2
3 files changed, 7 insertions, 6 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile
index b53a733f74ec..7496b065d233 100644
--- a/devel/oniguruma/Makefile
+++ b/devel/oniguruma/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= oniguruma
-PORTVERSION= 2.5.7
-CATEGORIES= devel
+PORTVERSION= 2.5.8
+CATEGORIES= devel textproc
MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/
DISTNAME= onigd${PORTVERSION:S/./_/g}
DIST_SUBDIR= ruby
@@ -19,7 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
-#INSTALLS_SHLIB= yes
DOCS= HISTORY README doc/*
diff --git a/devel/oniguruma/distinfo b/devel/oniguruma/distinfo
index 3772e21f3365..c38c15a9eec2 100644
--- a/devel/oniguruma/distinfo
+++ b/devel/oniguruma/distinfo
@@ -1,3 +1,3 @@
-MD5 (ruby/onigd2_5_7.tar.gz) = dcaa0b3608990791a5348e94b2f427d5
-SHA256 (ruby/onigd2_5_7.tar.gz) = 205b2857d77efc4caa3b98eaf91fd1cc8b8722b497df933d1fbd23f7a5186549
-SIZE (ruby/onigd2_5_7.tar.gz) = 215529
+MD5 (ruby/onigd2_5_8.tar.gz) = 82cd47ded85f854149ae620a9fa728e5
+SHA256 (ruby/onigd2_5_8.tar.gz) = 11aa092d7cb1c21b7fb60980e9c5a9b931e670c29553ea9444927a8a468e526b
+SIZE (ruby/onigd2_5_8.tar.gz) = 218187
diff --git a/devel/oniguruma/pkg-descr b/devel/oniguruma/pkg-descr
index 5989c819b323..b8d235a43c20 100644
--- a/devel/oniguruma/pkg-descr
+++ b/devel/oniguruma/pkg-descr
@@ -9,5 +9,7 @@ This library is multilingualized by design and can have one encoding
for each regex object. Currently supported character encodings are
ASCII, UTF-8, EUC-JP and Shift_JIS.
+2.x supports Ruby1.6/1.8
+
Author: K.Kosako <kosako@sofnec.co.jp>
WWW: http://www.geocities.jp/kosako3/oniguruma/