diff options
Diffstat (limited to 'devel/oniguruma/pkg-descr')
-rw-r--r-- | devel/oniguruma/pkg-descr | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/oniguruma/pkg-descr b/devel/oniguruma/pkg-descr deleted file mode 100644 index 41f087b1b1ee..000000000000 --- a/devel/oniguruma/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -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. - -2.x supports Ruby1.6/1.8 - -WWW: http://www.geocities.jp/kosako3/oniguruma/ |