[144023] trunk/dports/perl/p5-html-format/Portfile

devans at macports.org devans at macports.org
Tue Dec 29 21:07:47 PST 2015


Revision: 144023
          https://trac.macports.org/changeset/144023
Author:   devans at macports.org
Date:     2015-12-29 21:07:47 -0800 (Tue, 29 Dec 2015)
Log Message:
-----------
p5-html-format: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-html-format/Portfile

Modified: trunk/dports/perl/p5-html-format/Portfile
===================================================================
--- trunk/dports/perl/p5-html-format/Portfile	2015-12-30 04:47:58 UTC (rev 144022)
+++ trunk/dports/perl/p5-html-format/Portfile	2015-12-30 05:07:47 UTC (rev 144023)
@@ -1,27 +1,28 @@
+# -*- 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 5.22
-perl5.setup		HTML-Format 2.11
-maintainers		geeklair.net:dluke openmaintainer
-description		Perl modules that format HTML as plaintext, PostScript or RTF.
-license			{Artistic-1 GPL}
+perl5.setup         HTML-Format 2.11
+maintainers         geeklair.net:dluke openmaintainer
+description         Perl modules that format HTML as plaintext, PostScript or RTF.
+license             {Artistic-1 GPL}
 
-long_description	${description}
+long_description    ${description}
 
-checksums	md5	e69875098e9c2777d8d196d95f96b62e \
-		sha1	588fff7c4bf1433a7178e66786ab5feaccd41ac1 \
-		rmd160	5d668b67a0fe87ac2728d2777858cbe4ac83af62
+checksums           md5 e69875098e9c2777d8d196d95f96b62e \
+                    sha1    588fff7c4bf1433a7178e66786ab5feaccd41ac1 \
+                    rmd160  5d668b67a0fe87ac2728d2777858cbe4ac83af62
 
-platforms		darwin
+platforms           darwin
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-html-tree \
-			port:p${perl5.major}-font-afm
+    depends_lib-append \
+                    port:p${perl5.major}-html-tree \
+                    port:p${perl5.major}-font-afm
 
-supported_archs noarch
-
-perl5.use_module_build
+    supported_archs noarch
+    perl5.use_module_build
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151229/e9cdc5f1/attachment-0001.html>


More information about the macports-changes mailing list