Update to 1.07.

Submitted by:	Mathieu Arnold <m@absolight.net>
PR:		ports/52214
This commit is contained in:
Jun Kuriyama 2003-07-06 03:20:19 +00:00
parent 30a53dfaf0
commit 667433c80e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84255
4 changed files with 9 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= Term-ANSIColor
PORTVERSION= 1.05
PORTVERSION= 1.07
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
@ -19,6 +19,5 @@ COMMENT= Color screen output using ANSI escape sequences
PERL_CONFIGURE= YES
MAN3= Term::ANSIColor.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (ANSIColor-1.05.tar.gz) = 1d21781d5f9b74433c349b3c045e8e48
MD5 (ANSIColor-1.07.tar.gz) = 8a30e213b31b466fce37fbd095cf30ab

View file

@ -12,5 +12,7 @@ of two interfaces, one of which uses "constants" for each different
attribute and the other of which uses two subs which take strings of
attributes as arguments.
WWW: http://search.cpan.org/dist/ANSIColor/
-- Denis Shaposhnikov
dsh@vlink.ru

View file

@ -1,5 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Term/ANSIColor.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ANSIColor/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ANSIColor
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Term 2>/dev/null || true
%%SITE_PERL%%/Term/ANSIColor.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ANSIColor/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ANSIColor
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Term 2>/dev/null || true