Tue Dec 15 13:33:55 2009 UTC ()
Update to 3.11:

2009-12-09   David E. Wheeler <david@justatheory.org>
	* Release 3.11

	Restored code to HTMLBatch that allows the TOC (index) to be created
	in batch jobs (RT #52324 from Martin J. Evans).

	Added resources to META.yml, including bug tracker, license, and
	repository.

	Turned man page links into links to man.he.net in Pod::Simple::HTML
	and Pod::Simple::XHTML output. Subclass and override
	resolve_man_page_link() to use a different URL.

	Added the resolve_pod_page_link() and resolve_man_page_link() methods
	to Pod::Simple::XHTML to make it easier for subclasses to change the
	URLs created for POD and man page links.

	Fixed the output of entities in L<> tags by Pod::Simple::XHTML.

	Fixed the output of POD links from Pod::Simple::XHTML so that the
	section part (/foo) is turned into a proper fragment identfier (#foo)
	in the resulting search.cpan.org link.

	Pod::Simple::Text now outputs URLs for links created in the
	L<text|URL> format. For example, L<Perl|http://perl.org> is now
	output as "Perl <http://perl.org>" rather than just as "Perl".

	Updated perlpod.pod and perlpodspec.pod to sync up with Perl core
	(and to be released in Perl 5.12). Changes include:
	* Removing the prohibition against L<text|href>
	* Deprecation of L<section> and L<"section">
	* Legalization of "=begin formatname parameter"

	A couple of bug fixes in Pod::Simple::HTML from Graham Barr.

	Added the do_section() method to Pod::Simple::HTML. Graham Barr.

	Word-smithed the "DESCRIPTION" a bit and wrote the README.

	Synced up all module version numbers to 3.11 except for
	Pod::Simple::HTMLLegacy, which is at 5.01 and should not have its
	version number lowered.

2009-11-12   David E. Wheeler <david@justatheory.org>
	* Release 3.11

	Converted test files that had DOS endings to have Unix endings
	(RT #50922 from Steve Hay).

	Skip tests on VMS where the lack of filename case preservation can
	wreak havoc (RT #51184 from Craig A. Berry).

	Fix nested definition list format in the XHTML output
	(RT #51187 from Lars Dɪᴇᴄᴋᴏᴡ).

	Added some files missing from the MANIFEST (and therefore the
	distribution) in the last two releases.


(wiz)
diff -r1.18 -r1.19 pkgsrc/textproc/p5-Pod-Simple/Makefile
diff -r1.10 -r1.11 pkgsrc/textproc/p5-Pod-Simple/distinfo

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

--- pkgsrc/textproc/p5-Pod-Simple/Attic/Makefile 2009/11/05 19:42:14 1.18
+++ pkgsrc/textproc/p5-Pod-Simple/Attic/Makefile 2009/12/15 13:33:55 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2009/11/05 19:42:14 heinz Exp $ 1# $NetBSD: Makefile,v 1.19 2009/12/15 13:33:55 wiz Exp $
2 2
3DISTNAME= Pod-Simple-3.09 3DISTNAME= Pod-Simple-3.11
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.10 -r1.11 pkgsrc/textproc/p5-Pod-Simple/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Pod-Simple/Attic/distinfo 2009/11/05 19:42:14 1.10
+++ pkgsrc/textproc/p5-Pod-Simple/Attic/distinfo 2009/12/15 13:33:55 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2009/11/05 19:42:14 heinz Exp $ 1$NetBSD: distinfo,v 1.11 2009/12/15 13:33:55 wiz Exp $
2 2
3SHA1 (Pod-Simple-3.09.tar.gz) = 3777d2bc9c4ec13aeac0355815d71af94cc49b93 3SHA1 (Pod-Simple-3.11.tar.gz) = a75a351d9e6e3e81f62282fa9e8ffdbd3b16169c
4RMD160 (Pod-Simple-3.09.tar.gz) = 40edab370587c4413b167f7613c51f47f18a2ddb 4RMD160 (Pod-Simple-3.11.tar.gz) = 55750ab94ef8810965f0b9df0a744b60244d14dd
5Size (Pod-Simple-3.09.tar.gz) = 244462 bytes 5Size (Pod-Simple-3.11.tar.gz) = 251438 bytes