diff options
author | shell <shell@pkgsrc.org> | 2002-12-31 14:02:42 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-12-31 14:02:42 +0000 |
commit | 2e436fb206e6d225f1a4c2e9f8e4ea760136f44e (patch) | |
tree | 808955e9e5a3c1228c0d935472310f0ac0f0602e /graphics/p5-Image-Info | |
parent | a00ddfac7414a9f21c09b195623db781258182e8 (diff) | |
download | pkgsrc-2e436fb206e6d225f1a4c2e9f8e4ea760136f44e.tar.gz |
Updated to p5-Image-Info-1.12
Changes:
- Don't require IO::String for perl-5.8 as
it has that feature built in. Based on patch
by Slaven Rezic <slaven.rezic@berlin.de>.
- Support for Exif 2.2 tags contributed by
Stephane Bailliez <sbailliez@apache.org>.
- Support Olympus C4000Z MakerNote also from
Stephane Bailliez.
- More robust TIFF parser that keeps on going if some of the
fields appears to be garbage.
- Workaround for "Samsung Digimax 200"'s brain-dead resolution
values.
Happy new year ..
Diffstat (limited to 'graphics/p5-Image-Info')
-rw-r--r-- | graphics/p5-Image-Info/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Image-Info/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index 04238910776..0e737d849f9 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/10/20 17:46:06 seb Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/31 14:02:42 shell Exp $ # -DISTNAME= Image-Info-1.10 +DISTNAME= Image-Info-1.12 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5iin CATEGORIES= graphics perl5 diff --git a/graphics/p5-Image-Info/distinfo b/graphics/p5-Image-Info/distinfo index aa6e64a2874..927a352dbb9 100644 --- a/graphics/p5-Image-Info/distinfo +++ b/graphics/p5-Image-Info/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/07/01 15:49:02 wiz Exp $ +$NetBSD: distinfo,v 1.2 2002/12/31 14:02:42 shell Exp $ -SHA1 (Image-Info-1.10.tar.gz) = 32c2f00823f61e6614dc70e334aebe35eec789ce -Size (Image-Info-1.10.tar.gz) = 299147 bytes +SHA1 (Image-Info-1.12.tar.gz) = dc32ebf33deccd776f8b2681922680c5b056469e +Size (Image-Info-1.12.tar.gz) = 304144 bytes |