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:   mef
Date:           Sat Oct 19 13:56:50 UTC 2019

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

Log Message:
(devel/p5-IO-Pager) Updated 0.40 to 1.01

1.01    Tue Oct 08 2019
        Add less.pm to MANIFEST

        Fix interactive test 16

1.00    Mon Oct 07 2019
        Fork Term::Pager to IO::Pager::Perl, with many new features.
        NOTE: This is a breaking change from 0.43 & 0.44. What was
        IO::Pager::Perl in those versions is now IO::Pager::less i.e;
        a shim for pager-less systems to use the pure perl pager
        implementation in IO::Pager::Perl.

        Update bloody version number transclusions. RT#130643

0.44    Mon Sep 30 2019
        Remove debugging calls mistakenly left in code. RT#130595

        Skip testing on dumb "terminal" setups. RT#130596

        Add (unexposed) code for less -J search line highlighting,
        and more form feed break to tp (IO::Pager::Perl).

0.43    Sun Sep 29 2019
        Roll out a suboptimal but functional IO::Pager::Perl,
        fixing RT#130461 and RT#130565

0.42    Thu Sep 05 2019
        Disambiguate tee open. RT#127551

        Stringify version. RT#127342

        Add bignum dependency RT#130319

        Add support for eventual Term::Pager v1.5

        Update META files.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-IO-Pager/Makefile
cvs rdiff -u -r1.8 -r1.9 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.24 pkgsrc/devel/p5-IO-Pager/Makefile:1.25
--- pkgsrc/devel/p5-IO-Pager/Makefile:1.24      Sun Aug 11 13:19:38 2019
+++ pkgsrc/devel/p5-IO-Pager/Makefile   Sat Oct 19 13:56:49 2019
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2019/08/11 13:19:38 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2019/10/19 13:56:49 mef Exp $
 #
 
-DISTNAME=      IO-Pager-0.40
+DISTNAME=      IO-Pager-1.01
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 EXTRACT_SUFX=  .tgz
@@ -14,8 +13,7 @@ COMMENT=      Perl module for paged I/O to th
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-File-Which-[0-9]*:../../devel/p5-File-Which
-
-WRKSRC=                ${WRKDIR}/IO-Pager-0.4
+REPLACE_PERL+= lib/IO/Pager/tp
 
 PERL5_PACKLIST=                auto/IO/Pager/.packlist
 

Index: pkgsrc/devel/p5-IO-Pager/distinfo
diff -u pkgsrc/devel/p5-IO-Pager/distinfo:1.8 pkgsrc/devel/p5-IO-Pager/distinfo:1.9
--- pkgsrc/devel/p5-IO-Pager/distinfo:1.8       Sun Dec 16 04:48:51 2018
+++ pkgsrc/devel/p5-IO-Pager/distinfo   Sat Oct 19 13:56:49 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/12/16 04:48:51 wen Exp $
+$NetBSD: distinfo,v 1.9 2019/10/19 13:56:49 mef Exp $
 
-SHA1 (IO-Pager-0.40.tgz) = 0d0df61630fe7faa6c98ec40f7d03014a2d14b28
-RMD160 (IO-Pager-0.40.tgz) = 2a58af83857ff977a0cfef71bfcf49881075d90b
-SHA512 (IO-Pager-0.40.tgz) = 7b2ef5c8a2a6b79030db2d7da8001b9dab64d9348a28dea29e8d6264385c2c73f1ba0d9a78ab60ef1d0ac6078e02bd917357c89ee4d002605acbe826a6b7faa8
-Size (IO-Pager-0.40.tgz) = 18847 bytes
+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



Home | Main Index | Thread Index | Old Index