diff options
author | jlam <jlam> | 2000-01-17 03:44:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-01-17 03:44:27 +0000 |
commit | c6f959ae853db19b95d677ab1ea9b0497f51804e (patch) | |
tree | e8044dc2cb95982f355a567baaf047a583844e63 /devel/rx/pkg | |
parent | 6d12ac7a343e14f9878bbb076bb847abba649036 (diff) | |
download | pkgsrc-c6f959ae853db19b95d677ab1ea9b0497f51804e.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 |