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

ryandesign at macports.org ryandesign at macports.org
Sun Mar 30 18:31:23 PDT 2008


Revision: 35607
          http://trac.macosforge.org/projects/macports/changeset/35607
Author:   ryandesign at macports.org
Date:     2008-03-30 18:31:20 -0700 (Sun, 30 Mar 2008)

Log Message:
-----------
curl: whitespace changes / reformatting only

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

Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile	2008-03-31 01:12:12 UTC (rev 35606)
+++ trunk/dports/net/curl/Portfile	2008-03-31 01:31:20 UTC (rev 35607)
@@ -1,48 +1,59 @@
 # $Id$
 
-PortSystem 1.0
-name            curl
-version         7.18.1
-categories      net www
-maintainers     ryandesign
-description     Tool for transferring files with URL syntax
+PortSystem              1.0
+
+name                    curl
+version                 7.18.1
+categories              net www
+maintainers             ryandesign
+homepage                http://curl.haxx.se/
+platforms               darwin freebsd
+use_bzip2               yes
+
+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    \
+    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.
-homepage        http://curl.haxx.se/
-platforms       darwin freebsd
-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/ \
-                ftp://gd.tuwien.ac.at/utils/archivers/curl/ \
-                http://gd.tuwien.ac.at/utils/archivers/curl/ \
-                http://www.execve.net/curl/ \
-                sourceforge
 
+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/ \
+    ftp://gd.tuwien.ac.at/utils/archivers/curl/ \
+    http://gd.tuwien.ac.at/utils/archivers/curl/ \
+    http://www.execve.net/curl/ \
+    sourceforge
+
 checksums \
     md5 805834fc1136ff7600d2179bc0386c5a \
     sha1 685b9388ee9e646158a83cd435f7be664816ad78 \
     rmd160 f7dac868b2a449aa92a3466b24fe2bb3309ff1e0
 
-use_bzip2       yes
+configure.args \
+    --disable-ipv6 \
+    --without-libidn \
+    --without-libssh2 \
+    --without-ssl \
+    --disable-ldap \
+    --with-zlib=${prefix}
+    
+configure.env \
+    PKG_CONFIG_PATH=${prefix}
 
-configure.args  --disable-ipv6 \
-                --without-libidn \
-                --without-libssh2 \
-                --without-ssl \
-                --disable-ldap \
-                --with-zlib=${prefix}
-configure.env   PKG_CONFIG_PATH=${prefix}
+depends_build \
+    port:pkgconfig
 
-depends_build   port:pkgconfig
-depends_lib     port:zlib 
+depends_lib \
+    port:zlib
 
-test.run        yes
-test.target     test-full
+test.run                yes
+test.target             test-full
 
-set docdir      ${prefix}/share/doc/${name}-${version}
+set docdir ${prefix}/share/doc/${name}-${version}
 
 post-destroot {
     if {[variant_isset universal]} {
@@ -50,9 +61,26 @@
     }
     
     xinstall -d ${destroot}${docdir}
-    xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README RELEASE-NOTES ${destroot}${docdir}
-    xinstall -m 0644 -W ${worksrcpath}/docs BUGS CONTRIBUTE FAQ FEATURES HISTORY INTERNALS \
-        KNOWN_BUGS MANUAL RESOURCES THANKS TODO VERSIONS ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} \
+        CHANGES \
+        COPYING \
+        README \
+        RELEASE-NOTES \
+        ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath}/docs \
+        BUGS \
+        CONTRIBUTE \
+        FAQ \
+        FEATURES \
+        HISTORY \
+        INTERNALS \
+        KNOWN_BUGS \
+        MANUAL \
+        RESOURCES \
+        THANKS \
+        TODO \
+        VERSIONS \
+        ${destroot}${docdir}
 }
 
 platform darwin 6 {
@@ -115,4 +143,3 @@
 }
 
 livecheck.check             freshmeat
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080330/6dad425b/attachment-0001.html


More information about the macports-changes mailing list