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/fefc8b4d781b
branches:  trunk
changeset: 395146:fefc8b4d781b
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 15:58:31 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module ANSIColor from 2.00 to 2.01
  - Adding licese (perl license as named in META.yml)
  - Adding destdir support

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

        * ANSIColor.pm: Version 2.01 released.

        * t/basic.t: Test error handling in color, colored, and uncolor.

        * ANSIColor.pm (uncolor): When reporting errors for bad escape
          sequences, don't include the leading \e[ or trailing m in the
          error message.

        * ANSIColor.pm: Add section headings to the DESCRIPTION section of
          the module since it's getting rather long.
          (colorstrip): New function to remove ANSI color codes from
          strings.  Thanks, Paul Miller.
        * t/basic.t: New tests for colorstrip.

        * ANSIColor.pm (AUTOLOAD): Untaint $AUTOLOAD, required by Perl
          5.10 when running in taint mode.  Thanks, Tim Bellinghausen.
        * t/basic.t: Two new tests for AUTOLOAD error handling.  Enable
          warnings and taint mode.

diffstat:

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

diffs (35 lines):

diff -r 3fb0d1214026 -r fefc8b4d781b devel/p5-Term-ANSIColor/Makefile
--- a/devel/p5-Term-ANSIColor/Makefile  Tue Jul 07 15:54:06 2009 +0000
+++ b/devel/p5-Term-ANSIColor/Makefile  Tue Jul 07 15:58:31 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2009/06/13 06:46:46 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/07 15:58:31 sno Exp $
 
-DISTNAME=      ANSIColor-2.00
+DISTNAME=      ANSIColor-2.01
 PKGNAME=       p5-Term-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Term/}
@@ -8,7 +8,9 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Term-ANSIColor/
 COMMENT=       Perl termcap interface
+LICENSE=       ${PERL5_LICENSE}
 
+PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES= overwrite pkgviews
 
 PERL5_PACKLIST=        auto/Term/ANSIColor/.packlist
diff -r 3fb0d1214026 -r fefc8b4d781b devel/p5-Term-ANSIColor/distinfo
--- a/devel/p5-Term-ANSIColor/distinfo  Tue Jul 07 15:54:06 2009 +0000
+++ b/devel/p5-Term-ANSIColor/distinfo  Tue Jul 07 15:58:31 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/04/24 06:56:27 sno Exp $
+$NetBSD: distinfo,v 1.3 2009/07/07 15:58:31 sno Exp $
 
-SHA1 (ANSIColor-2.00.tar.gz) = 2ec6ecfbca5173937f35344c7e61e3a5e319dc49
-RMD160 (ANSIColor-2.00.tar.gz) = df1ff773b15ccee9754725ae53346287fcd16a58
-Size (ANSIColor-2.00.tar.gz) = 17262 bytes
+SHA1 (ANSIColor-2.01.tar.gz) = 7ed974a97cbfb57a14213c29eca069390ddcacc3
+RMD160 (ANSIColor-2.01.tar.gz) = 7a4fa7562aafe3053606d1e30580ba724c78c47d
+Size (ANSIColor-2.01.tar.gz) = 17888 bytes



Home | Main Index | Thread Index | Old Index