[28439] trunk/dports/devel/pcre/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 31 05:06:31 PDT 2007


Revision: 28439
          http://trac.macosforge.org/projects/macports/changeset/28439
Author:   nox at macports.org
Date:     2007-08-31 05:06:31 -0700 (Fri, 31 Aug 2007)

Log Message:
-----------
pcre: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/devel/pcre/Portfile

Modified: trunk/dports/devel/pcre/Portfile
===================================================================
--- trunk/dports/devel/pcre/Portfile	2007-08-31 12:02:16 UTC (rev 28438)
+++ trunk/dports/devel/pcre/Portfile	2007-08-31 12:06:31 UTC (rev 28439)
@@ -1,35 +1,38 @@
 # $Id$
 
-PortSystem 1.0
-name            pcre
-version         7.2
-categories      devel
-maintainers     nox
-description     Perl Compatible Regular Expressions Library
+PortSystem		1.0
+
+name			pcre
+version			7.2
+categories		devel
+platforms		darwin freebsd
+maintainers		nox
+description		Perl Compatible Regular Expressions Library
+
 long_description \
-    The PCRE library is a set of functions that implement regular       \
-    expression pattern matching using the same syntax and semantics as  \
-    Perl 5. PCRE has its own native API, as well as a set of wrapper    \
+    The PCRE library is a set of functions that implement regular \
+    expression pattern matching using the same syntax and semantics as \
+    Perl 5. PCRE has its own native API, as well as a set of wrapper \
     functions that correspond to the POSIX regular expression API.
 
-homepage        http://www.pcre.org/
-platforms       darwin freebsd
-master_sites    ftp://ftp.fu-berlin.de/unix/misc/${name}/ \
-                ftp://ftp.tin.org/pub/libs/${name}/ \
-                ftp://ftp.csx.cam.ac.uk/pub/software/programming/${name}/ \
-                sourceforge
+homepage		http://www.pcre.org/
+master_sites	ftp://ftp.fu-berlin.de/unix/misc/${name}/ \
+				ftp://ftp.tin.org/pub/libs/${name}/ \
+				ftp://ftp.csx.cam.ac.uk/pub/software/programming/${name}/ \
+				sourceforge
 
-use_bzip2       yes
-checksums       md5 53305db73855f1ff155dcd2c05d448d3 \
-                sha1 fd4f69a66d0202504a831f8668a170b57bd5d1ec \
-                rmd160 eee4b9f40bc04c05546f1b426e0398e77dd7b123
+use_bzip2		yes
+checksums		md5 53305db73855f1ff155dcd2c05d448d3 \
+				sha1 fd4f69a66d0202504a831f8668a170b57bd5d1ec \
+				rmd160 eee4b9f40bc04c05546f1b426e0398e77dd7b123
 
-configure.args  --docdir=${prefix}/share/doc/${name}-${version}
+configure.args	--docdir=${prefix}/share/doc/${name}-${version}
 
-test.run        yes
+test.run		yes
 
 default_variants +utf8
 
 variant utf8 description {Enable UTF-8 support} {
-    configure.args-append   --enable-unicode-properties
+	configure.args-append --enable-unicode-properties
 }
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070831/32892e68/attachment.html


More information about the macports-changes mailing list