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> * 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.
This commit is contained in:
parent
683f0550b6
commit
bb48c5eded
2 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue