diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-02 12:18:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-02 12:18:12 +0000 |
commit | 5e886580e7ba19eb78bd151763564c9aa936d8f3 (patch) | |
tree | 215b0ffca530ec152513f58eda90948529b99373 /graphics/p5-Image-Info | |
parent | a761764dd9dc39f62d8c4c83c74a91f5f9ddca4e (diff) | |
download | pkgsrc-5e886580e7ba19eb78bd151763564c9aa936d8f3.tar.gz |
Update to 1.31:
2010-09-25 Slaven Rezic <slaven@rezic.de>
Release 1.31
Stable release with all changes in 1.30_50..1.30_53
Patch by Tony Hook to fix handling of PPM files with 2
bytes/sample.
2010-02-09 Slaven Rezic <slaven@rezic.de>
Release 1.30_53
Repacked because Module::Install 0.93 does not ignore xt tests.
See https://rt.cpan.org/Ticket/Display.html?id=54450
2010-02-09 Slaven Rezic <slaven@rezic.de>
Release 1.30_52
Force using libxml's SAX parser.
Fixed some PPM issues (e.g. incomplete header, numify
width/height...)
2009-11-22 Slaven Rezic <slaven@rezic.de>
Release 1.30_51
Fixes in GIF reader (unknown intro codes are now only warnings,
application chunks are forced into the first image data)
Added some test images for previous fixes.
2009-11-14 Slaven Rezic <slaven@rezic.de>
Release 1.30_50
Support for Microsoft .ico files (Image::Info::ICO).
Fixes in JPEG parsing (skip pad 0xFF in markers).
Fixes in GIF reader ("trailer" seems to be optional).
Somewhat better recognition of XBM files.
XPM handling: Corrected color parsing. Try harder to find X11's
rgb.txt. Ignore comments in rgb.txt.
Reordered magic checks to have more common image formats first.
Introduced Bundles.
Some Pod cleanups.
Additional author tests in xt.
Diffstat (limited to 'graphics/p5-Image-Info')
-rw-r--r-- | graphics/p5-Image-Info/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-Image-Info/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index 40a162f5c50..5a64d7f5701 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2010/08/21 16:34:57 seb Exp $ +# $NetBSD: Makefile,v 1.27 2010/12/02 12:18:12 wiz Exp $ # -DISTNAME= Image-Info-1.30 +DISTNAME= Image-Info-1.31 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5iin CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} diff --git a/graphics/p5-Image-Info/distinfo b/graphics/p5-Image-Info/distinfo index 9211fcabb94..83a7a054ec3 100644 --- a/graphics/p5-Image-Info/distinfo +++ b/graphics/p5-Image-Info/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2010/01/20 14:42:51 wiz Exp $ +$NetBSD: distinfo,v 1.14 2010/12/02 12:18:12 wiz Exp $ -SHA1 (Image-Info-1.30.tar.gz) = 74e3de70b5eea5186bf15eba05a9a4d659be52e7 -RMD160 (Image-Info-1.30.tar.gz) = e5c17dc13bfdee96695d2fbf3c6e6f3434f8da13 -Size (Image-Info-1.30.tar.gz) = 221833 bytes +SHA1 (Image-Info-1.31.tar.gz) = 9120a6f217662f23417fb806ef6fbfb8146d8291 +RMD160 (Image-Info-1.31.tar.gz) = 01dea94a061194c1e61ed4b2dca24873902add2c +Size (Image-Info-1.31.tar.gz) = 231407 bytes |