Wed Jan 23 10:33:32 2013 UTC ()
- updated to 3.42

CHANGES

version 3.42
date: 2012-11-06
# minor maintenance release
fixed: bug, elements created with XML::Twig::Elt->parse were
       garbage collected too early,
       see http://stackoverflow.com/questions/13263193/xmltwig-changes-erased
added: some tests

version 3.41
date 2012-08-08
# minor maintenance release
fixed: META.json generation

version 3.40
date: 2012-05-10
# minor maintenance release
added: support for alternations ('|') at the top level of handler
       triggers and navigation
       you can now have twig_handlers => { 't1|t2' => \&handler }
       and $elt->children( 't1|t2')
added: the discard_all_spaces option that discards more aggressively
       non-significant white spaces
       see RT #71164 https://rt.cpan.org/Ticket/Display.html?id=71164
fixed: used $[ instead of $] in 3 tests,
       see RT#72765 https://rt.cpan.org/Ticket/Display.html?id=72765
       reported by Kevin Ryde
fixed: did not use Text::Wrap with indented_c
       see RT #71375 https://rt.cpan.org/Ticket/Display.html?id=71375
       reported and patch provided by Martin Stræ—¦mberg
fixed: doc change for XML::Twig::Elt flush, see RT #72279
       https://rt.cpan.org/Ticket/Display.html?id=72279
fixed: replaced HTML::TreeBuilder::as_XML with am XML::Twig specific
       version, to avoid bugs in the original version and improve
       stability of the output


(rhaen)
diff -r1.24 -r1.25 pkgsrc/textproc/p5-XML-Twig/Makefile
diff -r1.12 -r1.13 pkgsrc/textproc/p5-XML-Twig/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/textproc/p5-XML-Twig/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-Twig/Makefile 2012/10/25 06:56:41 1.24
+++ pkgsrc/textproc/p5-XML-Twig/Makefile 2013/01/23 10:33:32 1.25
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.24 2012/10/25 06:56:41 asau Exp $ 1# $NetBSD: Makefile,v 1.25 2013/01/23 10:33:32 rhaen Exp $
2# 2#
3 3
4DISTNAME= XML-Twig-3.39 4DISTNAME= XML-Twig-3.42
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5xtw 6SVR4_PKGNAME= p5xtw
8CATEGORIES= textproc perl5 7CATEGORIES= textproc perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
10 9
11MAINTAINER= rhaen@NetBSD.org 10MAINTAINER= rhaen@NetBSD.org
12HOMEPAGE= http://www.xmltwig.com/ 11HOMEPAGE= http://www.xmltwig.com/
13COMMENT= Efficient XML document interface 12COMMENT= Efficient XML document interface
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser 15DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
17 16
18# The modules listed below are required for testing purposes only 17# The modules listed below are required for testing purposes only
19# they are not required for building the package 18# they are not required for building the package

cvs diff -r1.12 -r1.13 pkgsrc/textproc/p5-XML-Twig/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-Twig/distinfo 2012/01/26 13:05:56 1.12
+++ pkgsrc/textproc/p5-XML-Twig/distinfo 2013/01/23 10:33:32 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2012/01/26 13:05:56 rhaen Exp $ 1$NetBSD: distinfo,v 1.13 2013/01/23 10:33:32 rhaen Exp $
2 2
3SHA1 (XML-Twig-3.39.tar.gz) = 5c35d26823285d844a07f012f68e38460dad554d 3SHA1 (XML-Twig-3.42.tar.gz) = ec1577a3f8a89f7229f05e2a87bfb753d08f9af6
4RMD160 (XML-Twig-3.39.tar.gz) = 0954a2a9630e594e731d6d0d78a70c605885c174 4RMD160 (XML-Twig-3.42.tar.gz) = 37bf3911dff3dd66827d309f93facf15249749db
5Size (XML-Twig-3.39.tar.gz) = 369305 bytes 5Size (XML-Twig-3.42.tar.gz) = 388699 bytes