aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-07-04 18:18:13 +0800
committerknu <knu@FreeBSD.org>2003-07-04 18:18:13 +0800
commite7680fabb80baaa186def3f424e51fbbde0da003 (patch)
tree79ce58f55c95d6e43a9cd7a8e930020cc88fa83b /devel
parent106ca1e4e60c441928e7d948ed1bcb38b0fd9e49 (diff)
downloadfreebsd-ports-gnome-e7680fabb80baaa186def3f424e51fbbde0da003.tar.gz
freebsd-ports-gnome-e7680fabb80baaa186def3f424e51fbbde0da003.tar.zst
freebsd-ports-gnome-e7680fabb80baaa186def3f424e51fbbde0da003.zip
Update to 20030704 (version 1.9.1).
Diffstat (limited to 'devel')
-rw-r--r--devel/oniguruma/Makefile4
-rw-r--r--devel/oniguruma/distinfo2
-rw-r--r--devel/oniguruma/pkg-descr13
-rw-r--r--devel/oniguruma4/Makefile4
-rw-r--r--devel/oniguruma4/distinfo2
-rw-r--r--devel/oniguruma4/pkg-descr13
-rw-r--r--devel/oniguruma5/Makefile4
-rw-r--r--devel/oniguruma5/distinfo2
-rw-r--r--devel/oniguruma5/pkg-descr13
9 files changed, 33 insertions, 24 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile
index 4f7bf1f04df9..ec6fa7117ff5 100644
--- a/devel/oniguruma/Makefile
+++ b/devel/oniguruma/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/oniguruma/distinfo b/devel/oniguruma/distinfo
index d1c046fdfdc2..f7d04ae80a6a 100644
--- a/devel/oniguruma/distinfo
+++ b/devel/oniguruma/distinfo
@@ -1 +1 @@
-MD5 (ruby/onigd20030620.tar.gz) = 7ce1230cf8e90f2e4d7c90021d48c6f5
+MD5 (ruby/onigd20030704.tar.gz) = 843b8664943a721b16a69e734dc16f8a
diff --git a/devel/oniguruma/pkg-descr b/devel/oniguruma/pkg-descr
index 5358c9ad9c38..fac83d433924 100644
--- a/devel/oniguruma/pkg-descr
+++ b/devel/oniguruma/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/
diff --git a/devel/oniguruma4/Makefile b/devel/oniguruma4/Makefile
index 4f7bf1f04df9..ec6fa7117ff5 100644
--- a/devel/oniguruma4/Makefile
+++ b/devel/oniguruma4/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/oniguruma4/distinfo b/devel/oniguruma4/distinfo
index d1c046fdfdc2..f7d04ae80a6a 100644
--- a/devel/oniguruma4/distinfo
+++ b/devel/oniguruma4/distinfo
@@ -1 +1 @@
-MD5 (ruby/onigd20030620.tar.gz) = 7ce1230cf8e90f2e4d7c90021d48c6f5
+MD5 (ruby/onigd20030704.tar.gz) = 843b8664943a721b16a69e734dc16f8a
diff --git a/devel/oniguruma4/pkg-descr b/devel/oniguruma4/pkg-descr
index 5358c9ad9c38..fac83d433924 100644
--- a/devel/oniguruma4/pkg-descr
+++ b/devel/oniguruma4/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/
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/