Fri Aug 17 15:40:16 2012 UTC ()
Update to 3.23
Upstream changes:
2012-08-14   David E. Wheeler <david@justatheory.org>
	* Release 3.23

	Eliminated nested elements in table of contents (index) items
	output of Pod::Simple::XHTML. This was especially problematic for
	headers that included links, as the TOC then got nested anchor
	elements, which simply would not work. Thanks to Ben Bullock for
	the report and test case (RT #77686).

	Fixed semantically invalid nested XHTML generated by
	Pod::Simple::XHTML since v3.21. Gisle Aas.

	Improved support for nested "C< >" tags in Pod::Simple::XHTML.
	Gisle Aas.

	No longer tries to decode a string with the "utf8" flag set, as
	the double-decoding only triggered an error. Grant McLean.

	Added documentation note that the API expects encoded text
	(octets). Grant McLean.

	Added "parse_characters()" option to specify that strings to are
	already decoded from octets into characters. Grant McLean.


(wen)
diff -r1.25 -r1.26 pkgsrc/textproc/p5-Pod-Simple/Makefile
diff -r1.15 -r1.16 pkgsrc/textproc/p5-Pod-Simple/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/textproc/p5-Pod-Simple/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Pod-Simple/Attic/Makefile 2012/07/06 12:59:37 1.25
+++ pkgsrc/textproc/p5-Pod-Simple/Attic/Makefile 2012/08/17 15:40:16 1.26
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.25 2012/07/06 12:59:37 sno Exp $ 1# $NetBSD: Makefile,v 1.26 2012/08/17 15:40:16 wen Exp $
2 2
3DISTNAME= Pod-Simple-3.22 3DISTNAME= Pod-Simple-3.23
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Pod-Simple/ 9HOMEPAGE= http://search.cpan.org/dist/Pod-Simple/
10COMMENT= Simple framework for parsing Pod 10COMMENT= Simple framework for parsing Pod
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Pod-Escapes>=1.04:../../textproc/p5-Pod-Escapes 13DEPENDS+= p5-Pod-Escapes>=1.04:../../textproc/p5-Pod-Escapes
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir

cvs diff -r1.15 -r1.16 pkgsrc/textproc/p5-Pod-Simple/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Pod-Simple/Attic/distinfo 2012/07/06 12:59:37 1.15
+++ pkgsrc/textproc/p5-Pod-Simple/Attic/distinfo 2012/08/17 15:40:16 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2012/07/06 12:59:37 sno Exp $ 1$NetBSD: distinfo,v 1.16 2012/08/17 15:40:16 wen Exp $
2 2
3SHA1 (Pod-Simple-3.22.tar.gz) = cd91aca3ba335fdc57e19ec47c859dc348dd59a4 3SHA1 (Pod-Simple-3.23.tar.gz) = 3ba7ac7a1df595bb9e9d2d41faad3f3cd6a6f20f
4RMD160 (Pod-Simple-3.22.tar.gz) = 21fa09705ee0c85d1b1c604ac1b3961b13e4d043 4RMD160 (Pod-Simple-3.23.tar.gz) = 85833ce3ea84f518275f5042212de39924d4c13c
5Size (Pod-Simple-3.22.tar.gz) = 238089 bytes 5Size (Pod-Simple-3.23.tar.gz) = 239245 bytes