pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Simple Update to 3.40



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d20a2ad6381
branches:  trunk
changeset: 417109:2d20a2ad6381
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Nov 04 13:15:37 2019 +0000

description:
Update to 3.40

Upstream changes:
3.40 2019-10-23 Karl Williamson <khw%cpan.org@localhost>
        - Fixed iusse #108, Roy Storey++
        - Make case sensitivity determination overridable by user, Kenneth
          ?lwing++
        - Add expand_verbatim_tabs() method, which also can turn off
          expansion, fixing #110
3.39 2019-06-30 Karl Williamson <khw%cpan.org@localhost>
        - Fixed JustPod not opening file with :raw.  Spotted by Dave Mitchell.
          Fixed by James Keenan
        - Fixed garbage line looking like pod.  Spotted by Todd Rinaldo.
        - Finished fixing Issue 95 by adding note that = in column 1 can be
          misinterpreted as pod.

3.38 2019-05-30 Karl Williamson <khw%cpan.org@localhost>
        - Removed some alien files that somehow got in the tar, including a copy
        of Pod::Escapes.  Spotted by Petr Pisar++

3.37 2019-05-30 Karl Williamson <khw%cpan.org@localhost>
        - Suppressed some expected diagnostics under harness
        - Pod::Simple now depends on the 'if' module

3.36 2019-05-15 Karl Williamson <khw%cpan.org@localhost>
        - Added Pod::Simple::JustPod to extract the pod lines from a file
        - Improved detection of input encoding CP1252 vs UTF-8
        - Fixed github issue #79, =cut event out of order
        - Fixed github issue #85, verbatim_indent doesn't work on HTML
        - Fixed github issue #89, css files refer to themselves
        - Fixed github issue #92, broken RTF with Unicode inputs
        - Extended RTF to handle Unicode code points above 0xFFFF
        - Nested L<> is now flagged as an error
        - Turned off negative repeat count does nothing warnings
        - Fixed/improved some docs about this distribution

diffstat:

 textproc/p5-Pod-Simple/Makefile |   5 ++---
 textproc/p5-Pod-Simple/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r b1e79fb6b490 -r 2d20a2ad6381 textproc/p5-Pod-Simple/Makefile
--- a/textproc/p5-Pod-Simple/Makefile   Mon Nov 04 12:56:58 2019 +0000
+++ b/textproc/p5-Pod-Simple/Makefile   Mon Nov 04 13:15:37 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2019/08/11 13:23:36 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2019/11/04 13:15:37 wen Exp $
 
-DISTNAME=      Pod-Simple-3.35
+DISTNAME=      Pod-Simple-3.40
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Pod/}
 
diff -r b1e79fb6b490 -r 2d20a2ad6381 textproc/p5-Pod-Simple/distinfo
--- a/textproc/p5-Pod-Simple/distinfo   Mon Nov 04 12:56:58 2019 +0000
+++ b/textproc/p5-Pod-Simple/distinfo   Mon Nov 04 13:15:37 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2016/12/11 08:19:20 wen Exp $
+$NetBSD: distinfo,v 1.23 2019/11/04 13:15:37 wen Exp $
 
-SHA1 (Pod-Simple-3.35.tar.gz) = 345877614ef840d7b90fd6de4e9c729ba8ded8c9
-RMD160 (Pod-Simple-3.35.tar.gz) = 24226b755649a131b366c51b8eba3c6ccba78a07
-SHA512 (Pod-Simple-3.35.tar.gz) = 66a7a604875cf919419529624e83215693cb7485a3d16e57369debb59ae23bf51db4128e4f2845bce32f3ec94b5e02567bfb83a2e6f5caa19259509475125ef6
-Size (Pod-Simple-3.35.tar.gz) = 280162 bytes
+SHA1 (Pod-Simple-3.40.tar.gz) = 7cf34d28ceb34fa44c5d4fe060fdee4a061717a8
+RMD160 (Pod-Simple-3.40.tar.gz) = afea3e55247ce6cb321467c974a24d603aa6b2a8
+SHA512 (Pod-Simple-3.40.tar.gz) = 9817599f8f49856563df7db994adad0248aa12a3d499b32cc447ae775603a3874361bf679223a39b34dadd859091a533c2a0632e070b1b225979c46f66dbcb59
+Size (Pod-Simple-3.40.tar.gz) = 304730 bytes



Home | Main Index | Thread Index | Old Index