[105244] trunk/dports/www/http-fetcher/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 14 23:46:04 PDT 2013


Revision: 105244
          https://trac.macports.org/changeset/105244
Author:   ryandesign at macports.org
Date:     2013-04-14 23:46:04 -0700 (Sun, 14 Apr 2013)
Log Message:
-----------
http-fetcher: whitespace adjustment and reformatting; add modeline

Modified Paths:
--------------
    trunk/dports/www/http-fetcher/Portfile

Modified: trunk/dports/www/http-fetcher/Portfile
===================================================================
--- trunk/dports/www/http-fetcher/Portfile	2013-04-15 06:44:41 UTC (rev 105243)
+++ trunk/dports/www/http-fetcher/Portfile	2013-04-15 06:46:04 UTC (rev 105244)
@@ -1,19 +1,23 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name			http-fetcher
-version			1.1.0
-categories		www
-platforms		darwin
-maintainers		nomaintainer
-description		small, robust, flexible library for HTTP downloads
-long_description	http-fetcher is a small, robust, flexible library for \
-				downloading files via HTTP using the GET method. 
+name                http-fetcher
+version             1.1.0
+categories          www
+platforms           darwin
+maintainers         nomaintainer
 
-homepage		http://http-fetcher.sourceforge.net/
-master_sites	sourceforge:project/http-fetcher/http-fetcher/${version}
-distname		http_fetcher-${version}
-checksums		md5 7c4ff599b1024554e548e4bf85eee43e
+description         small, robust, flexible library for HTTP downloads
 
-configure.args	--mandir=${prefix}/share/man
+long_description    http-fetcher is a small, robust, flexible library for \
+                    downloading files via HTTP using the GET method.
+
+homepage            http://http-fetcher.sourceforge.net/
+master_sites        sourceforge:project/http-fetcher/http-fetcher/${version}
+distname            http_fetcher-${version}
+
+checksums           md5     7c4ff599b1024554e548e4bf85eee43e
+
+configure.args      --mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130414/631c7d94/attachment.html>


More information about the macports-changes mailing list