Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update to 4.5.0 | dinoex | 2006-12-22 | 4 | -11/+20 |
| | |||||
* | - update to 2.5.8 | dinoex | 2006-12-15 | 3 | -6/+7 |
| | |||||
* | - take maintainership | dinoex | 2006-09-27 | 4 | -5/+65 |
| | | | | | - update to 2.5.7 - add onig-config | ||||
* | Update to 2.5.6 | erwin | 2006-06-12 | 2 | -4/+6 |
| | | | | | PR: 98821 Submitted by: ports fury | ||||
* | Remove USE_REINPLACE from all categories starting with D | edwin | 2006-05-05 | 1 | -1/+0 |
| | |||||
* | - Update to 2.5.2 | pav | 2006-01-14 | 2 | -8/+4 |
| | |||||
* | Update to 2.5.0 | lawrance | 2005-11-28 | 3 | -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 the | fenner | 2005-11-28 | 1 | -3/+2 |
| | | | | files on MASTER_SITE_LOCAL until someone upgrades these ports. | ||||
* | - Add some SHA256 checksums | pav | 2005-11-24 | 1 | -0/+1 |
| | |||||
* | With portmgr hat on, reset maintainership of knu's ports since he has | linimon | 2005-11-11 | 1 | -1/+1 |
| | | | | been inactive more than 6 months. We hope to see him back sometime. | ||||
* | Update to 2.3.1. | knu | 2004-06-29 | 2 | -3/+3 |
| | |||||
* | Update to 2.2.8. | knu | 2004-04-29 | 2 | -3/+3 |
| | |||||
* | Update to 2.2.6. | knu | 2004-04-19 | 2 | -4/+4 |
| | |||||
* | Add missing file | kris | 2004-04-13 | 1 | -0/+1 |
| | |||||
* | Update to 2.2.5. | knu | 2004-03-16 | 3 | -4/+5 |
| | |||||
* | Update to 2.2.4. | knu | 2004-03-04 | 2 | -5/+6 |
| | |||||
* | Update to 2.2.1. | knu | 2004-02-27 | 2 | -3/+4 |
| | |||||
* | Undefine INSTALLS_SHLIB. | knu | 2004-02-09 | 1 | -1/+1 |
| | |||||
* | Update to 2.1.0. Support for several more encodings is added. | knu | 2004-02-09 | 5 | -122/+7 |
| | | | | Do not build a shared library for now because it does not link. | ||||
* | BROKEN on 5.x: does not compile | kris | 2004-02-05 | 1 | -1/+7 |
| | |||||
* | Apply a patch that fixes a bug and a memory leak. | knu | 2003-11-20 | 2 | -0/+83 |
| | | | | Obtained from: [ruby-dev:21973] | ||||
* | Update to 1.9.5. | knu | 2003-11-12 | 4 | -33/+4 |
| | |||||
* | Incorporate a patch from [ruby-dev:21263] to fix the problem where it | knu | 2003-08-28 | 2 | -0/+30 |
| | | | | | | segfaults when there is an error in char-class in char-class. Bump PORTREVISION accordingly. | ||||
* | Update to 1.9.3. | knu | 2003-08-24 | 3 | -3/+4 |
| | |||||
* | Update to 1.9.2. | knu | 2003-08-09 | 3 | -3/+4 |
| | |||||
* | Update to 20030704 (version 1.9.1). | knu | 2003-07-04 | 3 | -8/+11 |
| | |||||
* | Update to 1.9.0. | knu | 2003-06-20 | 4 | -6/+8 |
| | |||||
* | Update to 1.8.5. | knu | 2003-03-23 | 2 | -3/+3 |
| | |||||
* | Upgrade to 1.8.4 to fix a build time error where a C89 compiler fails | knu | 2003-03-13 | 3 | -4/+4 |
| | | | | | | depending on the #ifdef UNALIGNED_WORD_ACCESS condition. Submitted by: bento (alpha-4-latest) | ||||
* | Update to 20030305. | knu | 2003-03-05 | 2 | -3/+3 |
| | |||||
* | Update to 1.8.1. | knu | 2003-03-02 | 2 | -3/+3 |
| | |||||
* | Update Oniguruma to 1.8.0 (20030222). | knu | 2003-02-22 | 3 | -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. | knu | 2003-02-18 | 2 | -1/+1 |
| | |||||
* | Update Oniguruma to 1.7.2 (20030212). | knu | 2003-02-12 | 3 | -4/+5 |
| | |||||
* | Update to 1.7.1. | knu | 2003-02-07 | 2 | -3/+3 |
| | |||||
* | Update to 1.7 (20030204), with improved performance. | knu | 2003-02-04 | 4 | -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. | knu | 2003-01-31 | 6 | -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/ |