[62443] trunk/dports/net/curl/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jan 8 02:33:40 PST 2010


Revision: 62443
          http://trac.macports.org/changeset/62443
Author:   ryandesign at macports.org
Date:     2010-01-08 02:33:38 -0800 (Fri, 08 Jan 2010)
Log Message:
-----------
curl: whitespace changes only

Modified Paths:
--------------
    trunk/dports/net/curl/Portfile

Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile	2010-01-08 10:08:32 UTC (rev 62442)
+++ trunk/dports/net/curl/Portfile	2010-01-08 10:33:38 UTC (rev 62443)
@@ -1,63 +1,56 @@
 # $Id$
 
-PortSystem              1.0
-PortGroup               muniversal 1.0
-PortGroup               archcheck 1.0
+PortSystem                  1.0
+PortGroup                   muniversal 1.0
+PortGroup                   archcheck 1.0
 
-name                    curl
+name                        curl
 # keep the version in sync with the curl-ca-bundle port
-version                 7.19.7
-revision                1
-categories              net www
-maintainers             ryandesign
-license                 curl
-homepage                http://curl.haxx.se/
-platforms               darwin freebsd
-use_bzip2               yes
-use_parallel_build      yes
+version                     7.19.7
+revision                    1
+categories                  net www
+maintainers                 ryandesign
+license                     curl
+homepage                    http://curl.haxx.se/
+platforms                   darwin freebsd
+use_bzip2                   yes
+use_parallel_build          yes
 
-description \
-    Tool for transferring files with URL syntax
+description                 Tool for transferring files with URL syntax
 
-long_description \
-    curl is a client to get documents/files from servers, using any of \
-    the supported protocols. The command is designed to work without \
-    user interaction or any kind of interactivity.
+long_description            curl is a client to get documents/files from servers, \
+                            using any of the supported protocols. The command is \
+                            designed to work without user interaction or any kind \
+                            of interactivity.
 
 # keep the master_sites in sync with the curl-ca-bundle port
-master_sites \
-    http://curl.haxx.se/download/ \
-    ftp://ftp.sunet.se/pub/www/utilities/curl/ \
-    http://curl.sourceforge.net/download/ \
-    http://cool.haxx.se/curl/ \
-    http://www.execve.net/curl/
+master_sites                http://curl.haxx.se/download/ \
+                            ftp://ftp.sunet.se/pub/www/utilities/curl/ \
+                            http://curl.sourceforge.net/download/ \
+                            http://cool.haxx.se/curl/ \
+                            http://www.execve.net/curl/
 
-checksums \
-    md5     79a8fbb2eed5464b97bdf94bee109380 \
-    sha1    c306ebf0f65fb90df3c9c9a12fb04fb77cc29e2c \
-    rmd160  b170b24af3a6d3fc3357e90fc7ae5ef34d722fb4
+checksums                   md5     79a8fbb2eed5464b97bdf94bee109380 \
+                            sha1    c306ebf0f65fb90df3c9c9a12fb04fb77cc29e2c \
+                            rmd160  b170b24af3a6d3fc3357e90fc7ae5ef34d722fb4
 
-configure.args \
-    --enable-ipv6 \
-    --without-libidn \
-    --without-libssh2 \
-    --without-ssl \
-    --disable-ldap \
-    --with-zlib=${prefix}
+configure.args              --enable-ipv6 \
+                            --without-libidn \
+                            --without-libssh2 \
+                            --without-ssl \
+                            --disable-ldap \
+                            --with-zlib=${prefix}
 
-configure.env \
-    PKG_CONFIG_PATH=${prefix}
+configure.env               PKG_CONFIG_PATH=${prefix}
 
-depends_build \
-    port:pkgconfig
+depends_build               port:pkgconfig
 
-depends_lib \
-    port:zlib
+depends_lib                 port:zlib
 
-archcheck.files         lib/libz.dylib
+archcheck.files             lib/libz.dylib
 
-test.run                yes
-test.target             test-full
+test.run                    yes
+test.target                 test-full
 
 post-build {
     if {[variant_isset universal]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100108/f632fc67/attachment.html>


More information about the macports-changes mailing list