pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IO-Pager



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 06:52:00 UTC 2020

Modified Files:
        pkgsrc/devel/p5-IO-Pager: Makefile distinfo

Log Message:
p5-IO-Pager: update to 1.03.

1.03    Jun 13 2020
        Fix destruction warnings in Buffered

        Fix version number in Unbuffered

        Fix undefined warnings in unrealistically spartan environments.

        ::Perl Add ability to save buffer to file

        ::Perl Add search wrapping

        ::Perl Add navigation for multi-file viewing in tp.

        ::Perl Add flush buffer command to complement --tail.

        ::Perl Actually publish v1.02 changes for tp, they were made
               to a copy of the file not included in the distribution

        ::Perl Add experimental/incomplete grep mode; grep is lost
               on backwards scroll or dialog

        ::Perl Fix pause behavior in tp.

        ::Perl Fix folding; Text::Wrap was loaded at the wrong time.

        ::Perl Fix P, ^b and M-v, and add a bunch more command aliases.

        ::Perl Add work around for use of +OCRNL TTY mode to prevent
               status bar ghosting when using Enter to downline

        ::Perl restore Esc+x input

        ::Perl Remove unused (debugging) code.

1.02    Sun Jun 07 2020
        Fix warning for undefined PAGER RT#132658

        Fix flipped operands for cmp_ok in test 11.

        Fix synthetic warning in test 9.

        Win32 path fixes (git pull #6)

        Remove deprecated POD content that some parsers carped about RT#131437

        ::Perl Add --tail mode to tp

        ::Perl Implement reflow for toggleable line numbering and folding.

        ::Perl Add support for bookmarks.

        ::Perl Add and document environment variable + switch processing to tp.

        ::Perl Rename visualBeep to visuaBell, but keep visualBeep as an alias.

        ::Perl Rename done() to close(), but keep done() as an alias.

        ::Perl Remove some debugging status updates.

        ::Perl More fixes for interactive test 16.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-IO-Pager/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-IO-Pager/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-IO-Pager/Makefile
diff -u pkgsrc/devel/p5-IO-Pager/Makefile:1.27 pkgsrc/devel/p5-IO-Pager/Makefile:1.28
--- pkgsrc/devel/p5-IO-Pager/Makefile:1.27      Mon Aug 31 18:08:11 2020
+++ pkgsrc/devel/p5-IO-Pager/Makefile   Mon Sep  7 06:52:00 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2020/08/31 18:08:11 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2020/09/07 06:52:00 wiz Exp $
 #
 
-DISTNAME=      IO-Pager-1.01
+DISTNAME=      IO-Pager-1.03
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/devel/p5-IO-Pager/distinfo
diff -u pkgsrc/devel/p5-IO-Pager/distinfo:1.9 pkgsrc/devel/p5-IO-Pager/distinfo:1.10
--- pkgsrc/devel/p5-IO-Pager/distinfo:1.9       Sat Oct 19 13:56:49 2019
+++ pkgsrc/devel/p5-IO-Pager/distinfo   Mon Sep  7 06:52:00 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/10/19 13:56:49 mef Exp $
+$NetBSD: distinfo,v 1.10 2020/09/07 06:52:00 wiz Exp $
 
-SHA1 (IO-Pager-1.01.tgz) = 88749d55cb0d4b97bb697bf913c88c9d7a767498
-RMD160 (IO-Pager-1.01.tgz) = 01b4697e05a8124b53fdf90eebf21dbc62e39fad
-SHA512 (IO-Pager-1.01.tgz) = ad889198667242dd63f039c91a67e339d939ee9915147b5f4320fd436603104582338e400014db1c91fc33d31c0baa74fcf04b94fceeb62d1c824db0098dd7d5
-Size (IO-Pager-1.01.tgz) = 31343 bytes
+SHA1 (IO-Pager-1.03.tgz) = 7bd32b54827af26084e307a8f1a40b339ccf69f8
+RMD160 (IO-Pager-1.03.tgz) = 1a45b4ea5356f823e3274c6d271b02143576016a
+SHA512 (IO-Pager-1.03.tgz) = a4e759eb24ea4c48d5de7600c2974de1d1648ef1e7ac46041440dd95fef297f9c6901700b09698ef4755c3e7845f6dcd2d9805c0bc4649d331de6cc97dd6a4c3
+Size (IO-Pager-1.03.tgz) = 41635 bytes



Home | Main Index | Thread Index | Old Index