pkgsrc/graphics/exiftags/Makefile
drochner 947a6cb99c update to 1.01
changes:
fixed to compile on HP-UX
added Canon EOS-5D custom function support
custom timestamp prefs in exiftime listing
suppress warnings on invalid user comments
allow output of invalid tags in debug
fixed looping from recursive IFD ref, resolves CVE-2007-6356
fixed handling of field offset overflow, resolves CVE-2007-6354 &
 CVE-2007-6355
2007-12-17 11:16:44 +00:00

17 lines
435 B
Makefile

# $NetBSD: Makefile,v 1.9 2007/12/17 11:16:44 drochner Exp $
DISTNAME= exiftags-1.01
CATEGORIES= graphics
MASTER_SITES= http://johnst.org/sw/exiftags/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://johnst.org/sw/exiftags/
COMMENT= Utility to read Exif tags from a digital camera JPEG file
PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_CONFIGURE= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"