momentous, it does not appear to be significant.) Many minor fixes and enhancements. Notable entries: - Added new Geosync tag to allow geotagging of images with timestamps which are not pre-synchronized to GPS time - Changed conversion of Canon MeasuredEV to correspond more closely to LightValue (by adding 5 to the MeasuredEV value, which seems to be good for all EOS models, but it may be high by up to 1 EV for some PowerShot models)
22 lines
673 B
Makefile
22 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.23 2009/11/21 19:18:53 gdt Exp $
|
|
|
|
DISTNAME= Image-ExifTool-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# Author requests that we package only "production" versions.
|
|
VERSION= 8.00
|
|
|
|
PERL5_PACKLIST= auto/Image/ExifTool/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|