pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Pod-Simple
Module Name: pkgsrc
Committed By: wen
Date: Mon Nov 4 13:15:37 UTC 2019
Modified Files:
pkgsrc/textproc/p5-Pod-Simple: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/textproc/p5-Pod-Simple/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/p5-Pod-Simple/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-Pod-Simple/Makefile
diff -u pkgsrc/textproc/p5-Pod-Simple/Makefile:1.45 pkgsrc/textproc/p5-Pod-Simple/Makefile:1.46
--- pkgsrc/textproc/p5-Pod-Simple/Makefile:1.45 Sun Aug 11 13:23:36 2019
+++ pkgsrc/textproc/p5-Pod-Simple/Makefile Mon Nov 4 13:15:37 2019
@@ -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/}
Index: pkgsrc/textproc/p5-Pod-Simple/distinfo
diff -u pkgsrc/textproc/p5-Pod-Simple/distinfo:1.22 pkgsrc/textproc/p5-Pod-Simple/distinfo:1.23
--- pkgsrc/textproc/p5-Pod-Simple/distinfo:1.22 Sun Dec 11 08:19:20 2016
+++ pkgsrc/textproc/p5-Pod-Simple/distinfo Mon Nov 4 13:15:37 2019
@@ -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