add p5-Image-Info 1.08
Perl module for getting image information PR: 30072 Submitted by: Shell Hung <shell@shellhung.org>
This commit is contained in:
parent
ac6c929ef4
commit
fb79a87da1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46934
@ -180,6 +180,7 @@
|
||||
SUBDIR += p5-GD-TextUtil
|
||||
SUBDIR += p5-Gimp
|
||||
SUBDIR += p5-Graphics-ColorNames
|
||||
SUBDIR += p5-Image-Info
|
||||
SUBDIR += p5-Image-Grab
|
||||
SUBDIR += p5-Image-Size
|
||||
SUBDIR += p5-Imager
|
||||
|
27
graphics/p5-Image-Info/Makefile
Normal file
27
graphics/p5-Image-Info/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-Image-Info
|
||||
# Date Created: 25 Aug 2001
|
||||
# Whom: Shell Hung <shell@shellhung.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Image-Info
|
||||
PORTVERSION= 1.08
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Image
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= shell@shellhung.org
|
||||
|
||||
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
|
||||
|
||||
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>
|
1
graphics/p5-Image-Info/distinfo
Normal file
1
graphics/p5-Image-Info/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Image-Info-1.08.tar.gz) = 33317da0cbd02ddcfa9d5f78574f3267
|
1
graphics/p5-Image-Info/pkg-comment
Normal file
1
graphics/p5-Image-Info/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module for getting image information
|
5
graphics/p5-Image-Info/pkg-descr
Normal file
5
graphics/p5-Image-Info/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This Perl extension allows you to extract meta information from
|
||||
various types of image files. It currently supports JPEG, GIF, PNG
|
||||
and more image types.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Image-Info
|
15
graphics/p5-Image-Info/pkg-plist
Normal file
15
graphics/p5-Image-Info/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user