summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2010-12-17 23:09:27 +0000
committerrhaen <rhaen@pkgsrc.org>2010-12-17 23:09:27 +0000
commit61804eeb3ec796c363f19cef8e6b0b1233923b5f (patch)
treede63fd56587220c791f9fabcb79329063d5abd5c /textproc
parentaa45649aad00358f1edcf604cff36c156c6402e8 (diff)
downloadpkgsrc-61804eeb3ec796c363f19cef8e6b0b1233923b5f.tar.gz
- updated to 3.37
Changelog: version 3.37 date: 2010-10-08 # minor maintenance release fixed: more tests fixed for HTML::TreeBuilder, hopefully will pass now version 3.36 date: 2010-10-07 # minor maintenance release added: the use_tidy option to XML::Twig->new, which uses HTML::Tidy to convert HTML to well-formed XHTML, as an alternative to the default conversion which uses HTML::TreeBuilder added: XML::Twig::Elt method siblings which returns the siblings of the element added: methods att_accessors, elt_accessors and field_accessor as well as the similarly named options when creating an XML::Twig added: set_outer_xml XML::Twig::Elt method added: print_to_file on an XML::Twig::Elt added: can use the tag[nested] form in twig handlers that triggers on elements 'tag' that include a child 'nested' added: aliased the add_to_class XML::Twig::Elt method to add_class, which seems more natural added: the remove_class method added: made att and class lvalues (in perl 5.6 and up) fixed: copy did not copy the empty status of an element RT#31664 spotted by Roland Minner https://rt.cpan.org/Ticket/Display.html?id=31664 fixed: cut_children would always set the empty status of an element, even if it had children left fixed: tests did not pass with HTML::TreeBuilder 3.23_1 due to a change in an error message
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-Twig/Makefile5
-rw-r--r--textproc/p5-XML-Twig/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile
index 63bcf608cb5..8dcac6e30f3 100644
--- a/textproc/p5-XML-Twig/Makefile
+++ b/textproc/p5-XML-Twig/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2010/08/21 16:36:17 seb Exp $
+# $NetBSD: Makefile,v 1.20 2010/12/17 23:09:27 rhaen Exp $
#
-DISTNAME= XML-Twig-3.35
+DISTNAME= XML-Twig-3.37
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5xtw
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
diff --git a/textproc/p5-XML-Twig/distinfo b/textproc/p5-XML-Twig/distinfo
index 698cba2b78f..2082cc88cfd 100644
--- a/textproc/p5-XML-Twig/distinfo
+++ b/textproc/p5-XML-Twig/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2010/07/31 12:15:43 sno Exp $
+$NetBSD: distinfo,v 1.11 2010/12/17 23:09:27 rhaen Exp $
-SHA1 (XML-Twig-3.35.tar.gz) = aa6dd3fc6ef01b0dfad045b94ec398324ad50701
-RMD160 (XML-Twig-3.35.tar.gz) = f340fc1439288378e9bdb17defd65cc8a5b6ceb5
-Size (XML-Twig-3.35.tar.gz) = 357914 bytes
+SHA1 (XML-Twig-3.37.tar.gz) = 12a7ba9e20fa21ea5794548972174e4daa1f53ad
+RMD160 (XML-Twig-3.37.tar.gz) = cbde045846b4e7b54feb62148fd8f5771e59e2ce
+Size (XML-Twig-3.37.tar.gz) = 368237 bytes