summaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Info
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-08-08 13:33:12 +0000
committersno <sno@pkgsrc.org>2009-08-08 13:33:12 +0000
commit7f8fbd405433de1c3d9162457ae247a75a4f5ec4 (patch)
tree1d8f77a4743991b2104cb7fcc060f17afaa4b846 /graphics/p5-Image-Info
parent0b87a97952ed8915cdde674e3228562b2212601a (diff)
downloadpkgsrc-7f8fbd405433de1c3d9162457ae247a75a4f5ec4.tar.gz
Updating package for p5 module Image::Info from 1.28nb1 to 1.29
pkgsrc changes: - Update dependencies: * IO::String is not required anymore (it's in Perl CORE) * XML::LibXML is preferred over XML::Simple - Added license (perl5 license) - Added Module::Install as module type to prevent bundled Module::Install from automatic installing Upstream changes: 2009-07-31 Slaven Rezic <srezic@cpan.org> Release 1.29 SVG parsing is now done by XML::LibXML::Reader, if available, otherwise the old XML::Simple-based code is used. Using the new code is much more memory efficient and faster. The old module can still be used by setting @Image::Info::SVG::PREFER_MODULE Removed deprecation notice. Bundled Module::Install 0.91. Ceased a warning in the JPEG parsing code with perl 5.6.x. Lowered minimum required Perl version to 5.6.0 (There's no evidence that it does not work with that Perl version). Ceased warnings when reading PNG files with ztxt (compressed comment) chunk (RT #28054)
Diffstat (limited to 'graphics/p5-Image-Info')
-rw-r--r--graphics/p5-Image-Info/Makefile12
-rw-r--r--graphics/p5-Image-Info/distinfo8
2 files changed, 11 insertions, 9 deletions
diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile
index 452cf731fb8..5c9f215f6af 100644
--- a/graphics/p5-Image-Info/Makefile
+++ b/graphics/p5-Image-Info/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2008/10/19 19:18:10 he Exp $
+# $NetBSD: Makefile,v 1.24 2009/08/08 13:33:12 sno Exp $
#
-DISTNAME= Image-Info-1.28
+DISTNAME= Image-Info-1.29
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5iin
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
@@ -11,13 +10,16 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Image-Info/
COMMENT= Perl module to extract meta information from images
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-IO-String>=1.03:../../devel/p5-IO-String
-DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
+# missing recommends: Image::Xpm, Image::Xbm
+DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
+#DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PERL5_MODULE_TYPE= Module::Install
PERL5_PACKLIST= auto/Image/Info/.packlist
diff --git a/graphics/p5-Image-Info/distinfo b/graphics/p5-Image-Info/distinfo
index 02ab567459c..8cacb6e3f97 100644
--- a/graphics/p5-Image-Info/distinfo
+++ b/graphics/p5-Image-Info/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2008/04/23 21:12:57 wiz Exp $
+$NetBSD: distinfo,v 1.12 2009/08/08 13:33:12 sno Exp $
-SHA1 (Image-Info-1.28.tar.gz) = ab6df2806c87f25ea492921782ec92c4487479c5
-RMD160 (Image-Info-1.28.tar.gz) = 5c93a06d5b1ac70c2151cf70a51b64cac2e3c79a
-Size (Image-Info-1.28.tar.gz) = 215349 bytes
+SHA1 (Image-Info-1.29.tar.gz) = 9be4ea40b5475dd8dba9d6645937333f2c7a9192
+RMD160 (Image-Info-1.29.tar.gz) = 7f246f637abe889ae10d5e6756f1bf7cebf73695
+Size (Image-Info-1.29.tar.gz) = 218695 bytes