pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-podlators
Module Name: pkgsrc
Committed By: wen
Date: Sat Nov 19 15:05:39 UTC 2016
Modified Files:
pkgsrc/textproc/p5-podlators: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/p5-podlators/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/p5-podlators/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-podlators/Makefile
diff -u pkgsrc/textproc/p5-podlators/Makefile:1.19 pkgsrc/textproc/p5-podlators/Makefile:1.20
--- pkgsrc/textproc/p5-podlators/Makefile:1.19 Tue Jul 26 12:32:23 2016
+++ pkgsrc/textproc/p5-podlators/Makefile Sat Nov 19 15:05:39 2016
@@ -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/}
Index: pkgsrc/textproc/p5-podlators/distinfo
diff -u pkgsrc/textproc/p5-podlators/distinfo:1.9 pkgsrc/textproc/p5-podlators/distinfo:1.10
--- pkgsrc/textproc/p5-podlators/distinfo:1.9 Tue Jul 26 12:32:23 2016
+++ pkgsrc/textproc/p5-podlators/distinfo Sat Nov 19 15:05:39 2016
@@ -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