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
This commit is contained in:
parent
c50f610598
commit
3712ee06b5
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue