Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-podlators p5-podlators: update to 4.14.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1568daa39507
branches: trunk
changeset: 438567:1568daa39507
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 07 17:32:28 2020 +0000
description:
p5-podlators: update to 4.14.
podlators 4.14 (2020-01-04)
Document that parse_lines and parse_string_document expect raw bytes,
not decoded characters.
Fix the test suite use of parse_string_document to pass in raw bytes
rather than decoded characters, which will hopefully fix test failures
with versions of Pod::Simple older than 3.22 and is a more correct
test of encoding handling.
podlators 4.13 (2019-12-25)
Drop support for Perl 5.6. The minimum supported version is now Perl
5.8. Perl 5.6 had not been tested even by CPAN Testers in some time
and isn't supported by Travis-CI, so true support is dubious.
Dropping that version allows cleaning up some old compatibility code.
Fix a warning when outputing to something without a PerlIO layer, such
as when output_string is used.
[Pod::Text] Fix behavior of S<> with Unicode input to be consistent
with behavior with a default encoding, namely treat all whitespace
inside S<> as non-space characters and do not collapse it with
adjacent whitespace.
[Pod::Text::Termcap] Remove an ancient workaround that set the
TERMPATH environment variable whenever a Pod::Text::Termcap object was
created in order to add /usr/share/lib/termcap, necessary on some
ancient Solaris systems. Setting environment variables is bad
behavior for a module, and the Solaris systems requiring this
workaround are long obsolete.
[Pod::Text::Termcap] Remove the fallback to VT100 escape sequences if
Term::Cap was not able to find sequences for bold, underline, or
normal text, and instead skip that part of the formatting. This will
produce more correct behavior on dumb terminals at the possible cost
of losing formatting on systems with malfunctioning terminal
databases, which seems like an improvement. Thanks, Zenin. (#131124)
Further improve the man/no-encode.t test to not care whether Encode
was already loaded or not. Thanks, Martin Becker.
Improve logic for showing large test failures to avoid spurious
failures on systems without diff.
podlators 4.12 (2019-05-31)
Skip the man/no-encode.t test if Encode is already loaded while
running the test suite, which seems to happen sometimes with CPAN
Testers tests.
diffstat:
textproc/p5-podlators/Makefile | 9 +++------
textproc/p5-podlators/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 11 deletions(-)
diffs (40 lines):
diff -r 9c9587d7b62f -r 1568daa39507 textproc/p5-podlators/Makefile
--- a/textproc/p5-podlators/Makefile Mon Sep 07 17:31:53 2020 +0000
+++ b/textproc/p5-podlators/Makefile Mon Sep 07 17:32:28 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2020/08/31 18:12:17 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2020/09/07 17:32:28 wiz Exp $
-DISTNAME= podlators-4.11
+DISTNAME= podlators-4.14
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
-CATEGORIES= devel perl5
+CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,8 +10,6 @@
COMMENT= Collection of pod related perl modules
LICENSE= ${PERL5_LICENSE}
-#DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.06}:../../textproc/p5-Pod-Simple
-
PERL5_PACKLIST= auto/Pod/.packlist
.include "../../lang/perl5/module.mk"
diff -r 9c9587d7b62f -r 1568daa39507 textproc/p5-podlators/distinfo
--- a/textproc/p5-podlators/distinfo Mon Sep 07 17:31:53 2020 +0000
+++ b/textproc/p5-podlators/distinfo Mon Sep 07 17:32:28 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/05/08 00:09:47 wen Exp $
+$NetBSD: distinfo,v 1.13 2020/09/07 17:32:28 wiz Exp $
-SHA1 (podlators-4.11.tar.gz) = 18f7e1ab059909cd0b90fa380da70f720a65ec6f
-RMD160 (podlators-4.11.tar.gz) = 06149207ff8bfc316ad910737b54a7d3dc0fa564
-SHA512 (podlators-4.11.tar.gz) = ec634f3abceb4f7da95a17f7e9d1d9cf49b109d796c996ad3d093ccc92131d055312be82ec8f1bbb3d8a6d01077e621dec6ba5d5e1f92f377d70ab0d4d170241
-Size (podlators-4.11.tar.gz) = 131907 bytes
+SHA1 (podlators-4.14.tar.gz) = d018dd65ec935da3978a4be67020d1a3654b485f
+RMD160 (podlators-4.14.tar.gz) = 1b0044b54f3660ea909f0a1215a6fc98faa1561d
+SHA512 (podlators-4.14.tar.gz) = 0611f23fcc228267a1d80c024a2bdab730ae6382bc89e7d7518e31c3549a06df4f0fb4e01e8d341365c9d66f2a62e2aeaee3bc7071a0f20cda4ffa9b1a3899e3
+Size (podlators-4.14.tar.gz) = 137056 bytes
Home |
Main Index |
Thread Index |
Old Index