summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-01-12 16:59:18 +0000
committerijliao <ijliao@FreeBSD.org>2002-01-12 16:59:18 +0000
commit3e29fabfd70ca19f62cdd404ffd48035046ac2a4 (patch)
treed920a043bdf44563427d7f30ced19cf2c18d5fb3
parent9414f47a7ec952a334a91a34b00e3e81c901bdc2 (diff)
downloadFreeBSD-ports-3e29fabfd70ca19f62cdd404ffd48035046ac2a4.zip
FreeBSD-ports-3e29fabfd70ca19f62cdd404ffd48035046ac2a4.tar.gz
add pcre++ 0.2
A wrapper class around the pcre library
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pcre++/Makefile31
-rw-r--r--devel/pcre++/distinfo1
-rw-r--r--devel/pcre++/files/patch-Makefile.in13
-rw-r--r--devel/pcre++/pkg-comment1
-rw-r--r--devel/pcre++/pkg-descr2
-rw-r--r--devel/pcre++/pkg-plist43
7 files changed, 92 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index dd4a8c2..4b28882 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -481,6 +481,7 @@
SUBDIR += pcl-cvs-emacs
SUBDIR += pcl-cvs-emacs20
SUBDIR += pcre
+ SUBDIR += pcre++
SUBDIR += pcsc-lite
SUBDIR += pear
SUBDIR += pedisassem
diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile
new file mode 100644
index 0000000..a079d91
--- /dev/null
+++ b/devel/pcre++/Makefile
@@ -0,0 +1,31 @@
+# ex:ts=8
+# Ports collection makefile for: pcre++
+# Date created: Jan 12, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= pcre++
+PORTVERSION= 0.2
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/pcre++/
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+
+MAN3= Pcre.3
+
+.if !defined(NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ ${CP} -R ${WRKSRC}/doc/html/ ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/devel/pcre++/distinfo b/devel/pcre++/distinfo
new file mode 100644
index 0000000..b84084f
--- /dev/null
+++ b/devel/pcre++/distinfo
@@ -0,0 +1 @@
+MD5 (pcre++-0.2.tar.gz) = 5bbba26f945582a82d5dc2f3df6b0566
diff --git a/devel/pcre++/files/patch-Makefile.in b/devel/pcre++/files/patch-Makefile.in
new file mode 100644
index 0000000..8b5d46d
--- /dev/null
+++ b/devel/pcre++/files/patch-Makefile.in
@@ -0,0 +1,13 @@
+--- Makefile.in.orig Sun Jan 13 00:50:43 2002
++++ Makefile.in Sun Jan 13 00:51:13 2002
+@@ -275,8 +275,8 @@
+ ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+ inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+- echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \
+- $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \
++ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)"; \
++ $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir); \
+ done
+
+ uninstall-man3:
diff --git a/devel/pcre++/pkg-comment b/devel/pcre++/pkg-comment
new file mode 100644
index 0000000..346f797
--- /dev/null
+++ b/devel/pcre++/pkg-comment
@@ -0,0 +1 @@
+A wrapper class around the pcre library
diff --git a/devel/pcre++/pkg-descr b/devel/pcre++/pkg-descr
new file mode 100644
index 0000000..20382be
--- /dev/null
+++ b/devel/pcre++/pkg-descr
@@ -0,0 +1,2 @@
+pcre++ is a wrapper class around the pcre library (Perl Compatible Regular
+Expressions)
diff --git a/devel/pcre++/pkg-plist b/devel/pcre++/pkg-plist
new file mode 100644
index 0000000..d874a6a
--- /dev/null
+++ b/devel/pcre++/pkg-plist
@@ -0,0 +1,43 @@
+include/pcre++.h
+lib/libpcre++.a
+lib/libpcre++.so
+lib/libpcre++.so.0
+%%PORTDOCS%%share/doc/pcre++/annotated.html
+%%PORTDOCS%%share/doc/pcre++/classPcre-members.html
+%%PORTDOCS%%share/doc/pcre++/classPcre.html
+%%PORTDOCS%%share/doc/pcre++/classPcre_1_1exception-members.html
+%%PORTDOCS%%share/doc/pcre++/classPcre_1_1exception.html
+%%PORTDOCS%%share/doc/pcre++/class_Exception-members.html
+%%PORTDOCS%%share/doc/pcre++/class_Exception.gif
+%%PORTDOCS%%share/doc/pcre++/class_Exception.html
+%%PORTDOCS%%share/doc/pcre++/class_Pcre-members.html
+%%PORTDOCS%%share/doc/pcre++/class_Pcre.html
+%%PORTDOCS%%share/doc/pcre++/class_PcreException-members.html
+%%PORTDOCS%%share/doc/pcre++/class_PcreException.gif
+%%PORTDOCS%%share/doc/pcre++/class_PcreException.html
+%%PORTDOCS%%share/doc/pcre++/class_exception.gif
+%%PORTDOCS%%share/doc/pcre++/class_exception.html
+%%PORTDOCS%%share/doc/pcre++/doxygen.css
+%%PORTDOCS%%share/doc/pcre++/doxygen.gif
+%%PORTDOCS%%share/doc/pcre++/examples.html
+%%PORTDOCS%%share/doc/pcre++/exception_cc-source.html
+%%PORTDOCS%%share/doc/pcre++/exception_cc.html
+%%PORTDOCS%%share/doc/pcre++/exception_h-source.html
+%%PORTDOCS%%share/doc/pcre++/exception_h.html
+%%PORTDOCS%%share/doc/pcre++/files.html
+%%PORTDOCS%%share/doc/pcre++/functions.html
+%%PORTDOCS%%share/doc/pcre++/globals.html
+%%PORTDOCS%%share/doc/pcre++/hierarchy.html
+%%PORTDOCS%%share/doc/pcre++/index.html
+%%PORTDOCS%%share/doc/pcre++/pcre++_8cc-source.html
+%%PORTDOCS%%share/doc/pcre++/pcre++_8cc.html
+%%PORTDOCS%%share/doc/pcre++/pcre++_8h-source.html
+%%PORTDOCS%%share/doc/pcre++/pcre++_8h.html
+%%PORTDOCS%%share/doc/pcre++/pcre++_cc-source.html
+%%PORTDOCS%%share/doc/pcre++/pcre++_cc.html
+%%PORTDOCS%%share/doc/pcre++/pcre++_h-source.html
+%%PORTDOCS%%share/doc/pcre++/pcre++_h.html
+%%PORTDOCS%%share/doc/pcre++/pcre.html
+%%PORTDOCS%%share/doc/pcre++/perlre.html
+%%PORTDOCS%%share/doc/pcre++/sample_cc-example.html
+%%PORTDOCS%%@dirrm share/doc/pcre++
OpenPOWER on IntegriCloud