diff options
author | shell <shell@pkgsrc.org> | 2002-06-03 13:18:05 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-06-03 13:18:05 +0000 |
commit | d58e797b2f126b68bed733471c78cbdbfe9f35f4 (patch) | |
tree | dda1a695c82bc5a97ba70d11763b6ed2b97baec6 /textproc | |
parent | 2e6fefe5b69693dee4a88ee8f80b1547ccdeb2cd (diff) | |
download | pkgsrc-d58e797b2f126b68bed733471c78cbdbfe9f35f4.tar.gz |
Updated p5-XML-NamespaceSupport, from 1.04 to 1.07.
Changes since 1.04 :
- added undeclare_prefix() thanks to Christian Glahn.
- CPAN problem, had to change the version
- added a number of rather good speedups by converting a lot of
the code to use arrays instead of hashes. More of the same kind
of tuning is expected for the next version.
- fixed another bug, again thanks to Grant McLean, due to which
declarePrefix() was not functionning according to the spec (it
failed to set a random prefix when the prefix was undef).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-NamespaceSupport/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-NamespaceSupport/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/p5-XML-NamespaceSupport/Makefile b/textproc/p5-XML-NamespaceSupport/Makefile index 8542c15c800..4a1abbd7d9b 100644 --- a/textproc/p5-XML-NamespaceSupport/Makefile +++ b/textproc/p5-XML-NamespaceSupport/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/30 22:03:34 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/03 13:18:05 shell Exp $ -DISTNAME= XML-NamespaceSupport-1.04 +DISTNAME= XML-NamespaceSupport-1.07 PKGNAME= p5-${DISTNAME} -#SVR4_PKGNAME= CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-NamespaceSupport/distinfo b/textproc/p5-XML-NamespaceSupport/distinfo index 3cc56630c44..34d44bbbdb7 100644 --- a/textproc/p5-XML-NamespaceSupport/distinfo +++ b/textproc/p5-XML-NamespaceSupport/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/01/30 22:03:34 mjl Exp $ +$NetBSD: distinfo,v 1.2 2002/06/03 13:18:05 shell Exp $ -SHA1 (XML-NamespaceSupport-1.04.tar.gz) = 1c24e51f4ef9eaf15db42c5c8ab0f3ad7e4953f7 -Size (XML-NamespaceSupport-1.04.tar.gz) = 6606 bytes +SHA1 (XML-NamespaceSupport-1.07.tar.gz) = 469a5d148cf7f40bd78e2692976bb980dee9f7f8 +Size (XML-NamespaceSupport-1.07.tar.gz) = 7466 bytes |