diff options
author | bad <bad@pkgsrc.org> | 2004-07-19 10:43:01 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2004-07-19 10:43:01 +0000 |
commit | 48ee82be71f30d054ed966604a9eab8ad641f4a6 (patch) | |
tree | ec052966cfd18f94f1cffe6c7bfff3990ffc7ac9 /textproc/p5-XML-Simple | |
parent | 93e91906f1b19aaf024e2dbd4cbc1fcd73d3f6eb (diff) | |
download | pkgsrc-48ee82be71f30d054ed966604a9eab8ad641f4a6.tar.gz |
Update p5-XML-Simple to 2.12. Distfile for 2.07 has vanished from the mirrors.
Relevant changes since 2.07:
- added NumericEscape option
- added ValueAttr option (patch from Anton Berezin)
- suppress 'wide character in print' warning (reported by Dawei Lin)
- Added AttrIndent option (patch from Volker Moell)
- Hash keys are now sorted alphabetically by default; enable the
new NoSort option if you don't want this (patch from Volker Moell)
- Fixed bug where disabling array folding broke anonymous array handling
- Fixed bug when unfolding a tied hash
- SuppressEmpty patch from Douglas Wilson
- POD update re XMLin(XMLout($data)) caveats (bug report from Slaven
Rezic)
- fixed hash ordering assumption in test script (reported by Michel
Rodriguez)
- fixed variable expansion not happening in attributes (patch from Paul
Bussé)
Diffstat (limited to 'textproc/p5-XML-Simple')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 03651037527..b73bc1288fa 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/01/05 22:16:25 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2004/07/19 10:43:01 bad Exp $ # -DISTNAME= XML-Simple-2.07 +DISTNAME= XML-Simple-2.12 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xsi CATEGORIES= textproc perl5 diff --git a/textproc/p5-XML-Simple/distinfo b/textproc/p5-XML-Simple/distinfo index b591ea6718c..504dbfa1477 100644 --- a/textproc/p5-XML-Simple/distinfo +++ b/textproc/p5-XML-Simple/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/05/24 09:26:56 mjl Exp $ +$NetBSD: distinfo,v 1.4 2004/07/19 10:43:01 bad Exp $ -SHA1 (XML-Simple-2.07.tar.gz) = 89960da1feca860294779338a1fb3fda7244c9c2 -Size (XML-Simple-2.07.tar.gz) = 59575 bytes +SHA1 (XML-Simple-2.12.tar.gz) = 277d0f37e36140b8d11f48df94a2bd1ac436ea21 +Size (XML-Simple-2.12.tar.gz) = 65543 bytes |