pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Term-ANSIColor PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e0a63671ec1
branches:  trunk
changeset: 392024:9e0a63671ec1
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri Apr 24 06:56:27 2009 +0000

description:
PkgSrc changes:
  - Updating package for p5 module Term::ANSIColor to 2.00

Upstream changes:
2009-02-28  Russ Allbery  <rra%stanford.edu@localhost>

        * ANSIColor.pm: Version 2.00 released.

        * Makefile.PL: Add LICENSE to the distribution metadata for Perl
        5.10 and later.

        * ANSIColor.pm: Add explicit return statements instead of relying
        on the implicit return of the last expression.  Use all caps for
        all global variables.

        * ANSIColor.pm: Add the new functions to a :pushpop export tag.
        (PUSHCOLOR): New function that stores in an internal stack the
        attributes that are being set.
        (POPCOLOR): New function that pops the attributes being set and
        sets the attributes previously found on the stack.
        (LOCALCOLOR): New function that surrounds its argument in
        PUSHCOLOR and POPCOLOR.
        (AUTOLOAD): If $AUTOLOCAL is set, surround all color constants
        with an implicit LOCALCOLOR.
        * t/basic.t: Test PUSHCOLOR, POPCOLOR, and LOCALCOLOR.

        * t/pod-spelling.t: Rewrite to use Test::More.  Support and prefer
        aspell.

        * ANSIColor.pm: Fix additional spelling errors and rewrap the POD
        documentation to a 74-character margin.

        * t/basic.t: Rewrite to use Test::More.
        * t/pod.t: Likewise.

        * ANSIColor.pm (AUTOLOAD): If ANSI_COLORS_DISABLED is set, return
        the stringified arguments rather than creating a sub.  This allows
        colors to work later if ANSI_COLORS_DISABLED is unset rather than
        making its effects permanent.  It also avoids adding a reset
        escape sequence when $AUTORESET and ANSI_COLORS_DISABLED are both
        set.

2008-09-14  Russ Allbery  <rra%stanford.edu@localhost>

        * ANSIColor.pm: Add faint as a synonym for dark and improve the
        documentation of text attributes.

        * t/pod-spelling.t: New check to spell-check POD documentation
        using ispell with Pod::Spell.
        * ANSIColor.pm: Fix spelling and markup errors in documentation
        and add stop-words where appropriate.

diffstat:

 devel/p5-Term-ANSIColor/Makefile |  4 ++--
 devel/p5-Term-ANSIColor/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r bed1e55863c4 -r 9e0a63671ec1 devel/p5-Term-ANSIColor/Makefile
--- a/devel/p5-Term-ANSIColor/Makefile  Fri Apr 24 06:51:48 2009 +0000
+++ b/devel/p5-Term-ANSIColor/Makefile  Fri Apr 24 06:56:27 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/20 00:33:42 he Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/24 06:56:27 sno Exp $
 
-DISTNAME=      ANSIColor-1.12
+DISTNAME=      ANSIColor-2.00
 PKGNAME=       p5-Term-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Term/}
diff -r bed1e55863c4 -r 9e0a63671ec1 devel/p5-Term-ANSIColor/distinfo
--- a/devel/p5-Term-ANSIColor/distinfo  Fri Apr 24 06:51:48 2009 +0000
+++ b/devel/p5-Term-ANSIColor/distinfo  Fri Apr 24 06:56:27 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/01/20 00:33:42 he Exp $
+$NetBSD: distinfo,v 1.2 2009/04/24 06:56:27 sno Exp $
 
-SHA1 (ANSIColor-1.12.tar.gz) = 59530e4caa0498c3d458fd2f35023a3569c9b09d
-RMD160 (ANSIColor-1.12.tar.gz) = bb06162f26c37145bf3d3888159ea0de4d047b2e
-Size (ANSIColor-1.12.tar.gz) = 14111 bytes
+SHA1 (ANSIColor-2.00.tar.gz) = 2ec6ecfbca5173937f35344c7e61e3a5e319dc49
+RMD160 (ANSIColor-2.00.tar.gz) = df1ff773b15ccee9754725ae53346287fcd16a58
+Size (ANSIColor-2.00.tar.gz) = 17262 bytes



Home | Main Index | Thread Index | Old Index