summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Simple
diff options
context:
space:
mode:
authormjl <mjl>2003-05-24 09:26:56 +0000
committermjl <mjl>2003-05-24 09:26:56 +0000
commit2b52c27cba5aeaee9cac9551e3ff25c090ecd25a (patch)
treec8d1a294a81a00c49eb9588f96c2f0dc8ded16ed /textproc/p5-XML-Simple
parent81b4be614d8d9078d78d5e4a5c28ba5c19dda2f9 (diff)
downloadpkgsrc-2b52c27cba5aeaee9cac9551e3ff25c090ecd25a.tar.gz
Update p5-XML-Simple to 2.07
- added test to catch old versions of Storable which lack locking support - removed new-style loop which broke on 5.005_03 - suppress more uninitialised variable warnings - fixed strict mode requiring ForceArray on output - fixed warnings about uninitialised values - fixed warnings when NormaliseSpace undefined - added support for specifying ForceArray using regular expressions - added check to escape_value to guard against undefined argument - added NoIndent option - integrated a patch + new facility for removing extra levels of indirection (using the new 'GroupTags' option) + new facility for rolling the dreaded 'content' hash up into a scalar if there are no keys left after array folding (using the '-' prefix mode on the ContentKey option) + new facility for doing variable substitution in the XML; variables can be defined in Perl (using the new 'Variables' option) or in the XML document (using the new 'VarAttr' option) - added 'NormaliseSpace' option for tidying up hash keys and other text content if required - option names are now case-insensitive and can include underscores - XMLin() and XMLout() are now aliased to xml_in() and xml_out() when called as methods or imported explicitly - option names passed to XML::Simple->new() are now validated
Diffstat (limited to 'textproc/p5-XML-Simple')
-rw-r--r--textproc/p5-XML-Simple/Makefile6
-rw-r--r--textproc/p5-XML-Simple/distinfo6
2 files changed, 7 insertions, 5 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile
index 640ff8a0eca..7c26501e552 100644
--- a/textproc/p5-XML-Simple/Makefile
+++ b/textproc/p5-XML-Simple/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/01/31 11:07:05 shell Exp $
+# $NetBSD: Makefile,v 1.4 2003/05/24 09:26:56 mjl Exp $
#
-DISTNAME= XML-Simple-2.03
+DISTNAME= XML-Simple-2.07
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xsi
CATEGORIES= textproc perl5
@@ -12,7 +12,9 @@ COMMENT= Easy Perl API to read/write XML
DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+DEPENDS+= p5-XML-NamespaceSupport-[0-9]*:../../textproc/p5-XML-NamespaceSupport
DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable
+DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Simple/.packlist
diff --git a/textproc/p5-XML-Simple/distinfo b/textproc/p5-XML-Simple/distinfo
index 66816418d1d..b591ea6718c 100644
--- a/textproc/p5-XML-Simple/distinfo
+++ b/textproc/p5-XML-Simple/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/01/31 11:07:05 shell Exp $
+$NetBSD: distinfo,v 1.3 2003/05/24 09:26:56 mjl Exp $
-SHA1 (XML-Simple-2.03.tar.gz) = ee95d0461fc9940bc37bd55df37ef5045db21018
-Size (XML-Simple-2.03.tar.gz) = 51815 bytes
+SHA1 (XML-Simple-2.07.tar.gz) = 89960da1feca860294779338a1fb3fda7244c9c2
+Size (XML-Simple-2.07.tar.gz) = 59575 bytes