[35313] trunk/dports/net/wget/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 25 00:28:58 PDT 2008


Revision: 35313
          http://trac.macosforge.org/projects/macports/changeset/35313
Author:   ryandesign at macports.org
Date:     2008-03-25 00:28:57 -0700 (Tue, 25 Mar 2008)

Log Message:
-----------
wget: whitespace changes only

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

Modified: trunk/dports/net/wget/Portfile
===================================================================
--- trunk/dports/net/wget/Portfile	2008-03-25 07:26:21 UTC (rev 35312)
+++ trunk/dports/net/wget/Portfile	2008-03-25 07:28:57 UTC (rev 35313)
@@ -1,32 +1,41 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name        wget
-version     1.11.1
-categories  net www
-maintainers ryandesign
-description internet file retriever
-long_description    GNU Wget is a free software package for retrieving files using HTTP, \
-            HTTPS and FTP, the most widely-used Internet protocols. It is a \
-            non-interactive commandline tool, so it may easily be called from \
-            scripts, cron jobs, terminals without Xsupport, etc.
-homepage    http://www.gnu.org/software/wget/
-platforms   darwin freebsd
-master_sites    gnu
+name                    wget
+version                 1.11.1
+categories              net www
+maintainers             ryandesign
+homepage                http://www.gnu.org/software/wget/
+platforms               darwin freebsd
+master_sites            gnu
 
+description \
+    internet file retriever
+
+long_description \
+    GNU Wget is a free software package for retrieving files using HTTP, \
+    HTTPS and FTP, the most widely-used Internet protocols. It is a \
+    non-interactive commandline tool, so it may easily be called from \
+    scripts, cron jobs, terminals without Xsupport, etc.
+
 checksums \
     md5 9ce16ff30a236e474e3c19d988e1f119 \
     sha1 49d3c371b0aca8e73a9da78cde3552df4bc1a305 \
     rmd160 baf2401bbd39301206bae697a27c667879871e6f
 
-configure.args  --with-libssl-prefix=${prefix}
-configure.cflags-append   "-I${prefix}/include"
+configure.args \
+    --with-libssl-prefix=${prefix}
 
-depends_lib port:openssl port:gettext
+configure.cflags-append \
+    "-I${prefix}/include"
 
+depends_lib \
+    port:openssl \
+    port:gettext
+
 variant no_ssl description {Build without SSL support} {
-    depends_lib-delete  port:openssl
+    depends_lib-delete      port:openssl
     configure.args-append   --without-ssl
     configure.args-delete   --with-libssl-prefix=${prefix}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080325/9325701c/attachment-0001.html 


More information about the macports-changes mailing list