diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-12 12:41:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-12 12:41:34 +0000 |
commit | 8ad97e96ab226f7c9ef37ea2413c2800f5f392ef (patch) | |
tree | 067bafa5f40af1567df61d69aea75ed927a91f6d /textproc/p5-XML-Writer | |
parent | 543f1dbf90da30b5b9bdac81e3db170bcad186f2 (diff) | |
download | pkgsrc-8ad97e96ab226f7c9ef37ea2413c2800f5f392ef.tar.gz |
Update to 0.612:
0.612 Mon Aug 16 00:10:16 2010 +1000 <joe@kafsemo.org>
- Allow DATA_INDENT to specify arbitrary white space for
indentation. If it is numeric then use that many space
characters.
0.611 Thu Apr 22 13:09:12 BST 2010 <joe@kafsemo.org>
- Adopt rewritten license text to explicitly allow modification.
0.610 Mon Mar 29 02:29:32 BST 2010 <joe@kafsemo.org>
- Add a CHECK_PRINT constructor parameter to check the output print
success (#50465). It will croak when printing to output fails.
0.607 Mon Mar 22 14:46:26 GMT 2010 <joe@kafsemo.org>
- Address license confusion by reverting to the original
license, with contributor permission, and removing
unintentional references to the (more restrictive)
GPL/Artistic.
Diffstat (limited to 'textproc/p5-XML-Writer')
-rw-r--r-- | textproc/p5-XML-Writer/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-XML-Writer/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile index 6eca45336c3..9ea71d2c790 100644 --- a/textproc/p5-XML-Writer/Makefile +++ b/textproc/p5-XML-Writer/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2010/08/21 16:36:17 seb Exp $ +# $NetBSD: Makefile,v 1.21 2010/09/12 12:41:34 wiz Exp $ # -DISTNAME= XML-Writer-0.606 +DISTNAME= XML-Writer-0.612 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5xwr CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -11,6 +10,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://xml-writer-perl.berlios.de/ COMMENT= Perl module for writing XML documents +#LICENSE= ? +# Redistribution and use in source and compiled forms, with or without +# modification, are permitted under any circumstances. No warranty. PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/textproc/p5-XML-Writer/distinfo b/textproc/p5-XML-Writer/distinfo index 0f12684f123..eaa60c3d3e6 100644 --- a/textproc/p5-XML-Writer/distinfo +++ b/textproc/p5-XML-Writer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2008/12/11 15:57:22 rhaen Exp $ +$NetBSD: distinfo,v 1.9 2010/09/12 12:41:34 wiz Exp $ -SHA1 (XML-Writer-0.606.tar.gz) = 2b51487877a59a247c73164211783eddfb322fb3 -RMD160 (XML-Writer-0.606.tar.gz) = c83cbab5d06b6df1af030e093165a9556f8c952f -Size (XML-Writer-0.606.tar.gz) = 26418 bytes +SHA1 (XML-Writer-0.612.tar.gz) = 73a71255f8b931daa2a52dc1ec41ed5005d2ee11 +RMD160 (XML-Writer-0.612.tar.gz) = 5e58538056022d4876dff5acf2ee7fed3baa249b +Size (XML-Writer-0.612.tar.gz) = 26988 bytes |