1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Add p5-Image-Size 2.92, a perl module to read the dimensions of

an image in several popular formats.

PR:		26441
Submitted by:	Anatoliy Dmytriyev
This commit is contained in:
Will Andrews 2001-04-10 19:59:24 +00:00
parent 47329499f6
commit b2cd00d5e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41223
6 changed files with 47 additions and 0 deletions

View File

@ -194,6 +194,7 @@
SUBDIR += p5-HTML-Tree
SUBDIR += p5-HTTP-GHTTP
SUBDIR += p5-HTTPD-Tools
SUBDIR += p5-Image-Size
SUBDIR += p5-ParallelUA
SUBDIR += p5-Template-Toolkit
SUBDIR += p5-WWW-Babelfish

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: Image-Size
# Date created: 8 April 2001
# Whom: Anatoliy Dmytriyev
#
# $FreeBSD$
#
PORTNAME= Image-Size
PORTVERSION= 2.92
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
PKGNAMEPREFIX= p5-
MAINTAINER= tolid@plab.ku.dk
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Image::Size.3
MAN1PREFIX= ${PREFIX}
MAN1= imgsize.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Image-Size-2.92.tar.gz) = 670fcf6953d84c034a53c6b931520ab4

View File

@ -0,0 +1 @@
Read the dimensions of an image in several popular formats

View File

@ -0,0 +1,5 @@
The Image::Size library is based upon the wwwis script written by Alex Knowles
(alex@ed.ac.uk), a tool to examine HTML and add 'width' and 'height' parameters
to image tags. The sizes are cached internally based on file name, so multiple
calls on the same file name (such as images used in bulleted lists, for
example) do not result in repeated computations.

View File

@ -0,0 +1,15 @@
bin/imgsize
lib/perl5/site_perl/%%PERL_VER%%/Image/Size.pm
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/gifsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/xbmsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/xpmsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/pngsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/jpegsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/ppmsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/tiffsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/bmpsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/psdsize.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/autosplit.ix
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Image
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Image