Tue Dec 13 12:29:43 2011 UTC ()
Update p5-Image-ExifTool to recent production release 8.65.

Changes from previous:
----------------------
Sept. 24, 2011 - Version 8.65 (production release)

  - Added a few new CanonModelID's
  - Added a new Sony/Minolta LensType
  - Added a new Canon LensType (thanks Klaus Reinfeld)
  - Added a number of new Olympus ArtFilter/MagicFilter values
  - Included new .args files in distribution: exif2iptc.args and iptc2exif.args
  - Enhanced writing of date/time tags to recognize "now" for the current time
  - Improved decoding of H264 Gain
  - Minor improvement to -htmlDump for some invalid IFD entries
  - Allow PostScript date/time tags to be written without the -n option
  - Allow NikonCapture:ExposureAdj2 to be written without the -n option
  - Fixed problem introduced in version 8.62 where DateTimeOriginal in IFD0 of
    NEF images was no longer updated when shifting times
  - Fixed problem where keywords could be duplicated when exporting to XMP while
    using the MWG module
  - Fixed problem reading PDF images with extra whitespace before xref table
  - Fixed format problem in CSV output for filenames containing a comma or quote
  - Fixed problem reading concatenated AVI videos

Sept. 10, 2011 - Version 8.64

  - Added 2 new ACDSee XMP tags (thanks Hannes Leubbers)
  - Added a new Sony FileFormat value
  - Added a new CanonModelID
  - Added a few new Pentax DigitalFilter and ImageTone values
  - Enhanced -execute option to allow a command ID number to be added
  - Enhanced -csv and -json import features to also key on canonical SourceFile
    path (requires Cwd module)
  - Improved Composite LensID logic for some Sony cameras
  - Fixed misleading error message when using -if option on file that doesn't
    exist
  - Fixed problems decoding a number of inconsistent tags in the Sigma SD1 maker
    notes

Aug. 27, 2011 - Version 8.63

  - Added support for a number of new Open Document file extensions
  - Added a few new CanonModelID and SonyModelID values
  - Added a new Ricoh GXR LensID
  - Added a new Sony/Minolta LensType (thanks Mladen Sever)
  - Added patch to read the improperly formatted DateTimeOriginal in AVI videos
    written by the Kodak Easyshare Sport camera
  - API Changes:
      - Added QuickTimeUTC option

Aug. 21, 2011 - Version 8.62 - "JPEG2000 Update"

  - Added read support for JPEG2000 codestream format (J2C)
  - Added a few new Nikon LensID's (thanks Robert Rottmerhusen)
  - Added a few new Pentax LensType's
  - Added a few new Sony/Minolta LensType's (thanks Wolfram for 2 of these)
  - Added two new Sony Teleconverter values (thanks Wolfram)
  - Decode a few more JPEG2000 UUID's written by Adobe JPEG2000 plugin
  - Decode additional JPEG2000 ColorSpecification information
  - Recognize a few more JPEG2000 file extensions
  - Updated some CanonModelID's
  - Tolerate extra comma at end of line in imported -csv files
  - Changed name of Kodak Type9 SerialNumber tag to UnknownNumber
  - Fixed bug which in rare situations could result in an erroneous "IFD pointer
    references previous IFD" warning
  - Fixed another memory leak when writing and removed circular references from
    ExifTool object to prevent future bugs like this
  - Fixed problem in Windows where values in the -X (XML) output containing
    CR+LF were converted to CR+CR+LF
  - Fixed superfluous warning which could occur when using += to decrement a
    numerical tag
  - Fixed an incorrectly spelt Pentax city name (thanks John Francis)

July 16, 2011 - Version 8.61

  - Added the ability to increment/decrement tags with numerical values using +=
  - Added support for Extensis Portfolio XMP tags plus a number of non-standard
    and/or undocumented XMP-xmp and XMP-xmpMM tags
  - Added read support for Microsoft Compiled HTML (CHM) format
  - Added read support for Ogg Video (OGV) files
  - Added new LensType values for Pentax (thanks Heike Herrmann), Sony/Minolta
    (thanks Fabio Suprani and Florian Knorn), Nikon (thanks Jens Kriese),
    Olympus and Sigma cameras
  - Added a new QuickTime VendorID
  - Recognize DEX (Dalvik Executable) files
  - Identify Windows 64-bit EXE/DLL files and relax EXE validation
  - Validate date/time values when reading NMEA GPS log files
  - Changed decoding of CFAPattern to return a string of numbers with -n option
  - Extract all unknown makernote blocks as undef, regardless of actual format
  - Improved print conversion of Pentax ShakeReduction
  - Fixed problem processing some Ogg files with multiple streams
  - Fixed incorrect namespace URI for stArea (used by MWG 2.0 regions)
  - Fixed problem with spaces in -geotag path when using wildcards
  - Fixed problem writing PDF:Keywords list items individually if they contain
    special characters
  - API Changes:
      - Enhanced SetNewValue() to allow increment/decrement of numerical tags


(hiramatsu)
diff -r1.32 -r1.33 pkgsrc/graphics/p5-Image-ExifTool/Makefile
diff -r1.28 -r1.29 pkgsrc/graphics/p5-Image-ExifTool/distinfo

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

--- pkgsrc/graphics/p5-Image-ExifTool/Makefile 2011/08/14 12:59:50 1.32
+++ pkgsrc/graphics/p5-Image-ExifTool/Makefile 2011/12/13 12:29:43 1.33
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.32 2011/08/14 12:59:50 obache Exp $ 1# $NetBSD: Makefile,v 1.33 2011/12/13 12:29:43 hiramatsu Exp $
2 2
3DISTNAME= Image-ExifTool-${VERSION} 3DISTNAME= Image-ExifTool-${VERSION}
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= graphics perl5 5CATEGORIES= graphics perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \ 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \
8 http://owl.phy.queensu.ca/~phil/exiftool/ 7 http://owl.phy.queensu.ca/~phil/exiftool/
9 8
10MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
11# 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
12HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/ 11HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/
13COMMENT= Perl module and program to read EXIF information 12COMMENT= Perl module and program to read EXIF information
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17 16
18# Author requests that we package only "production" versions. 17# Author requests that we package only "production" versions.
19VERSION= 8.60 18VERSION= 8.65
20 19
21PERL5_PACKLIST= auto/Image/ExifTool/.packlist 20PERL5_PACKLIST= auto/Image/ExifTool/.packlist
22 21
23.include "../../lang/perl5/module.mk" 22.include "../../lang/perl5/module.mk"
24.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/graphics/p5-Image-ExifTool/distinfo 2011/07/12 13:48:10 1.28
+++ pkgsrc/graphics/p5-Image-ExifTool/distinfo 2011/12/13 12:29:43 1.29
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.28 2011/07/12 13:48:10 wiz Exp $ 1$NetBSD: distinfo,v 1.29 2011/12/13 12:29:43 hiramatsu Exp $
2 2
3SHA1 (Image-ExifTool-8.60.tar.gz) = 17bd4eba2191ca274abcad084211ae727240ebd7 3SHA1 (Image-ExifTool-8.65.tar.gz) = 63c0fbbf877570e71ba9b055c0e6747c31a084bd
4RMD160 (Image-ExifTool-8.60.tar.gz) = 5b45e87519d453439a862e6bbd14d1a71456ce82 4RMD160 (Image-ExifTool-8.65.tar.gz) = 6e7e9d08bceace3089a97ad064eed254b7b163c6
5Size (Image-ExifTool-8.60.tar.gz) = 3173918 bytes 5Size (Image-ExifTool-8.65.tar.gz) = 3193939 bytes