diff options
author | sno <sno> | 2009-10-11 11:24:38 +0000 |
---|---|---|
committer | sno <sno> | 2009-10-11 11:24:38 +0000 |
commit | 7a681f88a51d49c82a13209ec4a5fc6ae434d189 (patch) | |
tree | 69a2ae855e22a7c8792e6f3b139e47cbbb4bf09f /textproc | |
parent | b0822970d5dfa9c9008443800f3fe66ba269f5f4 (diff) | |
download | pkgsrc-7a681f88a51d49c82a13209ec4a5fc6ae434d189.tar.gz |
Updating textproc/p5-XML-LibXML from 1.69 to 1.70
pkgsrc changes:
- Adding license definition
- Adjusting dependencies
- Adding SUPERCEDES/CONFLICTS for merged textproc/p5-XML-LibXML-Common
Upstream changes:
1.70
- various fixes and improvements in the documentation
- added (convenient yet non-standard) methods nonBlankChildNodes,
firstNonBlankChild, nextNonBlankSibling, prevNonBlankSibling
that skip empty or whitespace-only Text and CDATA nodes
- exposed and documented external entity handler
- XPathContext can now be passed to toStringC14N and toStringEC14N
(e.g. to provide NS mapping for the XPath expression)
- avoid using libxml2's globals (Nick Wellnhofer)
- added interface to libxml2's regexp implementation: XML::LibXML::RegExp
- added XML::LibXML->load_xml and XML::LibXML->load_html with
uniform and cleaner API than the old parse_* family
- cleanup code dealing with parsing flags
- fix bogus validation results if revalidating a modified document
- added 'eq' and 'cmp' overloading on XML::LibXML::Error and set fallback to 1
- lots of bugs fixed
1.69_2
- provide context and more accurate column number in
structured errors
- clarify license and copyright
- support for Win32+mingw+ActiveState
1.69_1
- merge with XML::LibXML::Common
- fix compilation on Windows with mingw or msvc
- fix a bug in structured errors preventing the previous errors from being reported
- fix compilation bugs
- fix encoding problem in reader
- added getAttributeHash to the reader interface
- fix segfaults: reconcileNs in domReplaceChild, findnodes with a doc fragment (S. Rezic)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-LibXML/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML/distinfo | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index 44f5f835a28..e98774dac02 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2008/11/22 00:41:19 he Exp $ +# $NetBSD: Makefile,v 1.31 2009/10/11 11:24:38 sno Exp $ # -DISTNAME= XML-LibXML-1.69 +DISTNAME= XML-LibXML-1.70 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xlx CATEGORIES= textproc perl5 @@ -10,12 +10,15 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-LibXML/ COMMENT= Perl interface to the libxml2 library +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX DEPENDS+= p5-XML-NamespaceSupport>=1.07:../../textproc/p5-XML-NamespaceSupport -DEPENDS+= p5-XML-LibXML-Common>=0.13:../../textproc/p5-XML-LibXML-Common + +SUPERSEDES= p5-XML-LibXML-Common<=0.13nb7 +CONFLICTS+= p5-XML-LibXML-Common-[0-9]* # since version 1.61 the XML::LibXML Perl module # includes XML::LibXML::XPathContext module diff --git a/textproc/p5-XML-LibXML/distinfo b/textproc/p5-XML-LibXML/distinfo index 98ff85105ca..f11802a1b78 100644 --- a/textproc/p5-XML-LibXML/distinfo +++ b/textproc/p5-XML-LibXML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2008/11/22 00:41:19 he Exp $ +$NetBSD: distinfo,v 1.16 2009/10/11 11:24:38 sno Exp $ -SHA1 (XML-LibXML-1.69.tar.gz) = a8590ada6463e3b1de5699f7b8a14b564437a213 -RMD160 (XML-LibXML-1.69.tar.gz) = 1ba9e5d63431ae11031fca18e28da5f04fe25f23 -Size (XML-LibXML-1.69.tar.gz) = 312095 bytes +SHA1 (XML-LibXML-1.70.tar.gz) = c3400e61282e08e84ab16d5d8cc4557aa5bf3984 +RMD160 (XML-LibXML-1.70.tar.gz) = cc9cc88a10e6652ec9cedd7904ef84dc057170e3 +Size (XML-LibXML-1.70.tar.gz) = 339682 bytes |