[128021] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Nov 10 16:21:19 PST 2014


Revision: 128021
          https://trac.macports.org/changeset/128021
Author:   devans at macports.org
Date:     2014-11-10 16:21:19 -0800 (Mon, 10 Nov 2014)
Log Message:
-----------
p5-html-selector-path: new port, a utility function to compile a full set of CSS2 and partial CSS3 selectors to the equivalent XPath expression.

Added Paths:
-----------
    trunk/dports/perl/p5-html-selector-xpath/
    trunk/dports/perl/p5-html-selector-xpath/Portfile

Added: trunk/dports/perl/p5-html-selector-xpath/Portfile
===================================================================
--- trunk/dports/perl/p5-html-selector-xpath/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-html-selector-xpath/Portfile	2014-11-11 00:21:19 UTC (rev 128021)
@@ -0,0 +1,35 @@
+# -*- 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
+
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         HTML-Selector-XPath 0.18
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         HTML::Selector::XPath - CSS Selector to XPath compiler
+long_description    HTML::Selector::XPath is a utility function to compile a full \
+                    set of CSS2 and partial CSS3 selectors to the equivalent XPath expression.
+
+platforms           darwin
+
+checksums           rmd160  8083ab6dde0f9554d55dafbb5b3424b8fe87ccce \
+                    sha256  73e53f5401df0c1e356e9b7eef5eabe90fee6be14a340e016e7022f6e7434c53
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-base
+#                    port:p${perl5.major}-file-sharedir-install \
+#                    port:p${perl5.major}-io-all \
+#                    port:p${perl5.major}-test-warn \
+#                    port:p${perl5.major}-yaml-libyaml
+#
+#    depends_lib-append \
+#                    port:p${perl5.major}-inline \
+#                    port:p${perl5.major}-extutils-makemaker \
+#                    port:p${perl5.major}-parse-recdescent \
+#                    port:p${perl5.major}-pegex
+#
+#    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-html-selector-xpath/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141110/c5490ce6/attachment.html>


More information about the macports-changes mailing list