Commit graph

27 commits

Author SHA1 Message Date
Akinori MUSHA
1e2774cef3 Update to 2.3.1. 2004-06-28 17:13:52 +00:00
Akinori MUSHA
0cb77fc5b7 Update to 2.2.8. 2004-04-29 07:09:14 +00:00
Akinori MUSHA
70e8c45bbc Update to 2.2.6. 2004-04-18 18:11:58 +00:00
Kris Kennaway
68faad92ee Add missing file 2004-04-13 03:37:58 +00:00
Akinori MUSHA
0721deaec6 Update to 2.2.5. 2004-03-16 08:05:51 +00:00
Akinori MUSHA
df022b0b75 Update to 2.2.4. 2004-03-04 11:39:59 +00:00
Akinori MUSHA
d643084df1 Update to 2.2.1. 2004-02-27 00:52:24 +00:00
Akinori MUSHA
1242eaed50 Undefine INSTALLS_SHLIB. 2004-02-09 05:17:49 +00:00
Akinori MUSHA
6f19c3031c Update to 2.1.0. Support for several more encodings is added.
Do not build a shared library for now because it does not link.
2004-02-09 05:17:29 +00:00
Kris Kennaway
e1dcf404b9 BROKEN on 5.x: does not compile 2004-02-05 04:17:49 +00:00
Akinori MUSHA
de17ca25a4 Apply a patch that fixes a bug and a memory leak.
Obtained from:	[ruby-dev:21973]
2003-11-20 05:11:20 +00:00
Akinori MUSHA
fad8459848 Update to 1.9.5. 2003-11-12 03:17:19 +00:00
Akinori MUSHA
150a7d659c Incorporate a patch from [ruby-dev:21263] to fix the problem where it
segfaults when there is an error in char-class in char-class.

Bump PORTREVISION accordingly.
2003-08-27 16:06:06 +00:00
Akinori MUSHA
9bc5e88302 Update to 1.9.3. 2003-08-23 16:06:52 +00:00
Akinori MUSHA
629bcaaf33 Update to 1.9.2. 2003-08-09 14:07:25 +00:00
Akinori MUSHA
bc4838c095 Update to 20030704 (version 1.9.1). 2003-07-04 10:18:13 +00:00
Akinori MUSHA
008852d89f Update to 1.9.0. 2003-06-20 10:52:42 +00:00
Akinori MUSHA
70406ea6a3 Update to 1.8.5. 2003-03-23 06:49:45 +00:00
Akinori MUSHA
37a58fbf8d Upgrade to 1.8.4 to fix a build time error where a C89 compiler fails
depending on the #ifdef UNALIGNED_WORD_ACCESS condition.

Submitted by:	bento (alpha-4-latest)
2003-03-13 02:31:42 +00:00
Akinori MUSHA
058edf4e73 Update to 20030305. 2003-03-05 09:15:12 +00:00
Akinori MUSHA
036d15ebf9 Update to 1.8.1. 2003-03-02 12:12:00 +00:00
Akinori MUSHA
b694d2e3f4 Update Oniguruma to 1.8.0 (20030222).
- Implement named subexp (def: (?<name>...), ref: \g<name>)
- Implement variable syntax
- Add support for Basic Regular Expression (BRE) in POSIX API
2003-02-22 07:07:08 +00:00
Akinori MUSHA
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00
Akinori MUSHA
a5a6facd41 Update Oniguruma to 1.7.2 (20030212). 2003-02-12 10:42:36 +00:00
Akinori MUSHA
1de3365685 Update to 1.7.1. 2003-02-07 03:48:15 +00:00
Akinori MUSHA
f0631c9279 Update to 1.7 (20030204), with improved performance.
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.
2003-02-04 09:39:50 +00:00
Akinori MUSHA
9227ab8423 Add devel/oniguruma.
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/
2003-01-31 13:03:50 +00:00