Sat May 31 11:45:45 2008 UTC ()
Update to 7.30.  Selected changes since 7.25:

May 31, 2008 - Version 7.30 (production release)

  - Added new Canon CustomFunctions values from the EOS 1DmkIII firmware update,
    and a new CanonExposureMode value (thanks David Pitcher)
  - Added ability to read/write XMP in GIF images
  - Added ability to write to GIF87a images (by upgrading them to GIF89a)
  - API Changes:
      - Extract FileSize information from images passed as a scalar reference


(gdt)
diff -r1.14 -r1.15 pkgsrc/graphics/p5-Image-ExifTool/Makefile
diff -r1.14 -r1.15 pkgsrc/graphics/p5-Image-ExifTool/distinfo

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

--- pkgsrc/graphics/p5-Image-ExifTool/Makefile 2008/05/07 19:52:54 1.14
+++ pkgsrc/graphics/p5-Image-ExifTool/Makefile 2008/05/31 11:45:45 1.15
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.14 2008/05/07 19:52:54 gdt Exp $ 1# $NetBSD: Makefile,v 1.15 2008/05/31 11:45: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
14# Author requests that we package only "production" versions. 14# Author requests that we package only "production" versions.
15VERSION= 7.25 15VERSION= 7.30
16 16
17PERL5_PACKLIST= auto/Image/ExifTool/.packlist 17PERL5_PACKLIST= auto/Image/ExifTool/.packlist
18 18
19.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/graphics/p5-Image-ExifTool/distinfo 2008/05/07 19:52:54 1.14
+++ pkgsrc/graphics/p5-Image-ExifTool/distinfo 2008/05/31 11:45:45 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2008/05/07 19:52:54 gdt Exp $ 1$NetBSD: distinfo,v 1.15 2008/05/31 11:45:45 gdt Exp $
2 2
3SHA1 (Image-ExifTool-7.25.tar.gz) = cc55a8c972815972ebed5f5fda472b832b0badb2 3SHA1 (Image-ExifTool-7.30.tar.gz) = 6567020dc78c476487dd630f72ece8d6ce796a47
4RMD160 (Image-ExifTool-7.25.tar.gz) = 91956c87403fc51e28e69d2c04acefe15f311d83 4RMD160 (Image-ExifTool-7.30.tar.gz) = 1e6c80089ffb651e3e2b1c531452ecaf78300ead
5Size (Image-ExifTool-7.25.tar.gz) = 1611838 bytes 5Size (Image-ExifTool-7.30.tar.gz) = 1620455 bytes