Sat Jul 18 00:12:46 2009 UTC ()
Update to 7.82.  Many changes - highlights are:

  - Added support for DNG version 1.3
  - API Changes:
      - Improved handling of $/ by localizing internally
  - Added ability to geotag with KML files (Note: each Placemark must contain a
    TimeStamp for this to work)
  - Added -struct option for JSON (-j) and XML (-X) outputs
  - Added ability to specify geotagging parameters via config file
  - API Changes:
      - Added GeoMaxHDOP, GeoMaxPDOP, GeoMaxIntSecs and GeoMaxExtSecs options
  - API Changes:
      - Changed WriteInfo() to use a temporary file instead of a memory buffer
        when a source file name is given with no destination file
      - Attempt (yet again) to fix problems when UTF-8 encoded strings are
        passed to exiftool functions
  - Added geotagging feature and new -geotag option (guess who finally bought a
    hand-held GPS!)


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

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

--- pkgsrc/graphics/p5-Image-ExifTool/Makefile 2009/02/13 01:29:49 1.20
+++ pkgsrc/graphics/p5-Image-ExifTool/Makefile 2009/07/18 00:12:45 1.21
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.20 2009/02/13 01:29:49 gdt Exp $ 1# $NetBSD: Makefile,v 1.21 2009/07/18 00:12:45 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.67 17VERSION= 7.82
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.18 -r1.19 pkgsrc/graphics/p5-Image-ExifTool/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/p5-Image-ExifTool/distinfo 2009/02/13 01:29:49 1.18
+++ pkgsrc/graphics/p5-Image-ExifTool/distinfo 2009/07/18 00:12:45 1.19
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2009/02/13 01:29:49 gdt Exp $ 1$NetBSD: distinfo,v 1.19 2009/07/18 00:12:45 gdt Exp $
2 2
3SHA1 (Image-ExifTool-7.67.tar.gz) = 94917af840824cb3b6f673341c47d47d802655ea 3SHA1 (Image-ExifTool-7.82.tar.gz) = fbf82ba79debd4ecf3922f44382607cbca136f93
4RMD160 (Image-ExifTool-7.67.tar.gz) = 9d817ed2f7f6b1e0690d66bf5436bdcc7fe8286d 4RMD160 (Image-ExifTool-7.82.tar.gz) = 299de6a9354c2b7f64714d0a86993c74f8fb54ec
5Size (Image-ExifTool-7.67.tar.gz) = 1934063 bytes 5Size (Image-ExifTool-7.82.tar.gz) = 2168931 bytes