diff options
author | jlam <jlam@pkgsrc.org> | 2000-01-17 03:44:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-01-17 03:44:27 +0000 |
commit | fbe120b3580d01cb9ee415b356e6f4cdcbc58ef1 (patch) | |
tree | e8044dc2cb95982f355a567baaf047a583844e63 /devel/rx/pkg | |
parent | 2869c7e36693da6a695d1e8f0948d29dd3461bb0 (diff) | |
download | pkgsrc-fbe120b3580d01cb9ee415b356e6f4cdcbc58ef1.tar.gz |
rx 1.5 - Fast replacement for the GNU regexp library
Diffstat (limited to 'devel/rx/pkg')
-rw-r--r-- | devel/rx/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/rx/pkg/DESCR | 2 | ||||
-rw-r--r-- | devel/rx/pkg/PLIST | 7 |
3 files changed, 10 insertions, 0 deletions
diff --git a/devel/rx/pkg/COMMENT b/devel/rx/pkg/COMMENT new file mode 100644 index 00000000000..6c86bff9fdc --- /dev/null +++ b/devel/rx/pkg/COMMENT @@ -0,0 +1 @@ +Fast replacement for the GNU regex library diff --git a/devel/rx/pkg/DESCR b/devel/rx/pkg/DESCR new file mode 100644 index 00000000000..4535f26d742 --- /dev/null +++ b/devel/rx/pkg/DESCR @@ -0,0 +1,2 @@ +Rx is, among other things, an implementation of the interface +specified by POSIX for programming with regular expressions. diff --git a/devel/rx/pkg/PLIST b/devel/rx/pkg/PLIST new file mode 100644 index 00000000000..cebd427bc99 --- /dev/null +++ b/devel/rx/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/17 03:44:27 jlam Exp $ +include/rxposix.h +@unexec install-info --delete %D/info/rx.info %D/info/dir +info/rx.info +@exec install-info %D/info/rx.info %D/info/dir +lib/librx.a +lib/librx.so.0.0 |