summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorheinz <heinz>2009-11-05 19:42:14 +0000
committerheinz <heinz>2009-11-05 19:42:14 +0000
commitbd80e0ad5a321a85f451936146ca5fd936d76006 (patch)
treec866f3b728944f0b9cafd38df53b062579e18fdc /textproc
parent8d90e8aa5565473684a2245735dfe848aee3ed88 (diff)
downloadpkgsrc-bd80e0ad5a321a85f451936146ca5fd936d76006.tar.gz
Updated to version 3.09.
Pkgsrc changes: - none Changes since version 3.08: =========================== Add support for an index (TOC) in the XHTML output from David E. Wheeler. Add strip_verbatim_indent() from David E. Wheeler. Added the "nocase" option to PullParser's get_title(), get_version(), get_description(), and get_author() methods. This allows one to fetch the contents of those sections regardless of the case of the labels (e.g., "NAME" and "Name" and "name" are all valid). Graham Barr. Added the search_class() accessor to Pod::Simple::HTMLBatch. David E. Wheeler. XHTML output now properly encodes entities in all places, not just in verbatim blocks and code spans. David E. Wheeler. Fixed XHTML to output definition lists when it should, rather than (broken) unordered lists. David E. Wheeler. Fixed XHTML so that multiparagraph list items work correctly. David E. Wheeler. Fixed XHTML ordered list output so that it does not include the number specified in the POD in the output. This is on a par with out the HTML output works. David E. Wheeler. Applied URL patch from Leon Brocard for The Perl Journal archives. Fixed test failures with older versions of HTML::Entities (RT #43903 from Salvador Tercia). Changed CSS files generated by HTMLBatch to be no more than 8.3 characters long. (RT #40450 from Renee Baecker) Added entity handling for E<sol> and E<verbar> to Pod::Simple::XHTML. (RT #49615 from Chas Owens.) Fixed a bug in Pod::Simple::HTML where a definition term item with no corresponding definition item would be output with no closing </a></dt>. (RT # 37107 from Kevin Ryde). Added entity handling for numeric entities to Pod::Simple::XHTML, following perlpod specification. A POD tag found inside a complex POD tag (e.g., "C<<< C<foo> >>>") is now properly parsed as text and entities instead of a tag embedded in a tag. This is in compliance with `perldoc perlpod` (RT #12239 from Michael Schwern). Thanks to David E. Wheeler for applying patches, resolving bugs, and generally getting ready for the release.
Diffstat (limited to 'textproc')
-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 71cbf63fdbd..ee9401f6731 100644
--- a/textproc/p5-Pod-Simple/Makefile
+++ b/textproc/p5-Pod-Simple/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2009/08/09 08:01:29 sno Exp $
+# $NetBSD: Makefile,v 1.18 2009/11/05 19:42:14 heinz Exp $
-DISTNAME= Pod-Simple-3.08
+DISTNAME= Pod-Simple-3.09
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 7540d3eb8e8..28184dcfee9 100644
--- a/textproc/p5-Pod-Simple/distinfo
+++ b/textproc/p5-Pod-Simple/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2009/08/09 08:01:29 sno Exp $
+$NetBSD: distinfo,v 1.10 2009/11/05 19:42:14 heinz Exp $
-SHA1 (Pod-Simple-3.08.tar.gz) = bfff05440a83ad93eaf582ed34203bb427adaf89
-RMD160 (Pod-Simple-3.08.tar.gz) = 44bdcc2660f82eb075ce54b0b669772df7f0ba0a
-Size (Pod-Simple-3.08.tar.gz) = 265719 bytes
+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