diff options
author | will <will@FreeBSD.org> | 2001-04-11 03:59:24 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-11 03:59:24 +0800 |
commit | c02f1b57833687589aa14127e952653259bf8f14 (patch) | |
tree | 9f7d636b79c5a665d9ccb782fa335af9e0998d6d /www | |
parent | 3312937d2536a1f716ae2b0472a6f90ea16e56f3 (diff) | |
download | freebsd-ports-gnome-c02f1b57833687589aa14127e952653259bf8f14.tar.gz freebsd-ports-gnome-c02f1b57833687589aa14127e952653259bf8f14.tar.zst freebsd-ports-gnome-c02f1b57833687589aa14127e952653259bf8f14.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Image-Size/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Image-Size/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Image-Size/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-Image-Size/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-Image-Size/pkg-plist | 15 |
6 files changed, 47 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f06f168b2773..3da7e9cb6dd8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-Image-Size/Makefile b/www/p5-Image-Size/Makefile new file mode 100644 index 000000000000..f4c808c796c3 --- /dev/null +++ b/www/p5-Image-Size/Makefile @@ -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> diff --git a/www/p5-Image-Size/distinfo b/www/p5-Image-Size/distinfo new file mode 100644 index 000000000000..2b0e13d8fb50 --- /dev/null +++ b/www/p5-Image-Size/distinfo @@ -0,0 +1 @@ +MD5 (Image-Size-2.92.tar.gz) = 670fcf6953d84c034a53c6b931520ab4 diff --git a/www/p5-Image-Size/pkg-comment b/www/p5-Image-Size/pkg-comment new file mode 100644 index 000000000000..d72fac957fd7 --- /dev/null +++ b/www/p5-Image-Size/pkg-comment @@ -0,0 +1 @@ +Read the dimensions of an image in several popular formats diff --git a/www/p5-Image-Size/pkg-descr b/www/p5-Image-Size/pkg-descr new file mode 100644 index 000000000000..f4264fb88f48 --- /dev/null +++ b/www/p5-Image-Size/pkg-descr @@ -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. diff --git a/www/p5-Image-Size/pkg-plist b/www/p5-Image-Size/pkg-plist new file mode 100644 index 000000000000..fa393461b52f --- /dev/null +++ b/www/p5-Image-Size/pkg-plist @@ -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 |