diff options
author | obache <obache> | 2006-11-07 13:49:18 +0000 |
---|---|---|
committer | obache <obache> | 2006-11-07 13:49:18 +0000 |
commit | 023765c3d9563d930ed22474ec830361eda5882f (patch) | |
tree | 0b0d0521e4a3bc8fb676a9674bd830411d0de71e /textproc/p5-XML-Writer | |
parent | 6435e705b85cb25587300938114d231a72318216 (diff) | |
download | pkgsrc-023765c3d9563d930ed22474ec830361eda5882f.tar.gz |
Update p5-XML-Writer to 0.601.
Changes:
0.601 Fri Sep 1 15:01:45 BST 2006 <joe@kafsemo.org>
- Don't modify list references passed as tag or attribute names
(cpan #14854).
0.600 Thu Jun 30 23:17:00 BST 2005 <joe@kafsemo.org>
- Don't include an encoding in the XML declaration unless one
is specified.
- Check for, and croak on, invalid characters (including ASCII NUL).
- Fixed 'ancestor' with out-of-bounds indexes.
0.545 Mon May 16 08:11:17 BST 2005 <joe@kafsemo.org>
- Format comments like elements when in data mode.
- Only attempt Unicode tests for Perl >= 5.8.1.
0.540 Tue May 10 18:18:58 BST 2005 <joe@kafsemo.org>
- Don't die when ENCODING is specified with a scalar OUTPUT.
- Add support for US-ASCII encoding.
0.531 Mon Mar 14 22:11:33 GMT 2005 <joe@kafsemo.org>
- Rename internal String package to avoid clash with external modules.
- Fix Unicode test skipping for Perls before 5.8.
Diffstat (limited to 'textproc/p5-XML-Writer')
-rw-r--r-- | textproc/p5-XML-Writer/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Writer/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile index 8f08c2841ec..e0d162b1af2 100644 --- a/textproc/p5-XML-Writer/Makefile +++ b/textproc/p5-XML-Writer/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/11/07 13:49:18 obache Exp $ # -DISTNAME= XML-Writer-0.530 +DISTNAME= XML-Writer-0.601 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xwr -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Writer/distinfo b/textproc/p5-XML-Writer/distinfo index 760eb5c6dc2..2fc4d90e02d 100644 --- a/textproc/p5-XML-Writer/distinfo +++ b/textproc/p5-XML-Writer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 14:48:47 agc Exp $ +$NetBSD: distinfo,v 1.5 2006/11/07 13:49:18 obache Exp $ -SHA1 (XML-Writer-0.530.tar.gz) = 15761e299e36e0eb57a62b8f5fc27a3006fea7d6 -RMD160 (XML-Writer-0.530.tar.gz) = 682354a7de8b93e13c528523503675ce7ff548c4 -Size (XML-Writer-0.530.tar.gz) = 19725 bytes +SHA1 (XML-Writer-0.601.tar.gz) = 4b8f6b255f8d61097d86be98bad5e16e1fd46b38 +RMD160 (XML-Writer-0.601.tar.gz) = 5ea425758781a0adba4c19cb85be040bca5faf88 +Size (XML-Writer-0.601.tar.gz) = 22456 bytes |