[129043] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Dec 4 09:42:54 PST 2014


Revision: 129043
          https://trac.macports.org/changeset/129043
Author:   devans at macports.org
Date:     2014-12-04 09:42:54 -0800 (Thu, 04 Dec 2014)
Log Message:
-----------
p5-html-stripscripts, p5-html-stripscripts-parser: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-html-stripscripts/Portfile
    trunk/dports/perl/p5-html-stripscripts-parser/Portfile

Modified: trunk/dports/perl/p5-html-stripscripts/Portfile
===================================================================
--- trunk/dports/perl/p5-html-stripscripts/Portfile	2014-12-04 17:41:09 UTC (rev 129042)
+++ trunk/dports/perl/p5-html-stripscripts/Portfile	2014-12-04 17:42:54 UTC (rev 129043)
@@ -1,19 +1,20 @@
+# -*- 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
 
-PortGroup		perl5 1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.10 5.12 5.14 5.16
-perl5.setup		HTML-StripScripts 1.04
-revision        3
-license			{Artistic-1 GPL}
-maintainers		nomaintainer
-description		Strip scripting constructs out of HTML
+perl5.setup         HTML-StripScripts 1.04
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Strip scripting constructs out of HTML
 
-long_description	${description}
+long_description    ${description}
 
-checksums		md5 aecd01e273bddbf60dca2a923163826d
-platforms		darwin
+checksums           md5 aecd01e273bddbf60dca2a923163826d
+platforms           darwin
 
-supported_archs noarch
+supported_archs     noarch

Modified: trunk/dports/perl/p5-html-stripscripts-parser/Portfile
===================================================================
--- trunk/dports/perl/p5-html-stripscripts-parser/Portfile	2014-12-04 17:41:09 UTC (rev 129042)
+++ trunk/dports/perl/p5-html-stripscripts-parser/Portfile	2014-12-04 17:42:54 UTC (rev 129043)
@@ -1,23 +1,25 @@
+# -*- 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.10 5.12 5.14 5.16
-perl5.setup		HTML-StripScripts-Parser 1.02
-revision        3
-license			{Artistic-1 GPL}
-maintainers		nomaintainer
-description		XSS filter using HTML::Parser
+perl5.setup         HTML-StripScripts-Parser 1.02
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         XSS filter using HTML::Parser
 
-long_description	${description}
+long_description    ${description}
 
-checksums		md5 0fb38dc2c632844883f3e716b056a88a
-platforms		darwin
+checksums           md5 0fb38dc2c632844883f3e716b056a88a
+platforms           darwin
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-html-stripscripts \
-			port:p${perl5.major}-html-parser
+    depends_lib-append \
+                    port:p${perl5.major}-html-stripscripts \
+                    port:p${perl5.major}-html-parser
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141204/aeb42fc2/attachment.html>


More information about the macports-changes mailing list