[20649] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 13 13:01:43 PST 2006


Revision: 20649
          http://trac.macosforge.org/projects/macports/changeset/20649
Author:   gwright at macports.org
Date:     2006-11-13 13:01:42 -0800 (Mon, 13 Nov 2006)

Log Message:
-----------
New port: pcre++ 0.9.5, C++ wrapper for pcre.

Added Paths:
-----------
    trunk/dports/devel/pcre++/
    trunk/dports/devel/pcre++/Portfile

Added: trunk/dports/devel/pcre++/Portfile
===================================================================
--- trunk/dports/devel/pcre++/Portfile	                        (rev 0)
+++ trunk/dports/devel/pcre++/Portfile	2006-11-13 21:01:42 UTC (rev 20649)
@@ -0,0 +1,27 @@
+# $Id:$
+
+PortSystem 1.0
+name		pcre++
+version		0.9.5
+categories	devel
+platforms	darwin 
+maintainers	gwright at macports.org
+description	C++ wrapper for the Perl Compatible Regular Expressions Library
+long_description \
+	PCRE++ is a C++ wrapper-class for the great library PCRE	\
+	(Perl Compatible Regular Expressions) by Philip Hazel.		\
+	This class allows you to use perl alike regular expressions	\
+	in your C++ applications. You can use it to search in strings,	\
+	to split strings into parts using expressions or to search and	\
+	replace a part of a string with another part. 
+homepage	http://www.daemon.de/PCRE
+master_sites	ftp://ftp.daemon.de/scip/Apps/${name}
+
+checksums	sha1 7cb640555c6adf34bf366139b22f6d1a66bd1fb0
+
+depends_lib	port:pcre
+
+configure.args	--mandir=${prefix}/share/man		\
+		--with-pcre-include=${prefix}/include	\
+		--with-pcre-lib=${prefix}/lib
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061113/1acb3f6b/attachment.html


More information about the macports-changes mailing list