Update to 2.99

PR:		38949
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-06-06 20:41:53 +00:00
parent fbb00558d4
commit 17e28bd6a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60718
4 changed files with 10 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Image-Size
PORTVERSION= 2.96
PORTVERSION= 2.99
CATEGORIES= graphics www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
@ -14,11 +14,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tolid@plab.ku.dk
PERL_CONFIGURE= yes
#CONFIGURE_ARGS= PREFIX=${PREFIX}
PERL_CONFIGURE= YES
CONFIGURE_ARGS= PREFIX=${PREFIX}
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN1= imgsize.1
MAN3= Image::Size.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Image-Size-2.96.tar.gz) = c76ebc6c3641e5786d038bc497fdf1e4
MD5 (Image-Size-2.99.tar.gz) = 549956b218ebcd6b6034623d5c8734ed

View File

@ -15,3 +15,7 @@ This library enables scripts to size their images at run-time and include
that as part of the generated HTML. Or for any other utility that uses and
manipulates graphics. The idea of the basic interface + wrappers is to not
limit the programmer to a certain data format.
AUTHORS: Perl module interface by Randy J. Ray <rjray@blackperl.com>,
original image-sizing code by Alex Knowles <alex@ed.ac.uk> and Andrew Tong
<werdna@ugcs.caltech.edu>.

View File

@ -5,6 +5,7 @@ lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/autosplit.ix
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/bmpsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/gifsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/jpegsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/mngsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/pcdsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/pngsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/ppmsize.al