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

larryv at macports.org larryv at macports.org
Mon Jan 21 16:17:22 PST 2013


Revision: 101914
          https://trac.macports.org/changeset/101914
Author:   larryv at macports.org
Date:     2013-01-21 16:17:22 -0800 (Mon, 21 Jan 2013)
Log Message:
-----------
pcre: Tweak whitespace and formatting.

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

Modified: trunk/dports/devel/pcre/Portfile
===================================================================
--- trunk/dports/devel/pcre/Portfile	2013-01-22 00:02:40 UTC (rev 101913)
+++ trunk/dports/devel/pcre/Portfile	2013-01-22 00:17:22 UTC (rev 101914)
@@ -1,42 +1,42 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            pcre
-version         8.31
-categories      devel
-license         BSD
-platforms       darwin freebsd
-maintainers     larryv
-description     Perl Compatible Regular Expressions Library
+name                pcre
+version             8.31
+categories          devel
+license             BSD
+platforms           darwin freebsd
+maintainers         larryv
 
-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 \
-    functions that correspond to the POSIX regular expression API.
+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 functions that correspond to the POSIX \
+                    regular expression API.
 
-homepage        http://www.pcre.org/
-use_bzip2       yes
+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:project/pcre/pcre/${version}
-				
-checksums       rmd160  212fbf09d1694167fd27805c4e885628c2c4e5c7 \
-                sha256  5778a02535473c7ee7838ea598c19f451e63cf5eec0bf0307a688301c9078c3c
+use_bzip2           yes
+master_sites        sourceforge:project/pcre/pcre/${version} \
+                    ftp://ftp.fu-berlin.de/unix/misc/pcre/ \
+                    ftp://ftp.tin.org/pub/libs/pcre/ \
+                    ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
+checksums           rmd160  212fbf09d1694167fd27805c4e885628c2c4e5c7 \
+                    sha256  5778a02535473c7ee7838ea598c19f451e63cf5eec0bf0307a688301c9078c3c
 
-depends_lib     port:libedit \
-                port:zlib \
-                port:bzip2
+depends_lib         port:zlib \
+                    port:bzip2 \
+                    port:libedit
 
-configure.args  --docdir=${prefix}/share/doc/${name} \
-                --enable-unicode-properties \
-                --enable-pcretest-libedit \
-                --enable-pcregrep-libz \
-                --enable-pcregrep-libbz2
+configure.args      --docdir=${prefix}/share/doc/${name} \
+                    --enable-unicode-properties \
+                    --enable-pcregrep-libz \
+                    --enable-pcregrep-libbz2 \
+                    --enable-pcretest-libedit
 
 platform darwin 8 {
     # ticket #18448
@@ -52,6 +52,6 @@
     }
 }
 
-test.run        yes
+test.run            yes
 
 variant doc description {Install extra documentation} {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130121/3050b61b/attachment-0001.html>


More information about the macports-changes mailing list