44d6f8ac08
June 5, 2017 - Version 10.55 (production release) - Added support for GIF multimedia extensions - Added a couple of new Sony/Minolta lenses (thanks Chris) - Added a new Nikon LensID (thanks Jakob Dettner) - Added new Composite TotalPathPoints tag to photoshop_paths.config - Decode a number of new Sony tags and updated some others (thanks Jos Roost) - Decode a new Pentax tag and fixed decoding of another (thanks Andras Salamon) - Updated iptcCore.args for new IPTC specification - Changed description of a couple of AVI Model tags to match EXIF - Patched tests to avoid failures with Perl 5.25.11 due to missing "." in @INC - Fixed an incorrect warning from the experimental Validate feature May 26, 2017 - Version 10.54 - Added support for Google XMP GImage and GAudio tags - Added a new Olympus CameraType (thanks LibRaw) - Added a two new Sony lenses and decode more ILCE-9 tags (thanks Jos Roost) - Added new values to some Pentax tags (thanks Andras Salamon) - Added a new Canon LensType - Added an additional checks to the experimental -validate feature - Improved user-defined FileTypes feature to provide more flexibility - Enhanced -ext option to allow specific files extensions to be processed along with supported files - API Changes: - Added ListJoin option to replace List and ListSep options May 17, 2017 - Version 10.53 - Added support for "MeSa" Photoshop IRB resource - Made XMP-GSpherical tags writable - Improved German translations (thanks Jobi) May 12, 2017 - Version 10.52 - Added some new values to a number of FujiFilm tags and changed some others (thanks Albert Shan) - Decode a number of new Sony tags for the ILCE-9 (thanks Jos Roost) - Made SonyISO writable - Changed behaviour of advanced formatting expression for Shortcut tags so it now applies to the combined value rather than individual constituent values - Minor changes to some Pentax print conversions - Fixed problem using new NoDups utility with Shortcut tags May 2, 2017 - Version 10.51 - Added "NoDups" utility function for use in advanced formatting expressions - Added a new Pentax LensType (thanks JohnK) - Added some new Pentax DriveMode values (thanks Andras Salamon) - Enhanced -ver option to report Perl include directories with -v2 - Improved warning message when advanced formatting expression returns undef - Minor change to a few FujiFilm print conversion strings (thanks Albert Shan) - Changed behaviour when interpolating Shortcut tags in a string (the values are now separated according to the -sep option setting instead of simply being concatenated) - Patched to allow file times to be set on systems where futimes is not available
20 lines
717 B
Makefile
20 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.58 2017/06/14 13:14:49 wiz Exp $
|
|
|
|
# Author requests that we package only "production" versions.
|
|
# Check http://owl.phy.queensu.ca/~phil/exiftool/history.html
|
|
DISTNAME= Image-ExifTool-10.55
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
|
|
MASTER_SITES+= http://owl.phy.queensu.ca/~phil/exiftool/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
# author says www.sno is the same machine, but was never advertised
|
|
HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/
|
|
COMMENT= Perl module and program to read EXIF information
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Image/ExifTool/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|