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 Apr 19 12:51:02 UTC 2025

Modified Files:
        pkgsrc/textproc/p5-podlators: Makefile distinfo

Log Message:
Update to 6.0.2

Upstream changes:
v6.0.2 - 2024-07-14
 - Fix removal of scripts/pod2man and scripts/pod2text by make realclean,
   broken in the v6.0.0 release.  Thanks to James E Keenan for the report.
v6.0.1 - 2024-07-12
 - Remove autodie from the module build process.  When built as part of
   Perl core, podlators is built before autodie is available.  Thanks to
   James E Keenan for the report and a draft patch.  (GitHub #33)
v6.0.0 - 2024-07-10
 - Drop support for Perl 5.10.  podlators now requires Perl 5.12 or later.
 - podlators now uses semantic versioning for the package and module
   versions, with a v prefix to work with Perl's packaging system.
 - Pod::Man now translates all "-" characters in the input into *roff "\-"
   escapes (normally rendered as an ASCII hyphen-minus, U+002D) rather
   than using fragile heuristics to decide which characters represent true
   hyphens and which represent ASCII hyphen-minus.  The previous
   heuristics misrendered command names such as apt-get, causing search
   and cut-and-paste issues.  This change may cause line-break issues with
   long hyphenated phrases.  In cases where the intent is a true hyphen,
   consider using UTF-8 as the POD character set (declared with =encoding)
   and using true Unicode hyphens instead of the ASCII "-" character.
 - Pod::Man now disables the special *roff interpretation of "`" and "'"
   characters as paired quotes everywhere, not just in verbatim text, thus
   forcing them to be interpreted as the regular ASCII characters.  This
   also disables the use of "``" and "''" for paired double-quotes.  The
   rationale is similar to that for hyphens: there is no way to tell from
   the POD source that the special interpretation as quotes is intended.
   To produce paired typographic quotes in the output, use UTF-8 and
   Unicode paired quote characters.
 - Man page references in L<> that are detected as such by Pod::Simple are
   now always formatted as man page references even if our normal
   heuristic would not detect them.  This fixes the formatting of
   constructions such as @@RXVT_NAME@@perl(3), which are used by packages
   that format a man page with POD and then substitute variables into it
   at build time.  Thanks to Marco Sirabella for the analysis and an
   initial patch.  (GitHub #21)
 - Add a workaround to Pod::Man to force persistent ragged-right
   justification under nroff with groff 1.23.0.  Thanks to Guillem Jover
   for the report and G. Branden Robinson for the analysis.  (GitHub #23)
 - Fix wrapping of text with S<> markup in all subclasses of Pod::Text.
   Thanks to Jim Avera for the report.  (GitHub #24)
 - Pod::Man now forces a blank line after a nested list contains only
   =item tags without bodies.  In previous versions, the blank line before
   the next item in the surrounding =over block was not included.  Thanks
   to Julien ÉLIE for the report.  (GitHub #26)
 - Import PerlIO before checking for layers so that PerlIO::F_UTF8 is
   available, which fixes double-encoding of output when a :utf8 layer is
   in place and PerlIO is not imported.  Thanks to youpong for the bug
   report, James Keenan for the elaboration, and Graham Knop for the fix.
   (GitHub #25)
 - pod2text --help now exits with status 0, not 1, matching normal UNIX
   command behavior and the behavior of pod2man.  (GitHub #19)
 - Fix tests when NO_COLOR is set in the environment.  (GitHub #20)


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/p5-podlators/Makefile
cvs rdiff -u -r1.16 -r1.17 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.33 pkgsrc/textproc/p5-podlators/Makefile:1.34
--- pkgsrc/textproc/p5-podlators/Makefile:1.33  Sat Nov 16 12:07:15 2024
+++ pkgsrc/textproc/p5-podlators/Makefile       Sat Apr 19 12:51:02 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2024/11/16 12:07:15 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2025/04/19 12:51:02 wen Exp $
 
-DISTNAME=      podlators-5.01
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
+DISTNAME=      podlators-v6.0.2
+PKGNAME=       p5-${DISTNAME:S/-v/-/}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Pod/}
 

Index: pkgsrc/textproc/p5-podlators/distinfo
diff -u pkgsrc/textproc/p5-podlators/distinfo:1.16 pkgsrc/textproc/p5-podlators/distinfo:1.17
--- pkgsrc/textproc/p5-podlators/distinfo:1.16  Sun May 21 00:27:41 2023
+++ pkgsrc/textproc/p5-podlators/distinfo       Sat Apr 19 12:51:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2023/05/21 00:27:41 wen Exp $
+$NetBSD: distinfo,v 1.17 2025/04/19 12:51:02 wen Exp $
 
-BLAKE2s (podlators-5.01.tar.gz) = d7218ad9063cee1bda059d02046af6dc844b984ed16fb7609afd65caea5637df
-SHA512 (podlators-5.01.tar.gz) = 9b5a61f59f31664e9fe7df5eff4b35322f9ad56bb384564b45f4c86fa441e03ffb13c31b2e82b8d87ff0e87cfa51762918b70fa2020fc581710f07130a308f6d
-Size (podlators-5.01.tar.gz) = 153819 bytes
+BLAKE2s (podlators-v6.0.2.tar.gz) = 27d10a4f0022dd19ae01b670fc0868318b60d5437f31897caec907af65732824
+SHA512 (podlators-v6.0.2.tar.gz) = e21de42d9512638a263c875878b98b57cf2e2e1963145fdf3d2b18acd2a1aed71b4f883cd9313b1162c1f0ceee4436e776a6a1b6bede0976a878d8506ba38686
+Size (podlators-v6.0.2.tar.gz) = 155778 bytes



Home | Main Index | Thread Index | Old Index