pkgsrc/graphics/p5-Image-Info/Makefile
wiz b9258f7597 Update to 1.22:
2006-07-16 v1.22 Tels 123 tests
  * fix bug #19071: byteorder for TIFF on 64-bit systems broken
  * better error message in case SOI is missing in a JPEG
    (still no fix for #20183)
  * SVG:
    + use the correct MIME type "image/svg+xml"
    + version extraction was broken
    + comments had too much whitespace at front/end (these should be
      ignored and not extracted anyway)
  * add svg.t
  * resize test.jpg and test.png to make dist smaller
  * add interlace.png and beef up t/png.t
2006-08-06 18:12:52 +00:00

22 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.17 2006/08/06 18:12:52 wiz Exp $
#
DISTNAME= Image-Info-1.22
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5iin
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Info/
COMMENT= Perl module to extract meta information from images
DEPENDS+= p5-IO-String>=1.03:../../devel/p5-IO-String
DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Image/Info/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"