diff options
author | he <he@pkgsrc.org> | 2008-08-11 14:59:49 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-11 14:59:49 +0000 |
commit | 512803bc287bd6f5363afe44373e36f2ad7990e7 (patch) | |
tree | e11a1aa4e78cfc3571bc39a2e41b4432f58ea024 /textproc | |
parent | 8f6d2f9f928a7605a410513d54a2eac874e0351f (diff) | |
download | pkgsrc-512803bc287bd6f5363afe44373e36f2ad7990e7.tar.gz |
Update from version 3.05 to 3.07. Changes:
2008-06-04 Allison Randal <allison@perl.org>
* Release 3.07
Fix module dependencies, make HTML::Entities optional and require
Test::More.
2008-06-03 Allison Randal <allison@perl.org>
* Release 3.06
Fix bugs related to passing $1 to File::Spec, reported by
Andrew Hamlin and John McNamara.
Applied a suggested fix from Kevin Ryde to return a successful exit
code when Pod::Simple::HTML is run from the command line.
Fix handling of complex L<URL> entries, thanks to tests
supplied in RT#4896.
Fix incorrect handling of S<> entries made up of entirely
whitespace, thanks to test case from Andreas Koenig.
Launch Pod::Simple::XHTML, an XHTML compliant, more easily extensible
HTML formatter.
Add feature to parse additional text after =begin target as a block
title, requested by Adam Kennedy.
Thanks to Hans Dieter Pearcey for applying patches, resolving bugs,
and generally getting ready for the release.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Simple/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-Simple/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile index cffa390b8a6..d4730812eed 100644 --- a/textproc/p5-Pod-Simple/Makefile +++ b/textproc/p5-Pod-Simple/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:48 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2008/08/11 14:59:49 he Exp $ -DISTNAME= Pod-Simple-3.05 +DISTNAME= Pod-Simple-3.07 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} diff --git a/textproc/p5-Pod-Simple/distinfo b/textproc/p5-Pod-Simple/distinfo index 02536992492..e3e7329a3f4 100644 --- a/textproc/p5-Pod-Simple/distinfo +++ b/textproc/p5-Pod-Simple/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2007/06/10 09:43:02 obache Exp $ +$NetBSD: distinfo,v 1.8 2008/08/11 14:59:49 he Exp $ -SHA1 (Pod-Simple-3.05.tar.gz) = 9157bbd763d8b25c91f916b6cd8eda5d4b6b62bf -RMD160 (Pod-Simple-3.05.tar.gz) = ca5158e521c2b41b38a908222cea9ec06ec8a213 -Size (Pod-Simple-3.05.tar.gz) = 233308 bytes +SHA1 (Pod-Simple-3.07.tar.gz) = 536638975323830cd25f28508e9ee4ad157444b5 +RMD160 (Pod-Simple-3.07.tar.gz) = 7aa02fadbed44e4b474a08b3a1e050ca64e68761 +Size (Pod-Simple-3.07.tar.gz) = 238988 bytes |