From 83ccfaf408a457c6d035fc077b9afcbae6ade8b5 Mon Sep 17 00:00:00 2001 From: sno Date: Tue, 7 Jul 2009 15:58:31 +0000 Subject: 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 * 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. --- devel/p5-Term-ANSIColor/Makefile | 6 ++++-- devel/p5-Term-ANSIColor/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'devel') diff --git a/devel/p5-Term-ANSIColor/Makefile b/devel/p5-Term-ANSIColor/Makefile index 3d6a21d3e3c..03b7c6bd715 100644 --- a/devel/p5-Term-ANSIColor/Makefile +++ b/devel/p5-Term-ANSIColor/Makefile @@ -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 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/} MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/devel/p5-Term-ANSIColor/distinfo b/devel/p5-Term-ANSIColor/distinfo index 4c8f40b1d29..9a99ae14e73 100644 --- a/devel/p5-Term-ANSIColor/distinfo +++ b/devel/p5-Term-ANSIColor/distinfo @@ -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 -- cgit v1.2.3