Sat Nov 21 19:18:53 2009 UTC ()
Update to production release 8.00.  (Despite 7.89->8.00 appearing
momentous, it does not appear to be significant.)

Many minor fixes and enhancements.  Notable entries:

  - Added new Geosync tag to allow geotagging of images with timestamps which
    are not pre-synchronized to GPS time

  - Changed conversion of Canon MeasuredEV to correspond more closely to
    LightValue (by adding 5 to the MeasuredEV value, which seems to be good for
    all EOS models, but it may be high by up to 1 EV for some PowerShot models)


(gdt)
diff -r1.22 -r1.23 pkgsrc/graphics/p5-Image-ExifTool/Makefile
diff -r1.20 -r1.21 pkgsrc/graphics/p5-Image-ExifTool/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/graphics/p5-Image-ExifTool/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/p5-Image-ExifTool/Makefile 2009/08/18 23:30:08 1.22
+++ pkgsrc/graphics/p5-Image-ExifTool/Makefile 2009/11/21 19:18:53 1.23
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.22 2009/08/18 23:30:08 gdt Exp $ 1# $NetBSD: Makefile,v 1.23 2009/11/21 19:18:53 gdt Exp $
2 2
3DISTNAME= Image-ExifTool-${VERSION} 3DISTNAME= Image-ExifTool-${VERSION}
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= graphics perl5 5CATEGORIES= graphics perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \ 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \
7 http://owl.phy.queensu.ca/~phil/exiftool/ 7 http://owl.phy.queensu.ca/~phil/exiftool/
8 8
9MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
10# author says www.sno is the same machine, but was never advertised 10# author says www.sno is the same machine, but was never advertised
11HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/ 11HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/
12COMMENT= Perl module and program to read EXIF information 12COMMENT= Perl module and program to read EXIF information
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16# Author requests that we package only "production" versions. 16# Author requests that we package only "production" versions.
17VERSION= 7.89 17VERSION= 8.00
18 18
19PERL5_PACKLIST= auto/Image/ExifTool/.packlist 19PERL5_PACKLIST= auto/Image/ExifTool/.packlist
20 20
21.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.20 -r1.21 pkgsrc/graphics/p5-Image-ExifTool/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/p5-Image-ExifTool/distinfo 2009/08/18 23:30:08 1.20
+++ pkgsrc/graphics/p5-Image-ExifTool/distinfo 2009/11/21 19:18:53 1.21
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2009/08/18 23:30:08 gdt Exp $ 1$NetBSD: distinfo,v 1.21 2009/11/21 19:18:53 gdt Exp $
2 2
3SHA1 (Image-ExifTool-7.89.tar.gz) = 5fda5eeb02a5b272b89c49a4c11aba8df9849876 3SHA1 (Image-ExifTool-8.00.tar.gz) = dfed07271cf3a012d45e0b9a7f82deecce35cada
4RMD160 (Image-ExifTool-7.89.tar.gz) = 9a5a661d6ccdc896cf9c26dfe18f0cfafc7283c2 4RMD160 (Image-ExifTool-8.00.tar.gz) = c953aa5802ab895070a791e60c20309ee3256874
5Size (Image-ExifTool-7.89.tar.gz) = 2197428 bytes 5Size (Image-ExifTool-8.00.tar.gz) = 2349313 bytes