diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-12 16:59:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-12 16:59:18 +0000 |
commit | e87c89b954a591e2a260227f9bbed41b074d4a6b (patch) | |
tree | 070baa50181907e6db0492d5547b9a254a93460b /devel/pcre++ | |
parent | 804983b1c1ff3a357a6f42270c8243e061583e17 (diff) | |
download | ports-e87c89b954a591e2a260227f9bbed41b074d4a6b.tar.gz ports-e87c89b954a591e2a260227f9bbed41b074d4a6b.zip |
Notes
Diffstat (limited to 'devel/pcre++')
-rw-r--r-- | devel/pcre++/Makefile | 31 | ||||
-rw-r--r-- | devel/pcre++/distinfo | 1 | ||||
-rw-r--r-- | devel/pcre++/files/patch-Makefile.in | 13 | ||||
-rw-r--r-- | devel/pcre++/pkg-comment | 1 | ||||
-rw-r--r-- | devel/pcre++/pkg-descr | 2 | ||||
-rw-r--r-- | devel/pcre++/pkg-plist | 43 |
6 files changed, 91 insertions, 0 deletions
diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile new file mode 100644 index 000000000000..a079d912034b --- /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 000000000000..b84084f70832 --- /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 000000000000..8b5d46d987e1 --- /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 000000000000..346f797a407e --- /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 000000000000..20382be194ea --- /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 000000000000..d874a6a99941 --- /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++ |