aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.3.1.Akinori MUSHA2004-06-282-3/+3
| | | | Notes: svn path=/head/; revision=112484
* Update to 2.2.8.Akinori MUSHA2004-04-292-3/+3
| | | | Notes: svn path=/head/; revision=107926
* Update to 2.2.6.Akinori MUSHA2004-04-182-4/+4
| | | | Notes: svn path=/head/; revision=107463
* Add missing fileKris Kennaway2004-04-131-0/+1
| | | | Notes: svn path=/head/; revision=106864
* Update to 2.2.5.Akinori MUSHA2004-03-163-4/+5
| | | | Notes: svn path=/head/; revision=104144
* Update to 2.2.4.Akinori MUSHA2004-03-042-5/+6
| | | | Notes: svn path=/head/; revision=102909
* Update to 2.2.1.Akinori MUSHA2004-02-272-3/+4
| | | | Notes: svn path=/head/; revision=102247
* Undefine INSTALLS_SHLIB.Akinori MUSHA2004-02-091-1/+1
| | | | Notes: svn path=/head/; revision=100469
* Update to 2.1.0. Support for several more encodings is added.Akinori MUSHA2004-02-095-122/+7
| | | | | | | Do not build a shared library for now because it does not link. Notes: svn path=/head/; revision=100468
* BROKEN on 5.x: does not compileKris Kennaway2004-02-051-1/+7
| | | | Notes: svn path=/head/; revision=100022
* Apply a patch that fixes a bug and a memory leak.Akinori MUSHA2003-11-202-0/+83
| | | | | | | Obtained from: [ruby-dev:21973] Notes: svn path=/head/; revision=94430
* Update to 1.9.5.Akinori MUSHA2003-11-124-33/+4
| | | | Notes: svn path=/head/; revision=93784
* Incorporate a patch from [ruby-dev:21263] to fix the problem where itAkinori MUSHA2003-08-272-0/+30
| | | | | | | | | 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.3.Akinori MUSHA2003-08-233-3/+4
| | | | Notes: svn path=/head/; revision=87560
* Update to 1.9.2.Akinori MUSHA2003-08-093-3/+4
| | | | Notes: svn path=/head/; revision=86650
* Update to 20030704 (version 1.9.1).Akinori MUSHA2003-07-043-8/+11
| | | | Notes: svn path=/head/; revision=84189
* Update to 1.9.0.Akinori MUSHA2003-06-204-6/+8
| | | | Notes: svn path=/head/; revision=83352
* Update to 1.8.5.Akinori MUSHA2003-03-232-3/+3
| | | | Notes: svn path=/head/; revision=77214
* Upgrade to 1.8.4 to fix a build time error where a C89 compiler failsAkinori MUSHA2003-03-133-4/+4
| | | | | | | | | depending on the #ifdef UNALIGNED_WORD_ACCESS condition. Submitted by: bento (alpha-4-latest) Notes: svn path=/head/; revision=77115
* Update to 20030305.Akinori MUSHA2003-03-052-3/+3
| | | | Notes: svn path=/head/; revision=76908
* Update to 1.8.1.Akinori MUSHA2003-03-022-3/+3
| | | | Notes: svn path=/head/; revision=76732
* Update Oniguruma to 1.8.0 (20030222).Akinori MUSHA2003-02-223-3/+4
| | | | | | | | | - Implement named subexp (def: (?<name>...), ref: \g<name>) - Implement variable syntax - Add support for Basic Regular Expression (BRE) in POSIX API Notes: svn path=/head/; revision=76127
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* Update Oniguruma to 1.7.2 (20030212).Akinori MUSHA2003-02-123-4/+5
| | | | Notes: svn path=/head/; revision=75362
* Update to 1.7.1.Akinori MUSHA2003-02-072-3/+3
| | | | Notes: svn path=/head/; revision=75007
* Update to 1.7 (20030204), with improved performance.Akinori MUSHA2003-02-044-5/+10
| | | | | | | | | 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-316-0/+76
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