[132328] trunk/dports/perl/p5-http-body/Portfile

devans at macports.org devans at macports.org
Wed Jan 28 22:26:24 PST 2015


Revision: 132328
          https://trac.macports.org/changeset/132328
Author:   devans at macports.org
Date:     2015-01-28 22:26:24 -0800 (Wed, 28 Jan 2015)
Log Message:
-----------
p5-http-body: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-http-body/Portfile

Modified: trunk/dports/perl/p5-http-body/Portfile
===================================================================
--- trunk/dports/perl/p5-http-body/Portfile	2015-01-29 06:25:01 UTC (rev 132327)
+++ trunk/dports/perl/p5-http-body/Portfile	2015-01-29 06:26:24 UTC (rev 132328)
@@ -1,27 +1,29 @@
+# -*- 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
-PortGroup             perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup           HTTP-Body 1.19
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           HTTP Body Parser
-long_description      HTTP::Body parses chunks of HTTP POST data and \
-                      supports application/octet-stream, \
-                      application/x-www-form-urlencoded, \
-                      and multipart/form-data.
+perl5.setup         HTTP-Body 1.19
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         HTTP Body Parser
+long_description    HTTP::Body parses chunks of HTTP POST data and \
+                    supports application/octet-stream, \
+                    application/x-www-form-urlencoded, \
+                    and multipart/form-data.
 
-platforms             darwin
+platforms           darwin
 
-checksums             rmd160  3304b2044b4dc9a2cd418fcda35fa631e8d3c083 \
-                      sha256  01506ac3a19ac96083e0aa3881378fb934bf466e7dca4b9fc1dcbc0fa49e102a
+checksums           rmd160  3304b2044b4dc9a2cd418fcda35fa631e8d3c083 \
+                    sha256  01506ac3a19ac96083e0aa3881378fb934bf466e7dca4b9fc1dcbc0fa49e102a
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-libwww-perl \
-                      port:p${perl5.major}-test-deep \
-                      port:p${perl5.major}-test-simple
+    depends_lib-append \
+                    port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-test-deep \
+                    port:p${perl5.major}-test-simple
 
-supported_archs       noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150128/d7456ec6/attachment.html>


More information about the macports-changes mailing list