Received: by mail.netbsd.org (Postfix, from userid 605) id CDFBA84D9C; Mon, 4 Nov 2019 13:15:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56EAC84D7E for ; Mon, 4 Nov 2019 13:15:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mISRH5OC1blH for ; Mon, 4 Nov 2019 13:15:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B207884CF7 for ; Mon, 4 Nov 2019 13:15:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4ECDFA93; Mon, 4 Nov 2019 13:15:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572873337211100" MIME-Version: 1.0 Date: Mon, 4 Nov 2019 13:15:37 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Pod-Simple To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20191104131537.A4ECDFA93@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572873337211100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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 - 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 - 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 - 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 - Suppressed some expected diagnostics under harness - Pod::Simple now depends on the 'if' module 3.36 2019-05-15 Karl Williamson - 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. --_----------=_1572873337211100 Content-Disposition: inline Content-Length: 1737 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1572873337211100--