Upgrade to 1.16:

- Support for Canon 300D/Digital Rebel.
- Avoid IO::String dependency for perl-5.8.
- Support TIFF/Exif GPS tags.
- Support for Olympus C-700UZ and fix for the Olympus-JpegQual attribute.
- Support for Canon makernote.
- IO::String v1.02 core dumps fixed by depending on v1.03.
This commit is contained in:
kim 2004-02-08 21:21:10 +00:00
parent c6c585065f
commit 8ff5226d2f
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2003/07/21 16:51:49 martti Exp $
# $NetBSD: Makefile,v 1.8 2004/02/08 21:21:10 kim Exp $
#
DISTNAME= Image-Info-1.12
DISTNAME= Image-Info-1.16
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5iin
CATEGORIES= graphics perl5
@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@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.01:../../devel/p5-IO-String
DEPENDS+= p5-IO-String>=1.03:../../devel/p5-IO-String
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Image/Info/.packlist

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.2 2002/12/31 14:02:42 shell Exp $
$NetBSD: distinfo,v 1.3 2004/02/08 21:21:10 kim Exp $
SHA1 (Image-Info-1.12.tar.gz) = dc32ebf33deccd776f8b2681922680c5b056469e
Size (Image-Info-1.12.tar.gz) = 304144 bytes
SHA1 (Image-Info-1.16.tar.gz) = 4bdcfc5efa03481f956fb7a7ee881712f6322ee1
Size (Image-Info-1.16.tar.gz) = 312250 bytes