aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma5
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-07-04 10:18:13 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-07-04 10:18:13 +0000
commitbc4838c095c4ff63cc39de904f78097617a5d333 (patch)
tree7248809fc8f0f5cfe754a1b5cd8c706c70ffbf34 /devel/oniguruma5
parentb4c133237a1558587914b5eae3e746c71c184b9c (diff)
downloadports-bc4838c095c4ff63cc39de904f78097617a5d333.tar.gz
ports-bc4838c095c4ff63cc39de904f78097617a5d333.zip
Notes
Diffstat (limited to 'devel/oniguruma5')
-rw-r--r--devel/oniguruma5/Makefile4
-rw-r--r--devel/oniguruma5/distinfo2
-rw-r--r--devel/oniguruma5/pkg-descr13
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile
index 4f7bf1f04df9..ec6fa7117ff5 100644
--- a/devel/oniguruma5/Makefile
+++ b/devel/oniguruma5/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= oniguruma
-PORTVERSION= 1.9.0
+PORTVERSION= 1.9.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_RUBY}
MASTER_SITE_SUBDIR= contrib
-DISTNAME= onigd20030620
+DISTNAME= onigd20030704
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
diff --git a/devel/oniguruma5/distinfo b/devel/oniguruma5/distinfo
index d1c046fdfdc2..f7d04ae80a6a 100644
--- a/devel/oniguruma5/distinfo
+++ b/devel/oniguruma5/distinfo
@@ -1 +1 @@
-MD5 (ruby/onigd20030620.tar.gz) = 7ce1230cf8e90f2e4d7c90021d48c6f5
+MD5 (ruby/onigd20030704.tar.gz) = 843b8664943a721b16a69e734dc16f8a
diff --git a/devel/oniguruma5/pkg-descr b/devel/oniguruma5/pkg-descr
index 5358c9ad9c38..fac83d433924 100644
--- a/devel/oniguruma5/pkg-descr
+++ b/devel/oniguruma5/pkg-descr
@@ -1,10 +1,13 @@
Oniguruma is a BSDL Regular Expression library written for ruby-m17n,
-which implements all of Perl extensions plus more. It has multiple
-APIs; GNU regex, POSIX regex and its own interface.
+which implements all of Perl extensions, many of .NET extensions plus
+more.
-This library is fundamentally multilingualized and can have one
-encoding for each object. Currently supported character encodings
-are ASCII, UTF-8, EUC-JP and Shift_JIS.
+It provides multiple APIs for ease of use; GNU regex compatible API,
+POSIX regex compatible API and its own.
+
+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.
Author: K.Kosako <kosako@sofnec.co.jp>
WWW: http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/