summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Simple
diff options
context:
space:
mode:
authorwiz <wiz>2009-12-15 13:33:55 +0000
committerwiz <wiz>2009-12-15 13:33:55 +0000
commit9a840236e319f738e42dcf413c6acf364ba6781f (patch)
tree320b95e3b33f35bb9b0ce3c545c965d31734e4d9 /textproc/p5-Pod-Simple
parenta378eb268d958b6cf4d1b955edcff7677f109d4f (diff)
downloadpkgsrc-9a840236e319f738e42dcf413c6acf364ba6781f.tar.gz
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.
Diffstat (limited to 'textproc/p5-Pod-Simple')
-rw-r--r--textproc/p5-Pod-Simple/Makefile4
-rw-r--r--textproc/p5-Pod-Simple/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile
index ee9401f6731..50815a5424b 100644
--- a/textproc/p5-Pod-Simple/Makefile
+++ b/textproc/p5-Pod-Simple/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2009/11/05 19:42:14 heinz Exp $
+# $NetBSD: Makefile,v 1.19 2009/12/15 13:33:55 wiz Exp $
-DISTNAME= Pod-Simple-3.09
+DISTNAME= Pod-Simple-3.11
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 28184dcfee9..3c65149dfd7 100644
--- a/textproc/p5-Pod-Simple/distinfo
+++ b/textproc/p5-Pod-Simple/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2009/11/05 19:42:14 heinz Exp $
+$NetBSD: distinfo,v 1.11 2009/12/15 13:33:55 wiz Exp $
-SHA1 (Pod-Simple-3.09.tar.gz) = 3777d2bc9c4ec13aeac0355815d71af94cc49b93
-RMD160 (Pod-Simple-3.09.tar.gz) = 40edab370587c4413b167f7613c51f47f18a2ddb
-Size (Pod-Simple-3.09.tar.gz) = 244462 bytes
+SHA1 (Pod-Simple-3.11.tar.gz) = a75a351d9e6e3e81f62282fa9e8ffdbd3b16169c
+RMD160 (Pod-Simple-3.11.tar.gz) = 55750ab94ef8810965f0b9df0a744b60244d14dd
+Size (Pod-Simple-3.11.tar.gz) = 251438 bytes