[129943] trunk/dports/perl/p5-xml-rss/Portfile

mojca at macports.org mojca at macports.org
Tue Dec 23 11:29:34 PST 2014


Revision: 129943
          https://trac.macports.org/changeset/129943
Author:   mojca at macports.org
Date:     2014-12-23 11:29:34 -0800 (Tue, 23 Dec 2014)
Log Message:
-----------
p5-xml-rss: status line, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-xml-rss/Portfile

Modified: trunk/dports/perl/p5-xml-rss/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-rss/Portfile	2014-12-23 19:25:56 UTC (rev 129942)
+++ trunk/dports/perl/p5-xml-rss/Portfile	2014-12-23 19:29:34 UTC (rev 129943)
@@ -1,29 +1,31 @@
+# -*- 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 5.18 5.20
-perl5.setup		XML-RSS 1.55
-license			{Artistic-1 GPL}
-maintainers		nomaintainer
-categories-append	textproc
-supported_archs		noarch
+perl5.setup         XML-RSS 1.55
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+categories-append   textproc
+supported_archs     noarch
 
-description		module to manage RDF Site Summary (RSS) files
-long_description	This module was created to help those who need to manage \
-				RDF Site Summary (RSS) files. It makes quick work of creating, \
-				updating, and saving RSS files.
-homepage		http://search.cpan.org/~msergeant/${distname}/
-platforms		darwin
+description         module to manage RDF Site Summary (RSS) files
+long_description    This module was created to help those who need to manage \
+                    RDF Site Summary (RSS) files. It makes quick work of creating, \
+                    updating, and saving RSS files.
+homepage            http://search.cpan.org/~msergeant/${distname}/
+platforms           darwin
 
-checksums               sha1    dcc1bd3d77234432c27e16516b72ad8221653167 \
-                        rmd160  a2c020f9e1ddcc0f1272f6cfb4806a453cb9a50b
+checksums           sha1    dcc1bd3d77234432c27e16516b72ad8221653167 \
+                    rmd160  a2c020f9e1ddcc0f1272f6cfb4806a453cb9a50b
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-xml-parser \
-			port:p${perl5.major}-html-parser \
-			port:p${perl5.major}-test-manifest \
-			port:p${perl5.major}-datetime-format-w3cdtf \
-			port:p${perl5.major}-datetime-format-mail
+    depends_lib-append \
+                    port:p${perl5.major}-datetime-format-mail \
+                    port:p${perl5.major}-datetime-format-w3cdtf \
+                    port:p${perl5.major}-html-parser \
+                    port:p${perl5.major}-test-manifest \
+                    port:p${perl5.major}-xml-parser
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141223/00bd87a2/attachment.html>


More information about the macports-changes mailing list