1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Update graphics/p5-Image-Info to 1.12.

PR: 		52239
Submitted by:	Mathieu Arnold <m@absolight.net>
Reviewed by:	maintainer
This commit is contained in:
Foxfair Hu 2003-06-21 06:06:14 +00:00
parent a3ac3f22c5
commit 2f77679261
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83390
3 changed files with 21 additions and 21 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Image-Info
PORTVERSION= 1.08
PORTVERSION= 1.12
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
@ -15,14 +15,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= shell@shellhung.org
COMMENT= Perl module for getting image information
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
PERL_CONFIGURE= yes
MAN3= Image::Info.3 Image::Info::BMP.3 Image::Info::SVG.3 \
Image::Info::XBM.3 Image::Info::XPM.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Image-Info-1.08.tar.gz) = 33317da0cbd02ddcfa9d5f78574f3267
MD5 (Image-Info-1.12.tar.gz) = be1aa05997b119e986bd0a90f1a6c3c5

View File

@ -1,15 +1,16 @@
lib/perl5/site_perl/%%PERL_VER%%/Image/Info.pm
lib/perl5/site_perl/%%PERL_VER%%/Image/Info/BMP.pm
lib/perl5/site_perl/%%PERL_VER%%/Image/Info/GIF.pm
lib/perl5/site_perl/%%PERL_VER%%/Image/Info/JPEG.pm
lib/perl5/site_perl/%%PERL_VER%%/Image/Info/PNG.pm
lib/perl5/site_perl/%%PERL_VER%%/Image/Info/PPM.pm
lib/perl5/site_perl/%%PERL_VER%%/Image/Info/SVG.pm
lib/perl5/site_perl/%%PERL_VER%%/Image/Info/XBM.pm
lib/perl5/site_perl/%%PERL_VER%%/Image/Info/XPM.pm
lib/perl5/site_perl/%%PERL_VER%%/Image/TIFF.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Info/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Info
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Image/Info
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Image 2>/dev/null || true
%%SITE_PERL%%/Image/Info.pm
%%SITE_PERL%%/Image/Info/BMP.pm
%%SITE_PERL%%/Image/Info/GIF.pm
%%SITE_PERL%%/Image/Info/JPEG.pm
%%SITE_PERL%%/Image/Info/PNG.pm
%%SITE_PERL%%/Image/Info/PPM.pm
%%SITE_PERL%%/Image/Info/SVG.pm
%%SITE_PERL%%/Image/Info/TIFF.pm
%%SITE_PERL%%/Image/Info/XBM.pm
%%SITE_PERL%%/Image/Info/XPM.pm
%%SITE_PERL%%/Image/TIFF.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Info/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Info
@dirrm %%SITE_PERL%%/Image/Info
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Image 2>/dev/null || true