diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-06 20:41:53 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-06 20:41:53 +0000 |
commit | 17e28bd6a56fdbf9ba3a8ca0ce7821b05a63b5e4 (patch) | |
tree | 36d0fcecc67603675ae80b7995a6ef722505cff9 /graphics/p5-Image-Size | |
parent | fbb00558d429ae8821bf79930729a6b09219d088 (diff) | |
download | ports-17e28bd6a56fdbf9ba3a8ca0ce7821b05a63b5e4.tar.gz ports-17e28bd6a56fdbf9ba3a8ca0ce7821b05a63b5e4.zip |
Notes
Diffstat (limited to 'graphics/p5-Image-Size')
-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 62847725c03f..83d7f67afb30 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 d5085e91588e..8e5565a6a3e7 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 f49dd98554c1..779ec66066e5 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 5db033a257bc..675f067a5c36 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 |