summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Simple
diff options
context:
space:
mode:
authorshell <shell@pkgsrc.org>2003-01-31 11:07:05 +0000
committershell <shell@pkgsrc.org>2003-01-31 11:07:05 +0000
commit209bb3036c0e186b0d00917b14e8fa9c9770592a (patch)
tree52410e6e392f2a24051315b79d6c7a21b3bfbaa2 /textproc/p5-XML-Simple
parentaca9605f4f9c56c8588e027b90c42102a45105fe (diff)
downloadpkgsrc-209bb3036c0e186b0d00917b14e8fa9c9770592a.tar.gz
Updated to p5-XML-Simple-2.03
Changes : - fixed circular reference check which was incorrectly catching 'parallel' references (patch from Theo Lengyel) - changed Storable calls to use locking (reported by Randal Schwarz) - fixed bug whereby :strict mode required forcearray on XMLout() (reported by Ville Skytta) - first production release with SAX support - added support for 'strict mode' using :strict import tag - removed locking code (as it was incompatible with iThreads) - integrated patch for test failures from Sean Campbell - fixed stringification of references during folding (reported by Trond Michelsen) - fixed incompatability with Tie::IxHash (reported by Venkataramana Mokkapati) - PODs updated * for changes before v2.00, see ChangeLog
Diffstat (limited to 'textproc/p5-XML-Simple')
-rw-r--r--textproc/p5-XML-Simple/DESCR4
-rw-r--r--textproc/p5-XML-Simple/Makefile6
-rw-r--r--textproc/p5-XML-Simple/distinfo6
3 files changed, 9 insertions, 7 deletions
diff --git a/textproc/p5-XML-Simple/DESCR b/textproc/p5-XML-Simple/DESCR
index 4cac4203010..88964f11092 100644
--- a/textproc/p5-XML-Simple/DESCR
+++ b/textproc/p5-XML-Simple/DESCR
@@ -1,2 +1,2 @@
-This Perl module provides an easy API to read and write XML (especially
-configuration files).
+This Perl module provides an easy API to read and write XML
+(especially configuration files).
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile
index 76461cb1c97..640ff8a0eca 100644
--- a/textproc/p5-XML-Simple/Makefile
+++ b/textproc/p5-XML-Simple/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2002/10/20 17:46:03 seb Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/31 11:07:05 shell Exp $
#
-DISTNAME= XML-Simple-1.08
+DISTNAME= XML-Simple-2.03
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xsi
CATEGORIES= textproc perl5
@@ -10,7 +10,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= packages@netbsd.org
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-Storable-[0-9]*:../../devel/p5-Storable
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 da4d382cd4d..66816418d1d 100644
--- a/textproc/p5-XML-Simple/distinfo
+++ b/textproc/p5-XML-Simple/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/08/22 06:34:58 cjep Exp $
+$NetBSD: distinfo,v 1.2 2003/01/31 11:07:05 shell Exp $
-SHA1 (XML-Simple-1.08.tar.gz) = 472b7dff16fd35a7a928c7d0e4c2311c0de886e0
-Size (XML-Simple-1.08.tar.gz) = 35769 bytes
+SHA1 (XML-Simple-2.03.tar.gz) = ee95d0461fc9940bc37bd55df37ef5045db21018
+Size (XML-Simple-2.03.tar.gz) = 51815 bytes