From 17a2c38d1583831279766b6d0959a9e109bf9b5d Mon Sep 17 00:00:00 2001 From: kim Date: Fri, 3 Sep 1999 17:08:51 +0000 Subject: 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). --- graphics/p5-Image-Size/Makefile | 17 +++++++++++++++++ graphics/p5-Image-Size/files/md5 | 3 +++ graphics/p5-Image-Size/pkg/COMMENT | 1 + graphics/p5-Image-Size/pkg/DESCR | 7 +++++++ graphics/p5-Image-Size/pkg/PLIST | 16 ++++++++++++++++ 5 files changed, 44 insertions(+) create mode 100644 graphics/p5-Image-Size/Makefile create mode 100644 graphics/p5-Image-Size/files/md5 create mode 100644 graphics/p5-Image-Size/pkg/COMMENT create mode 100644 graphics/p5-Image-Size/pkg/DESCR create mode 100644 graphics/p5-Image-Size/pkg/PLIST (limited to 'graphics') 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 -- cgit v1.2.3