diff options
author | kim <kim@pkgsrc.org> | 1999-09-03 17:08:51 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-09-03 17:08:51 +0000 |
commit | 696ae8a32b93427268b926ac894cd12ee57406c4 (patch) | |
tree | ba340f3de7149341ad3c98455637268728586145 /graphics | |
parent | 6ea1773360e2ba29ba5525c8c5784fd5e04b1ef2 (diff) | |
download | pkgsrc-696ae8a32b93427268b926ac894cd12ee57406c4.tar.gz |
Initial import of p5-Image-Size-2.901
Image::Size returns a raw (X, Y) pair of the height and width of
an image, and includes wrappers to pre-format that output into
either HTML or a set of attribute pairs suitable for the CGI.pm
library by Lincoln Stein.
Currently Image::Size can size images in XPM, XBM, GIF, JPEG, PNG,
TIFF and the PPM family of formats (PPM/PGM/PBM).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 17 | ||||
-rw-r--r-- | graphics/p5-Image-Size/files/md5 | 3 | ||||
-rw-r--r-- | graphics/p5-Image-Size/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/p5-Image-Size/pkg/DESCR | 7 | ||||
-rw-r--r-- | graphics/p5-Image-Size/pkg/PLIST | 16 |
5 files changed, 44 insertions, 0 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile new file mode 100644 index 00000000000..1a6f6790c04 --- /dev/null +++ b/graphics/p5-Image-Size/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/03 17:08:51 kim Exp $ +# + +DISTNAME= Image-Size-2.901 +PKGNAME= p5-${DISTNAME} +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Size/ + +USE_PERL5= yes + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-Image-Size/files/md5 b/graphics/p5-Image-Size/files/md5 new file mode 100644 index 00000000000..65b8c375f63 --- /dev/null +++ b/graphics/p5-Image-Size/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/09/03 17:08:51 kim Exp $ + +MD5 (Image-Size-2.901.tar.gz) = cf3b5774d0978a12080b8835e04efd05 diff --git a/graphics/p5-Image-Size/pkg/COMMENT b/graphics/p5-Image-Size/pkg/COMMENT new file mode 100644 index 00000000000..ab6e712f432 --- /dev/null +++ b/graphics/p5-Image-Size/pkg/COMMENT @@ -0,0 +1 @@ +Read the dimensions of an image in several popular formats. diff --git a/graphics/p5-Image-Size/pkg/DESCR b/graphics/p5-Image-Size/pkg/DESCR new file mode 100644 index 00000000000..b787d256829 --- /dev/null +++ b/graphics/p5-Image-Size/pkg/DESCR @@ -0,0 +1,7 @@ +Image::Size returns a raw (X, Y) pair of the height and width of +an image, and includes wrappers to pre-format that output into +either HTML or a set of attribute pairs suitable for the CGI.pm +library by Lincoln Stein. + +Currently Image::Size can size images in XPM, XBM, GIF, JPEG, PNG, +TIFF and the PPM family of formats (PPM/PGM/PBM). diff --git a/graphics/p5-Image-Size/pkg/PLIST b/graphics/p5-Image-Size/pkg/PLIST new file mode 100644 index 00000000000..09fd3261da4 --- /dev/null +++ b/graphics/p5-Image-Size/pkg/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/03 17:08:52 kim Exp $ +bin/imgsize +man/man1/imgsize.1 +lib/perl5/man/man3/Image::Size.3 +lib/perl5/site_perl/Image/Size.pm +lib/perl5/site_perl/auto/Image/Size/autosplit.ix +lib/perl5/site_perl/auto/Image/Size/bmpsize.al +lib/perl5/site_perl/auto/Image/Size/gifsize.al +lib/perl5/site_perl/auto/Image/Size/jpegsize.al +lib/perl5/site_perl/auto/Image/Size/pngsize.al +lib/perl5/site_perl/auto/Image/Size/ppmsize.al +lib/perl5/site_perl/auto/Image/Size/tiffsize.al +lib/perl5/site_perl/auto/Image/Size/xbmsize.al +lib/perl5/site_perl/auto/Image/Size/xpmsize.al +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Image/Size/.packlist +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Image/Size |