From 1e69daa51bc4dce191c6dc268a4a4dd9d4383a57 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 27 Feb 2007 14:08:33 +0000 Subject: Update to 1.62.001: 1.62 - interface to libxml2's pull-parser XML::LibXML::Reader (initiated by Heiko Klein) - make error messages intended to the user report the line of the application call rather than that of the internal XS call - XML::LibXML::Attr->serializeContent added (convenience function) - fix getAttributeNode etc. w.r.t. #FIXED attributes (as well as some cases with old buggy libxml2 versions) - warn if runtime libxml2 is older than the one used at the compile time - if compiled against libxml2 >= 2.6.27, new parse_html_* implementation is used allowing encoding and other options to be passed to the parser - DOM-compliant nodeNames: #comment, #text, #cdata, #document, #document-fragment - toString on empty text node returns empty string, not undef - cloneNode copies attributes on an element as required by the DOM spec --- textproc/p5-XML-LibXML/Makefile | 8 ++++---- textproc/p5-XML-LibXML/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'textproc/p5-XML-LibXML') diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index 45a977cc586..7a78a957c1e 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2006/11/05 14:05:07 seb Exp $ +# $NetBSD: Makefile,v 1.24 2007/02/27 14:08:33 wiz Exp $ # -DISTNAME= XML-LibXML-1.61003 -PKGNAME= p5-XML-LibXML-1.61.003 +DISTNAME= XML-LibXML-1.62001 +PKGNAME= p5-XML-LibXML-1.62.001 SVR4_PKGNAME= p5xlx CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -19,7 +19,7 @@ DEPENDS+= p5-XML-LibXML-Common-[0-9]*:../../textproc/p5-XML-LibXML-Common # includes XML::LibXML::XPathContext module CONFLICTS+= p5-XML-LibXML-XPathContext-[0-9]* -WRKSRC= ${WRKDIR}/XML-LibXML-1.61 +WRKSRC= ${WRKDIR}/XML-LibXML-1.62 PERL5_PACKLIST= auto/XML/LibXML/.packlist diff --git a/textproc/p5-XML-LibXML/distinfo b/textproc/p5-XML-LibXML/distinfo index 5bd61bc24dd..b4e47811a79 100644 --- a/textproc/p5-XML-LibXML/distinfo +++ b/textproc/p5-XML-LibXML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2006/11/05 14:05:07 seb Exp $ +$NetBSD: distinfo,v 1.10 2007/02/27 14:08:34 wiz Exp $ -SHA1 (XML-LibXML-1.61003.tar.gz) = 25c869ad781f2f1d6de07057fdcc8bf85e67fb52 -RMD160 (XML-LibXML-1.61003.tar.gz) = 7f5814b89856887accc7d176850fc2d5c8b3db1f -Size (XML-LibXML-1.61003.tar.gz) = 258364 bytes +SHA1 (XML-LibXML-1.62001.tar.gz) = 5beb93df6cfa718b69610aa41c2a4866230d3a1b +RMD160 (XML-LibXML-1.62001.tar.gz) = afd7687b5f1b6744e5e1c840f6c10afa23abb91b +Size (XML-LibXML-1.62001.tar.gz) = 230721 bytes -- cgit v1.2.3