[143981] trunk/dports/perl/p5-xml-xpath/Portfile

devans at macports.org devans at macports.org
Mon Dec 28 19:19:33 PST 2015


Revision: 143981
          https://trac.macports.org/changeset/143981
Author:   devans at macports.org
Date:     2015-12-28 19:19:33 -0800 (Mon, 28 Dec 2015)
Log Message:
-----------
p5-xml-xpath: add mode line and reformat, white space only.

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

Modified: trunk/dports/perl/p5-xml-xpath/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-xpath/Portfile	2015-12-29 03:17:22 UTC (rev 143980)
+++ trunk/dports/perl/p5-xml-xpath/Portfile	2015-12-29 03:19:33 UTC (rev 143981)
@@ -1,26 +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		XML-XPath 1.13
-revision        4
-maintainers		nomaintainer
-categories-append	textproc
-license			{Artistic-1 GPL}
-description		set of modules for parsing and evaluating XPath statements
-long_description	This module aims to comply exactly to the XPath \
-				specification at http://www.w3.org/TR/xpath and yet allow \
-				extensions to be added in the form of functions. Modules such \
-				as XSLT and XPointer may need to do this as they support \
-				functionality beyond XPath.
-homepage		http://search.cpan.org/~msergeant/${distname}/
-checksums		md5 b5919d9220d83982feb6e2321850c5d7
-platforms		darwin
+perl5.setup         XML-XPath 1.13
+revision            4
+maintainers         nomaintainer
+categories-append   textproc
+license             {Artistic-1 GPL}
+description         set of modules for parsing and evaluating XPath statements
+long_description    This module aims to comply exactly to the XPath \
+                    specification at http://www.w3.org/TR/xpath and yet allow \
+                    extensions to be added in the form of functions. Modules such \
+                    as XSLT and XPointer may need to do this as they support \
+                    functionality beyond XPath.
+homepage            http://search.cpan.org/~msergeant/${distname}/
+checksums           md5 b5919d9220d83982feb6e2321850c5d7
+platforms           darwin
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-xml-parser
+    depends_lib-append \
+                    port:p${perl5.major}-xml-parser
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151228/5c1dc4f9/attachment.html>


More information about the macports-changes mailing list