diff options
author | gdt <gdt@pkgsrc.org> | 2009-07-18 00:12:45 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-07-18 00:12:45 +0000 |
commit | 35544c0bea90429dc82dca01559ea7415c2206d1 (patch) | |
tree | 28e4bf311f20a1774fab4f39a6dd9a772d440521 /graphics | |
parent | 11e32ba49a4ec477635bd49756fa183265c1ac9c (diff) | |
download | pkgsrc-35544c0bea90429dc82dca01559ea7415c2206d1.tar.gz |
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!)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Image-ExifTool/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Image-ExifTool/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index 75dc7abea09..00ce61835a2 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2009/02/13 01:29:49 gdt Exp $ +# $NetBSD: Makefile,v 1.21 2009/07/18 00:12:45 gdt Exp $ DISTNAME= Image-ExifTool-${VERSION} PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ COMMENT= Perl module and program to read EXIF information PKG_DESTDIR_SUPPORT= user-destdir # Author requests that we package only "production" versions. -VERSION= 7.67 +VERSION= 7.82 PERL5_PACKLIST= auto/Image/ExifTool/.packlist diff --git a/graphics/p5-Image-ExifTool/distinfo b/graphics/p5-Image-ExifTool/distinfo index 4e7ffbcae0a..208538e0b3a 100644 --- a/graphics/p5-Image-ExifTool/distinfo +++ b/graphics/p5-Image-ExifTool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2009/02/13 01:29:49 gdt Exp $ +$NetBSD: distinfo,v 1.19 2009/07/18 00:12:45 gdt Exp $ -SHA1 (Image-ExifTool-7.67.tar.gz) = 94917af840824cb3b6f673341c47d47d802655ea -RMD160 (Image-ExifTool-7.67.tar.gz) = 9d817ed2f7f6b1e0690d66bf5436bdcc7fe8286d -Size (Image-ExifTool-7.67.tar.gz) = 1934063 bytes +SHA1 (Image-ExifTool-7.82.tar.gz) = fbf82ba79debd4ecf3922f44382607cbca136f93 +RMD160 (Image-ExifTool-7.82.tar.gz) = 299de6a9354c2b7f64714d0a86993c74f8fb54ec +Size (Image-ExifTool-7.82.tar.gz) = 2168931 bytes |