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: wiz
Date: Mon Sep 7 17:32:28 UTC 2020
Modified Files:
pkgsrc/textproc/p5-podlators: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/p5-podlators/Makefile
cvs rdiff -u -r1.12 -r1.13 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.27 pkgsrc/textproc/p5-podlators/Makefile:1.28
--- pkgsrc/textproc/p5-podlators/Makefile:1.27 Mon Aug 31 18:12:17 2020
+++ pkgsrc/textproc/p5-podlators/Makefile Mon Sep 7 17:32:28 2020
@@ -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 @@ HOMEPAGE= https://metacpan.org/release/p
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"
Index: pkgsrc/textproc/p5-podlators/distinfo
diff -u pkgsrc/textproc/p5-podlators/distinfo:1.12 pkgsrc/textproc/p5-podlators/distinfo:1.13
--- pkgsrc/textproc/p5-podlators/distinfo:1.12 Tue May 8 00:09:47 2018
+++ pkgsrc/textproc/p5-podlators/distinfo Mon Sep 7 17:32:28 2020
@@ -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