aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma4/files
Commit message (Collapse)AuthorAgeFilesLines
* - take maintainershipDirk Meyer2006-09-271-0/+54
| | | | | | | | - update to 2.5.7 - add onig-config Notes: svn path=/head/; revision=173968
* Update to 2.1.0. Support for several more encodings is added.Akinori MUSHA2004-02-092-101/+0
| | | | | | | Do not build a shared library for now because it does not link. Notes: svn path=/head/; revision=100468
* Apply a patch that fixes a bug and a memory leak.Akinori MUSHA2003-11-201-0/+82
| | | | | | | Obtained from: [ruby-dev:21973] Notes: svn path=/head/; revision=94430
* Update to 1.9.5.Akinori MUSHA2003-11-121-29/+0
| | | | Notes: svn path=/head/; revision=93784
* Incorporate a patch from [ruby-dev:21263] to fix the problem where itAkinori MUSHA2003-08-271-0/+29
| | | | | | | | | segfaults when there is an error in char-class in char-class. Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=87796
* Update to 1.9.0.Akinori MUSHA2003-06-201-2/+2
| | | | Notes: svn path=/head/; revision=83352
* Upgrade to 1.8.4 to fix a build time error where a C89 compiler failsAkinori MUSHA2003-03-131-1/+1
| | | | | | | | | depending on the #ifdef UNALIGNED_WORD_ACCESS condition. Submitted by: bento (alpha-4-latest) Notes: svn path=/head/; revision=77115
* Update to 1.7 (20030204), with improved performance.Akinori MUSHA2003-02-041-1/+1
| | | | | | | | | According to the author's post on a mailing list, a simple benchmark shows that Oniguruma is 10-20% faster than PCRE 3.9 under the ASCII (single byte) encoding. Notes: svn path=/head/; revision=74633
* Add devel/oniguruma.Akinori MUSHA2003-01-311-0/+19
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: svn path=/head/; revision=74351