pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Writer Update to 0.530:
details: https://anonhg.NetBSD.org/pkgsrc/rev/962fb74e7b43
branches: trunk
changeset: 489315:962fb74e7b43
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 19 19:40:56 2005 +0000
description:
Update to 0.530:
0.530 Tue Feb 1 13:09:31 GMT 2005
- Allow scalar references for the OUTPUT parameter, inspired by
Simon Oliver's XML::Writer::String (patch from Yanick Champoux)
- Added ENCODING parameter; currently only UTF-8 is supported
- Escape newlines in attribute values
0.520 Wed Sep 1 16:18:46 BST 2004
- Fixed bug with forced declaration of the default namespace (#7266)
- Removed dead code. Added copyright notices to pod.
- Improved test coverage
0.510 Tue May 25 19:46:04 BST 2004
- Permitted in-document namespace prefix control
- Don't reopen STDOUT for output (closes #6232)
- Moved tests into t/. Added tests for mid-document namespace changes.
Show diffs when comparison tests fail
diffstat:
textproc/p5-XML-Writer/Makefile | 5 ++---
textproc/p5-XML-Writer/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r a0073d49eeb4 -r 962fb74e7b43 textproc/p5-XML-Writer/Makefile
--- a/textproc/p5-XML-Writer/Makefile Sat Feb 19 19:32:53 2005 +0000
+++ b/textproc/p5-XML-Writer/Makefile Sat Feb 19 19:40:56 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:11 grant Exp $
+# $NetBSD: Makefile,v 1.10 2005/02/19 19:40:56 wiz Exp $
#
-DISTNAME= XML-Writer-0.500
+DISTNAME= XML-Writer-0.530
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xwr
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
diff -r a0073d49eeb4 -r 962fb74e7b43 textproc/p5-XML-Writer/distinfo
--- a/textproc/p5-XML-Writer/distinfo Sat Feb 19 19:32:53 2005 +0000
+++ b/textproc/p5-XML-Writer/distinfo Sat Feb 19 19:40:56 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/03/29 01:39:45 minskim Exp $
+$NetBSD: distinfo,v 1.3 2005/02/19 19:40:56 wiz Exp $
-SHA1 (XML-Writer-0.500.tar.gz) = 790fd9a411cb857525cce8f94cd9b2dcc5f0a4c1
-Size (XML-Writer-0.500.tar.gz) = 17251 bytes
+SHA1 (XML-Writer-0.530.tar.gz) = 15761e299e36e0eb57a62b8f5fc27a3006fea7d6
+Size (XML-Writer-0.530.tar.gz) = 19725 bytes
Home |
Main Index |
Thread Index |
Old Index