diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-06 18:12:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-06 18:12:52 +0000 |
commit | 751da6fae59681dd67eea965165b090ba5a6edc7 (patch) | |
tree | a204cceaeea2ae6c276ca37dd979ee28d05948b2 | |
parent | 3b4760ac4a70bfbdb8ffdfc7046b2ae24eed70a2 (diff) | |
download | pkgsrc-751da6fae59681dd67eea965165b090ba5a6edc7.tar.gz |
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
-rw-r--r-- | graphics/p5-Image-Info/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-Image-Info/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index 72499ad5ffb..b7a74521dfc 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2006/07/19 22:40:27 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2006/08/06 18:12:52 wiz Exp $ # -DISTNAME= Image-Info-1.21 +DISTNAME= Image-Info-1.22 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5iin CATEGORIES= graphics perl5 @@ -12,6 +12,7 @@ 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 diff --git a/graphics/p5-Image-Info/distinfo b/graphics/p5-Image-Info/distinfo index ef81057b1ea..1ce6b29a1f2 100644 --- a/graphics/p5-Image-Info/distinfo +++ b/graphics/p5-Image-Info/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2006/07/19 22:40:27 wiz Exp $ +$NetBSD: distinfo,v 1.7 2006/08/06 18:12:52 wiz Exp $ -SHA1 (Image-Info-1.21.tar.gz) = 34479227f50cb9b44fe205599c22cf7f3dcb0968 -RMD160 (Image-Info-1.21.tar.gz) = 6760ea9f58b7cb79a1d6d5b2e98794aefc8ccbdf -Size (Image-Info-1.21.tar.gz) = 262437 bytes +SHA1 (Image-Info-1.22.tar.gz) = f3b8c721658c991f324eb462c3221857a285e300 +RMD160 (Image-Info-1.22.tar.gz) = 66ba8c007659afebeb0018a8e138be27673d50f4 +Size (Image-Info-1.22.tar.gz) = 199904 bytes |