diff options
author | recht <recht> | 2004-07-20 21:32:01 +0000 |
---|---|---|
committer | recht <recht> | 2004-07-20 21:32:01 +0000 |
commit | 0773dadc6ea0dbd75633a1599ff885694d74ed73 (patch) | |
tree | 5d10c24642c849d0257c05988434d74640221494 /textproc | |
parent | c53ad5ba362471e487eb58a226206ec7213e1147 (diff) | |
download | pkgsrc-0773dadc6ea0dbd75633a1599ff885694d74ed73.tar.gz |
update to XML-Parser 2.34
ok'd by bad@
changes:
(none given for 2.34..)
2.33
- Fixed Tree style (grantm)
- Fixed some non-utf8 stuff in DTDs (patch in XML::DOM tarball)
2.32
- Memory leak fix (Juerd Waalboer).
- Added windows-1252 encoding
- Styles moved to separate .pm files to make loading faster and
ease maintainence
- Don't load IO::Handle unless we really need to
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Parser/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Parser/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile index cb73b84f8c7..61adcb5a879 100644 --- a/textproc/p5-XML-Parser/Makefile +++ b/textproc/p5-XML-Parser/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2004/03/31 07:54:50 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2004/07/20 21:32:01 recht Exp $ # -DISTNAME= XML-Parser-2.31 +DISTNAME= XML-Parser-2.34 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5xpa CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Parser/distinfo b/textproc/p5-XML-Parser/distinfo index 31f21206bef..5fa12d15f40 100644 --- a/textproc/p5-XML-Parser/distinfo +++ b/textproc/p5-XML-Parser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2002/08/20 14:57:45 wiz Exp $ +$NetBSD: distinfo,v 1.6 2004/07/20 21:32:01 recht Exp $ -SHA1 (XML-Parser-2.31.tar.gz) = f5d5a888c936fc124babd111062fa93f81d269b3 -Size (XML-Parser-2.31.tar.gz) = 255106 bytes +SHA1 (XML-Parser-2.34.tar.gz) = 253cb641057d929616622408de5a572ab37a8df9 +Size (XML-Parser-2.34.tar.gz) = 229689 bytes SHA1 (patch-aa) = f8f863d1016547d4f7e177a6d2b7d63089c5a403 |