freebsd-ports/devel/oniguruma4/pkg-descr
Sam Lawrance 0ef152d518 Update to 2.5.0
PR:		ports/88505
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-11-28 13:22:14 +00:00

13 lines
518 B
Text

Oniguruma is a BSDL Regular Expression library written for ruby-m17n,
which implements all of Perl extensions, many of .NET extensions plus
more.
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.geocities.jp/kosako3/oniguruma/