[123861] trunk/dports/perl/p5-xml-libxml/Portfile

devans at macports.org devans at macports.org
Fri Aug 15 05:21:51 PDT 2014


Revision: 123861
          https://trac.macports.org/changeset/123861
Author:   devans at macports.org
Date:     2014-08-15 05:21:50 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
p5-xml-libxml: update to version 2.0116, add perl branches 5.18, 5.20.

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

Modified: trunk/dports/perl/p5-xml-libxml/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-libxml/Portfile	2014-08-15 12:10:36 UTC (rev 123860)
+++ trunk/dports/perl/p5-xml-libxml/Portfile	2014-08-15 12:21:50 UTC (rev 123861)
@@ -4,9 +4,8 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup         XML-LibXML 1.84
-revision            2
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         XML-LibXML 2.0116
 categories-append   textproc
 platforms           darwin
 maintainers         nomaintainer
@@ -14,18 +13,16 @@
 
 description         Perl interface to libxml2
 
-long_description    This module implements a Perl interface to \
-                    the Gnome libxml2 library. The libxml2 library \
-                    provides interfaces for parsing and manipulating \
-                    XML Files. This Module allows Perl programmers to \
-                    make use of the highly capable validating XML \
-                    parser and the high performance DOM implementation.
+long_description    This module is an interface to libxml2, providing XML and HTML \
+                    parsers with DOM, SAX and XMLReader interfaces, a large subset \
+                    of DOM Layer 3 interface and a XML::XPath-like interface to XPath API of libxml2.
 
-checksums           sha1    76d1117967cce92df8a53e82ddca859aca80fe2f \
-                    rmd160  602edb11af3f3196568d49410b79312c2d390e23
+checksums           rmd160  41396e1858e2399de5d50ce4f4f6393c5f8405f2 \
+                    sha256  b154f2dad3033b30d22ac81b8985b69ad35450b0c552db394cd03bb36845812a
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-xml-sax \
+    depends_lib-append  \
+                    port:p${perl5.major}-xml-sax \
                     port:p${perl5.major}-xml-namespacesupport \
                     port:libiconv \
                     port:libxml2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140815/084b073d/attachment.html>


More information about the macports-changes mailing list