From 3c2a83de33042d4d9c62092d73a3fe20a2f3e7b7 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 1 Jul 2002 15:49:02 +0000 Subject: Initial import of p5-Image-Info: This Perl extention allows you to extract meta information from various types of image files. In this release the following file formats are supported: JPEG (plain JFIF and Exif) PNG GIF PBM/PGM/PPM SVG XBM/XPM BMP/DIB/RLE --- graphics/p5-Image-Info/DESCR | 11 +++++++++++ graphics/p5-Image-Info/Makefile | 21 +++++++++++++++++++++ graphics/p5-Image-Info/PLIST | 1 + graphics/p5-Image-Info/distinfo | 4 ++++ 4 files changed, 37 insertions(+) create mode 100644 graphics/p5-Image-Info/DESCR create mode 100644 graphics/p5-Image-Info/Makefile create mode 100644 graphics/p5-Image-Info/PLIST create mode 100644 graphics/p5-Image-Info/distinfo (limited to 'graphics/p5-Image-Info') diff --git a/graphics/p5-Image-Info/DESCR b/graphics/p5-Image-Info/DESCR new file mode 100644 index 00000000000..c4c9d882910 --- /dev/null +++ b/graphics/p5-Image-Info/DESCR @@ -0,0 +1,11 @@ +This Perl extention allows you to extract meta information from +various types of image files. In this release the following file +formats are supported: + + JPEG (plain JFIF and Exif) + PNG + GIF + PBM/PGM/PPM + SVG + XBM/XPM + BMP/DIB/RLE diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile new file mode 100644 index 00000000000..cd0ef74d476 --- /dev/null +++ b/graphics/p5-Image-Info/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/07/01 15:49:02 wiz Exp $ +# + +DISTNAME= Image-Info-1.10 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5iin +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Info/ +COMMENT= perl module to extract meta information from images + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Image/Info/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-Image-Info/PLIST b/graphics/p5-Image-Info/PLIST new file mode 100644 index 00000000000..90402ec66d2 --- /dev/null +++ b/graphics/p5-Image-Info/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/01 15:49:02 wiz Exp $ diff --git a/graphics/p5-Image-Info/distinfo b/graphics/p5-Image-Info/distinfo new file mode 100644 index 00000000000..aa6e64a2874 --- /dev/null +++ b/graphics/p5-Image-Info/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/07/01 15:49:02 wiz Exp $ + +SHA1 (Image-Info-1.10.tar.gz) = 32c2f00823f61e6614dc70e334aebe35eec789ce +Size (Image-Info-1.10.tar.gz) = 299147 bytes -- cgit v1.2.3