aboutsummaryrefslogtreecommitdiffstats
path: root/devel/oniguruma4
Commit message (Collapse)AuthorAgeFilesLines
* update to 4.5.0dinoex2006-12-224-11/+20
|
* - update to 2.5.8dinoex2006-12-153-6/+7
|
* - take maintainershipdinoex2006-09-274-5/+65
| | | | | - update to 2.5.7 - add onig-config
* Update to 2.5.6erwin2006-06-122-4/+6
| | | | | PR: 98821 Submitted by: ports fury
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
|
* - Update to 2.5.2pav2006-01-142-8/+4
|
* Update to 2.5.0lawrance2005-11-283-7/+11
| | | | | PR: ports/88505 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* The Ruby contrib directory hasn't existed for some time; mirror thefenner2005-11-281-3/+2
| | | | files on MASTER_SITE_LOCAL until someone upgrades these ports.
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-111-1/+1
| | | | been inactive more than 6 months. We hope to see him back sometime.
* Update to 2.3.1.knu2004-06-292-3/+3
|
* Update to 2.2.8.knu2004-04-292-3/+3
|
* Update to 2.2.6.knu2004-04-192-4/+4
|
* Add missing filekris2004-04-131-0/+1
|
* Update to 2.2.5.knu2004-03-163-4/+5
|
* Update to 2.2.4.knu2004-03-042-5/+6
|
* Update to 2.2.1.knu2004-02-272-3/+4
|
* Undefine INSTALLS_SHLIB.knu2004-02-091-1/+1
|
* Update to 2.1.0. Support for several more encodings is added.knu2004-02-095-122/+7
| | | | Do not build a shared library for now because it does not link.
* BROKEN on 5.x: does not compilekris2004-02-051-1/+7
|
* Apply a patch that fixes a bug and a memory leak.knu2003-11-202-0/+83
| | | | Obtained from: [ruby-dev:21973]
* Update to 1.9.5.knu2003-11-124-33/+4
|
* Incorporate a patch from [ruby-dev:21263] to fix the problem where itknu2003-08-282-0/+30
| | | | | | segfaults when there is an error in char-class in char-class. Bump PORTREVISION accordingly.
* Update to 1.9.3.knu2003-08-243-3/+4
|
* Update to 1.9.2.knu2003-08-093-3/+4
|
* Update to 20030704 (version 1.9.1).knu2003-07-043-8/+11
|
* Update to 1.9.0.knu2003-06-204-6/+8
|
* Update to 1.8.5.knu2003-03-232-3/+3
|
* Upgrade to 1.8.4 to fix a build time error where a C89 compiler failsknu2003-03-133-4/+4
| | | | | | depending on the #ifdef UNALIGNED_WORD_ACCESS condition. Submitted by: bento (alpha-4-latest)
* Update to 20030305.knu2003-03-052-3/+3
|
* Update to 1.8.1.knu2003-03-022-3/+3
|
* Update Oniguruma to 1.8.0 (20030222).knu2003-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
* De-pkg-comment my non-ruby ports as well.knu2003-02-182-1/+1
|
* Update Oniguruma to 1.7.2 (20030212).knu2003-02-123-4/+5
|
* Update to 1.7.1.knu2003-02-072-3/+3
|
* Update to 1.7 (20030204), with improved performance.knu2003-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.
* Add devel/oniguruma.knu2003-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/