3d94252e4b
Additional changes: * Took ownership. Maintainer's timeout expired, and my repeated requests to the maintainer went unanswered. * Rewrote the package description. Also submitted it to the upstream with the suggestion to replace the current description. * Used tarballs accoding to the policy. * Added the STATISTICS port option to reflect the option in configure. PR: 224810 Submitted by: myself Approved by: tcberner (mentor), mat Differential Revision: https://reviews.freebsd.org/D13903
18 lines
569 B
Text
18 lines
569 B
Text
Oniguruma is a modern and flexible regular expressions library. It
|
|
encompasses features from different regular expression implementations
|
|
that traditionally exist in different languages. It comes close to
|
|
being a complete superset of all regular expression features found
|
|
in other regular expression implementations.
|
|
|
|
Its features include:
|
|
* Character encoding can be specified per regular expression object.
|
|
* Several regular expression types are supported:
|
|
* POSIX
|
|
* Grep
|
|
* GNU Regex
|
|
* Perl
|
|
* Java
|
|
* Ruby
|
|
* Emacs
|
|
|
|
WWW: https://github.com/kkos/oniguruma
|