diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-31 13:03:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-31 13:03:50 +0000 |
commit | 9227ab842391dbe4043bd3aaf6c2a487d608ac8c (patch) | |
tree | f22449e88d54f69c2b1261e6be7e30d0bf6ad9dc /devel/Makefile | |
parent | Add dependency on devel/pcre. (diff) |
Add devel/oniguruma.
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/
Notes
Notes:
svn path=/head/; revision=74351
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3845e6d34047..ad3122489adf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -406,6 +406,7 @@ SUBDIR += ocaml-pcre SUBDIR += ocamlweb SUBDIR += omniORB + SUBDIR += oniguruma SUBDIR += openzz SUBDIR += orbitcpp SUBDIR += p4.el |