Wed Jul 16 09:00:51 2014 UTC ()
Update to 3.48

Upstream changes:
3.48 - 2014-03-30 - minor maintenance release

- fixed tests

3.47 - 2014-03-27 - minor maintenance release

- fixed: missing entities when parsing HTML
  RT #93604 https://rt.cpan.org/Public/Bug/Display.html?id=93604

- fixed: tests failed when using a version of HTML::TreeBuilder with a non-numeric version

- fixed in twig_handlers, '=' in regexps on attributes are turned into 'eq'
  RT #94295 https://rt.cpan.org/Public/Bug/Display.html?id=94295

3.46 - 2014-03-05 - minor maintenance release

- fixed: test failed on Windows

3.45 - 2014-02-27 - minor maintenance release

- fixed: link to idented_a format description
  RT #85400 https://rt.cpan.org/Public/Bug/Display.html?id=85400
  fixed by Martin McGrath

- fixed: code that gave a warning in 5.19.9

- fixed: RT #86651 https://rt.cpan.org/Ticket/Display.html?id=86773
  xml_pp, quote not escaped in attribute values

- fixed various typos in docs RT#87660
  thanks to David Steinbrunner

- fixed: RT #86773 https://rt.cpan.org/Ticket/Display.html?id=86773
  CDATA sections in HTML were not properly escaped when using the
  (default) HTML::TreeBuilder conversion
  spotted by Marco Pessotto

- fixed: RT #85933 https://rt.cpan.org/Ticket/Display.html?id=85933
  quotes in attributes were not properly escaped
  dpotted by Arun Lakhana

- added: docs for tools and safe_print_to_file

- added: support for XPath variables
  thanks to Nathan Glenn for the initial implementation

- updated: Changes to conform to CPAN::Changes + test


(wen)
diff -r1.28 -r1.29 pkgsrc/textproc/p5-XML-Twig/Makefile
diff -r1.14 -r1.15 pkgsrc/textproc/p5-XML-Twig/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/textproc/p5-XML-Twig/Makefile (switch to unified diff)

--- pkgsrc/textproc/p5-XML-Twig/Makefile 2014/05/29 23:37:48 1.28
+++ pkgsrc/textproc/p5-XML-Twig/Makefile 2014/07/16 09:00:51 1.29
@@ -1,42 +1,41 @@ @@ -1,42 +1,41 @@
1# $NetBSD: Makefile,v 1.28 2014/05/29 23:37:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2014/07/16 09:00:51 wen Exp $
2# 2#
3 3
4DISTNAME= XML-Twig-3.44 4DISTNAME= XML-Twig-3.48
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
20#DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree 19#DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
21#DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy 20#DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
22#DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod 21#DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
23#DEPENDS+= p5-Test-Pod-Coverage>=1.0:../../devel/p5-Test-Pod-Coverage 22#DEPENDS+= p5-Test-Pod-Coverage>=1.0:../../devel/p5-Test-Pod-Coverage
24#DEPENDS+= p5-Text-Iconv-[0-9]*:../../converters/p5-Text-Iconv 23#DEPENDS+= p5-Text-Iconv-[0-9]*:../../converters/p5-Text-Iconv
25#DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash 24#DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
26#DEPENDS+= p5-Unicode-Map8-[0-9]*:../../converters/p5-Unicode-Map8 25#DEPENDS+= p5-Unicode-Map8-[0-9]*:../../converters/p5-Unicode-Map8
27#DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String 26#DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
28#DEPENDS+= p5-XML-Filter-BufferText-[0-9]*:../../textproc/p5-XML-Filter-BufferText 27#DEPENDS+= p5-XML-Filter-BufferText-[0-9]*:../../textproc/p5-XML-Filter-BufferText
29#DEPENDS+= p5-XML-Handler-YAWriter-[0-9]*:../../textproc/p5-XML-Handler-YAWriter 28#DEPENDS+= p5-XML-Handler-YAWriter-[0-9]*:../../textproc/p5-XML-Handler-YAWriter
30#DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer 29#DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer
31#DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple 30#DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
32#DEPENDS+= p5-XML-XPath-[0-9]*:../../textproc/p5-XML-XPath 31#DEPENDS+= p5-XML-XPath-[0-9]*:../../textproc/p5-XML-XPath
33#DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML 32#DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
34#DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 33#DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
35 34
36PKG_INSTALLATION_TYPES= overwrite pkgviews 35PKG_INSTALLATION_TYPES= overwrite pkgviews
37 36
38PERL5_PACKLIST= auto/XML/Twig/.packlist 37PERL5_PACKLIST= auto/XML/Twig/.packlist
39MAKE_ENV+= PERL_MM_USE_DEFAULT=1 38MAKE_ENV+= PERL_MM_USE_DEFAULT=1
40 39
41.include "../../lang/perl5/module.mk" 40.include "../../lang/perl5/module.mk"
42.include "../../mk/bsd.pkg.mk" 41.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/textproc/p5-XML-Twig/distinfo (switch to unified diff)

--- pkgsrc/textproc/p5-XML-Twig/distinfo 2013/10/13 04:38:06 1.14
+++ pkgsrc/textproc/p5-XML-Twig/distinfo 2014/07/16 09:00:51 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2013/10/13 04:38:06 wen Exp $ 1$NetBSD: distinfo,v 1.15 2014/07/16 09:00:51 wen Exp $
2 2
3SHA1 (XML-Twig-3.44.tar.gz) = 76760e94f799bbeed40de17e72420f8837dc4c73 3SHA1 (XML-Twig-3.48.tar.gz) = 55801d6c88f76403dd30bf503691f241a335d176
4RMD160 (XML-Twig-3.44.tar.gz) = 82e7fe035e9729f932658af3de78bec8a1af70e5 4RMD160 (XML-Twig-3.48.tar.gz) = 66ac5fb05b53b97e7782f4d3da33909b085027a7
5Size (XML-Twig-3.44.tar.gz) = 390219 bytes 5Size (XML-Twig-3.48.tar.gz) = 401255 bytes