summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2013-02-17 12:57:07 +0000
committerwen <wen@pkgsrc.org>2013-02-17 12:57:07 +0000
commit6f25edc2b822f11e9b5a65540643217c940cad4d (patch)
tree0c4a9f8cc4b8167fb86888f50315fb337515186d /textproc
parentedcb2e38c1558af973783dfbce178e887190895b (diff)
downloadpkgsrc-6f25edc2b822f11e9b5a65540643217c940cad4d.tar.gz
Update to 3.25
Upstream changes: 2013-02-16 David E. Wheeler <david@justatheory.org> * Release 3.25 Improved the warning when "=item" types mismatch within one "=over"/"=back" block. 2013-02-14 David E. Wheeler <david@justatheory.org> * Release 3.24 Fixed corner case bug for unlikely scenario in which non-UTF-8 text could be parsed as UTF-8. Grant McLean. XHTML IDs can no longer end with punctuation. Thanks to Smylers for the patch. Fixed test failure on Perl 5.6.2. Changed the default installation location from "perl" to "site" on 5.12 and higher, since as of that version of Perl, dual-life modules no longer need to be installed in "perl" to replace in-core versions. Patch from tzccinct. Fixed hash order dependency test failures on Perl 5.17. Thanks to Yves Orton for the patch. Inlined the code that tries to guess a Pod file's encoding. This reduces the time Pod::Simple takes to build the core Perl documentation by 15-20%. Thanks to Dagfinn Ilmari Mannsåker for the patch! Added a warning when "=item" types mismatch within one "=over"/"=back" block. Marc Green/Google Summer of Code, with assist from RJBS. Fixed regression introduced in 3.22 in which "C< >" tags were incorrectly treated as verbatim text in table of contents items emitted by Pod::Simple::XHTML. Thanks to Randy Stauner for the report and to Thomas Sibley for the fix! Loosened up the matching of "L< >" tags for man pages so that they allow names with dots, underscores, and any other chararacters other than "/", just so long as they end in '[(][-a-zA-Z0-9]+[)]'. Thanks to Dave Rolsky and Kevin Ryde for the reports (RT #82975 & RT #82972). Fixed inverted mapping of "keyboard" to "kbd" in Pod::Simple::HTML. Thanks to Robert Boisvert for the bug report (RT #79201). Added two new Tagmap entries to Pod::Simple::HTML: "preformat" maps to "pre", and "teletype" maps to "tt". Suggested by Robert Boisvert (RT #79201). "X< >" tags are now ignored by the pull parser when it searches for titles, as is any trailing whitespace. Thanks to Patrice Dumas for the report (RT #74389).
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Pod-Simple/Makefile5
-rw-r--r--textproc/p5-Pod-Simple/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile
index 51de32550b6..25a5ed34ef7 100644
--- a/textproc/p5-Pod-Simple/Makefile
+++ b/textproc/p5-Pod-Simple/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2012/10/25 06:56:18 asau Exp $
+# $NetBSD: Makefile,v 1.29 2013/02/17 12:57:07 wen Exp $
-DISTNAME= Pod-Simple-3.23
+DISTNAME= Pod-Simple-3.25
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
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 59142a5fe38..98a34cb24e8 100644
--- a/textproc/p5-Pod-Simple/distinfo
+++ b/textproc/p5-Pod-Simple/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2012/08/17 15:40:16 wen Exp $
+$NetBSD: distinfo,v 1.17 2013/02/17 12:57:07 wen Exp $
-SHA1 (Pod-Simple-3.23.tar.gz) = 3ba7ac7a1df595bb9e9d2d41faad3f3cd6a6f20f
-RMD160 (Pod-Simple-3.23.tar.gz) = 85833ce3ea84f518275f5042212de39924d4c13c
-Size (Pod-Simple-3.23.tar.gz) = 239245 bytes
+SHA1 (Pod-Simple-3.25.tar.gz) = c7df80edc7b0e19d83ee2ebe24426a761e0852ba
+RMD160 (Pod-Simple-3.25.tar.gz) = 53ffe441591bfbe25d9b78ec8f1e230c9264122e
+Size (Pod-Simple-3.25.tar.gz) = 242663 bytes