aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma/pkg-descr
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-01-31 13:03:50 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-01-31 13:03:50 +0000
commit9227ab842391dbe4043bd3aaf6c2a487d608ac8c (patch)
treef22449e88d54f69c2b1261e6be7e30d0bf6ad9dc /devel/oniguruma/pkg-descr
parent1cb56f69b9aa747d03b041e25344685995557065 (diff)
downloadports-9227ab842391dbe4043bd3aaf6c2a487d608ac8c.tar.gz
ports-9227ab842391dbe4043bd3aaf6c2a487d608ac8c.zip
Notes
Diffstat (limited to 'devel/oniguruma/pkg-descr')
-rw-r--r--devel/oniguruma/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/oniguruma/pkg-descr b/devel/oniguruma/pkg-descr
new file mode 100644
index 000000000000..5358c9ad9c38
--- /dev/null
+++ b/devel/oniguruma/pkg-descr
@@ -0,0 +1,10 @@
+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.
+
+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.
+
+Author: K.Kosako <kosako@sofnec.co.jp>
+WWW: http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/