diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-22 12:54:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-22 12:54:01 +0000 |
commit | 78a4f438de27a6ad547d36e75adc2de8d6f10c6a (patch) | |
tree | fa020be96b549ea53c86622e4a5c2553b5a4ad80 /textproc/Makefile | |
parent | b7f4f4756ce36f49f869180acc02778b566de512 (diff) |
OgreKit is a regular expression library written in Objective-C.
It uses OniGuruma as regular expression engine.
This is a GNUstep fork of OgreKit 2.1.2
<http://www8.ocn.ne.jp/~sonoisa/OgreKit/>.
Since it is a fork, the API may differ in the future.
Original licence of OgreKit is BSD License.
This fork uses also BSD license (see COPYING document).
WWW: http://www.etoile-project.org/
Notes
Notes:
svn path=/head/; revision=180485
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 37ced652bfb1..3248fe3d9fc2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -127,6 +127,7 @@ SUBDIR += es-aspell SUBDIR += estraier SUBDIR += et-aspell + SUBDIR += etoile-ogrekit SUBDIR += exml SUBDIR += expat2 SUBDIR += exslt |