diff options
author | pat <pat@FreeBSD.org> | 2002-06-07 04:41:53 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-07 04:41:53 +0800 |
commit | 5041e045fe372ebc133524cb9601f3d33ae7685a (patch) | |
tree | 67f071b5386f1f25f75f2313edbfc359234c697c | |
parent | bd8a8b7c316352f104c52ac5154bedcadd85b7e1 (diff) | |
download | freebsd-ports-graphics-5041e045fe372ebc133524cb9601f3d33ae7685a.tar.gz freebsd-ports-graphics-5041e045fe372ebc133524cb9601f3d33ae7685a.tar.zst freebsd-ports-graphics-5041e045fe372ebc133524cb9601f3d33ae7685a.zip |
Update to 2.99
PR: 38949
Submitted by: maintainer
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 8 | ||||
-rw-r--r-- | graphics/p5-Image-Size/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-Image-Size/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/p5-Image-Size/pkg-plist | 1 |
4 files changed, 10 insertions, 5 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 62847725c03..83d7f67afb3 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -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> diff --git a/graphics/p5-Image-Size/distinfo b/graphics/p5-Image-Size/distinfo index d5085e91588..8e5565a6a3e 100644 --- a/graphics/p5-Image-Size/distinfo +++ b/graphics/p5-Image-Size/distinfo @@ -1 +1 @@ -MD5 (Image-Size-2.96.tar.gz) = c76ebc6c3641e5786d038bc497fdf1e4 +MD5 (Image-Size-2.99.tar.gz) = 549956b218ebcd6b6034623d5c8734ed diff --git a/graphics/p5-Image-Size/pkg-descr b/graphics/p5-Image-Size/pkg-descr index f49dd98554c..779ec66066e 100644 --- a/graphics/p5-Image-Size/pkg-descr +++ b/graphics/p5-Image-Size/pkg-descr @@ -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>. diff --git a/graphics/p5-Image-Size/pkg-plist b/graphics/p5-Image-Size/pkg-plist index 5db033a257b..675f067a5c3 100644 --- a/graphics/p5-Image-Size/pkg-plist +++ b/graphics/p5-Image-Size/pkg-plist @@ -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 |