diff options
author | proff <proff@pkgsrc.org> | 1999-08-26 12:52:05 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-08-26 12:52:05 +0000 |
commit | 67c49b8859141a5762a7abb29a9bc38ee93d4cce (patch) | |
tree | 163867ea83f5060ebaa57ea3932471189cedce52 /devel | |
parent | 3e0f263f064faef47fd4f6d10b04438260cf990f (diff) | |
download | pkgsrc-67c49b8859141a5762a7abb29a9bc38ee93d4cce.tar.gz |
Perl Compatible Regular Expressions library. 2.07
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pcre/Makefile | 25 | ||||
-rw-r--r-- | devel/pcre/files/md5 | 3 | ||||
-rw-r--r-- | devel/pcre/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/pcre/pkg/DESCR | 6 | ||||
-rw-r--r-- | devel/pcre/pkg/PLIST | 4 |
5 files changed, 39 insertions, 0 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile new file mode 100644 index 00000000000..4c4734f72a9 --- /dev/null +++ b/devel/pcre/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/26 12:52:05 proff Exp $ +# FreeBSD Id: Makefile,v 1.1.1.1 1998/07/12 22:59:19 steve Exp $ + +DISTNAME= pcre-2.07 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/ + +MAINTAINER= proff@netbsd.org + +do-configure: + ${SED} -e '/^CC/s/.*/CC=${CC}/' \ + -e '/^CFLAGS/s/.*/CFLAGS=${CFLAGS}/' \ + -e '/^RANLIB/s/.*/RANLIB=${RANLIB}/' \ + ${WRKSRC}/Makefile > ${WRKSRC}/Makefile.new + ${MV} ${WRKSRC}/Makefile.new ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pgrep ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/libpcre.a ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/pcre.h ${PREFIX}/include + ${INSTALL_MAN} ${WRKSRC}/pcre.3 ${PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/pcreposix.3 ${PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/pgrep.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/pcre/files/md5 b/devel/pcre/files/md5 new file mode 100644 index 00000000000..b0d47bca84d --- /dev/null +++ b/devel/pcre/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/08/26 12:52:06 proff Exp $ + +MD5 (pcre-2.07.tar.gz) = ef47fea077430d937e24d55e0281fdb6 diff --git a/devel/pcre/pkg/COMMENT b/devel/pcre/pkg/COMMENT new file mode 100644 index 00000000000..8df2cda8343 --- /dev/null +++ b/devel/pcre/pkg/COMMENT @@ -0,0 +1 @@ +Perl Compatible Regular Expressions library. diff --git a/devel/pcre/pkg/DESCR b/devel/pcre/pkg/DESCR new file mode 100644 index 00000000000..59e819f1516 --- /dev/null +++ b/devel/pcre/pkg/DESCR @@ -0,0 +1,6 @@ +PCRE is a Perl compatible library of regular expressions. They +are based on a completely seperate code-base from Henry Spencers +originals. It has been designed to make efficient use of memory +for compiled regex's. + +Original Author: Phil Hazel <ph10@cam.ac.uk> diff --git a/devel/pcre/pkg/PLIST b/devel/pcre/pkg/PLIST new file mode 100644 index 00000000000..e79db305606 --- /dev/null +++ b/devel/pcre/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/26 12:52:06 proff Exp $ +bin/pgrep +include/pcre.h +lib/libpcre.a |