summaryrefslogtreecommitdiff
path: root/devel/pcre
diff options
context:
space:
mode:
authorproff <proff>1999-08-26 12:52:05 +0000
committerproff <proff>1999-08-26 12:52:05 +0000
commit90a2331f285af98cd260358469af0845bdb065c3 (patch)
tree163867ea83f5060ebaa57ea3932471189cedce52 /devel/pcre
parent2670a8fcce18ceab7cca87bea51e0638be757a24 (diff)
downloadpkgsrc-90a2331f285af98cd260358469af0845bdb065c3.tar.gz
Perl Compatible Regular Expressions library. 2.07
Diffstat (limited to 'devel/pcre')
-rw-r--r--devel/pcre/Makefile25
-rw-r--r--devel/pcre/files/md53
-rw-r--r--devel/pcre/pkg/COMMENT1
-rw-r--r--devel/pcre/pkg/DESCR6
-rw-r--r--devel/pcre/pkg/PLIST4
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