pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-podlators Update to 4.09
details: https://anonhg.NetBSD.org/pkgsrc/rev/fb66803a1f8e
branches: trunk
changeset: 355041:fb66803a1f8e
user: wen <wen%pkgsrc.org@localhost>
date: Sat Nov 19 15:05:39 2016 +0000
description:
Update to 4.09
Upstream changes:
podlators 4.09 (unreleased)
[Pod::Text] Use Pod::Simple's logic to determine the native code
points for NO BREAK SPACE and SOFT HYPHEN instead of hard-coding the
ASCII values. Hopefully fixes the case of mysterious disappearing
open brackets on EBCDIC systems. (#118240)
podlators 4.08 (2016-09-24)
[Pod::Man] Partially revert change in 4.00 to require the name option
(--name to pod2man) when generating man pages from standard input.
Historically, pod2man silently tolerated this, and there turned out to
be a lot of software that depended on this, making the change too
disruptive. Instead, silently set the man page title to STDIN in this
case, but warn about it in the documentation. (#117990)
[Pod::Man] Fix rendering bug for "TRUE (1)", which was recognized as
needing small caps and then erroneously as a man page reference,
resulting in escaped nroff. (Found by Dan Jacobson with the
XML::LibXML::Element man page.) (Debian Bug#836831)
[Pod::Man] Fix rendering bug causing "\s0(1)" to be mistakenly marked
as a man page reference, later confusing backslash escaping.
[Pod::Man] Add new lquote and rquote options (and corresponding
--lquote and --rquote flags to pod2man) to set the left and right
quotes for C<> text independently. (#103298)
Remove test for nested L<> markup, since an upcoming version of
Pod::Simple will drop support for this. (#114075)
diffstat:
textproc/p5-podlators/Makefile | 4 ++--
textproc/p5-podlators/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 5d888e321196 -r fb66803a1f8e textproc/p5-podlators/Makefile
--- a/textproc/p5-podlators/Makefile Sat Nov 19 14:51:34 2016 +0000
+++ b/textproc/p5-podlators/Makefile Sat Nov 19 15:05:39 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/07/26 12:32:23 wen Exp $
+# $NetBSD: Makefile,v 1.20 2016/11/19 15:05:39 wen Exp $
-DISTNAME= podlators-4.07
+DISTNAME= podlators-4.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
diff -r 5d888e321196 -r fb66803a1f8e textproc/p5-podlators/distinfo
--- a/textproc/p5-podlators/distinfo Sat Nov 19 14:51:34 2016 +0000
+++ b/textproc/p5-podlators/distinfo Sat Nov 19 15:05:39 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/07/26 12:32:23 wen Exp $
+$NetBSD: distinfo,v 1.10 2016/11/19 15:05:39 wen Exp $
-SHA1 (podlators-4.07.tar.gz) = d86eaadbd0e50be80d8656d8c416b3bd3ed2211d
-RMD160 (podlators-4.07.tar.gz) = 60b86647f532bee1b5efb35d81d6de168190420a
-SHA512 (podlators-4.07.tar.gz) = 733394f1553986b9cecf1e8a66616e5973aa11c09a26081b1a73e3635354bdb666746ad589ea3fe5d7c070fb145de1f77c4d261c046044d9e70b7c4d52d30224
-Size (podlators-4.07.tar.gz) = 123610 bytes
+SHA1 (podlators-4.09.tar.gz) = 82b9ef16999957156d4c062b1f6dad0e075307de
+RMD160 (podlators-4.09.tar.gz) = 0c0345e6d9c08b2d5d1ec5540b0cd756d9322bec
+SHA512 (podlators-4.09.tar.gz) = ba3526cfe59cf601767ea71e7f2dd03fad4add70113b4db4981a692280300076e92f5104c70e54f84f1df84203327d3f21e16042eb54165afc1ff49a3f03dea4
+Size (podlators-4.09.tar.gz) = 132218 bytes
Home |
Main Index |
Thread Index |
Old Index