summaryrefslogtreecommitdiff
path: root/graphics/exiftags
diff options
context:
space:
mode:
authoradam <adam>2005-07-01 12:54:09 +0000
committeradam <adam>2005-07-01 12:54:09 +0000
commit051f96ad5e09e4c17fad5ac08228cd6af1065f7f (patch)
tree33f17387010250abf535e3dd527396124e0e5c20 /graphics/exiftags
parentee91082c699250f20b3b402b944c6c89d5e2fb88 (diff)
downloadpkgsrc-051f96ad5e09e4c17fad5ac08228cd6af1065f7f.tar.gz
Changes 1.00:
added Canon tags, minor tweaks fixed handling of short ASCII strings added Panasonic tags enhanced Nikon maker note support for newer cameras internal code cleanup to allow separate maker TIFF info added new Canon shooting modes fixed exiftime crash on missing tags fixed looping from recursive Canon IFD ref sanitize ASCII tags to handle corrupt maker notes added Panasonic values, tags image number support for Canon EOS-20D added Canon EOS-20D custom function support added Sigma maker note support added Canon tag values, calculate EV's fixed flash tag processing to catch all possible values fixed spelling for Minolta values
Diffstat (limited to 'graphics/exiftags')
-rw-r--r--graphics/exiftags/Makefile4
-rw-r--r--graphics/exiftags/distinfo10
-rw-r--r--graphics/exiftags/patches/patch-aa35
3 files changed, 21 insertions, 28 deletions
diff --git a/graphics/exiftags/Makefile b/graphics/exiftags/Makefile
index bc588a5add6..0b863650432 100644
--- a/graphics/exiftags/Makefile
+++ b/graphics/exiftags/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:02 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/07/01 12:54:09 adam Exp $
-DISTNAME= exiftags-0.99.1
+DISTNAME= exiftags-1.00
CATEGORIES= graphics
MASTER_SITES= http://johnst.org/sw/exiftags/
diff --git a/graphics/exiftags/distinfo b/graphics/exiftags/distinfo
index 5fd0e0e4bbb..c5e238b48ef 100644
--- a/graphics/exiftags/distinfo
+++ b/graphics/exiftags/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 08:45:04 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/07/01 12:54:09 adam Exp $
-SHA1 (exiftags-0.99.1.tar.gz) = d72105b4b93946133135cf15279e5d1b73cf8ec9
-RMD160 (exiftags-0.99.1.tar.gz) = 5d6eefeaeb2d5d4f28ea889d14441ca10290bab0
-Size (exiftags-0.99.1.tar.gz) = 62397 bytes
-SHA1 (patch-aa) = 1d741e83e05ceb866c7dcd36206b0ed2edd9ea18
+SHA1 (exiftags-1.00.tar.gz) = f5c42a5a8542c844e2cc3222b3aa457053102c11
+RMD160 (exiftags-1.00.tar.gz) = 2d0034fa663d1e01eecc0e5f6e6a7daf93caa83e
+Size (exiftags-1.00.tar.gz) = 69162 bytes
+SHA1 (patch-aa) = 32fbd796627cb796b928c3bbef10402430d54974
diff --git a/graphics/exiftags/patches/patch-aa b/graphics/exiftags/patches/patch-aa
index 7c871586d0f..b9e8ce3f0b8 100644
--- a/graphics/exiftags/patches/patch-aa
+++ b/graphics/exiftags/patches/patch-aa
@@ -1,34 +1,27 @@
-$NetBSD: patch-aa,v 1.3 2004/05/20 17:41:39 minskim Exp $
+$NetBSD: patch-aa,v 1.4 2005/07/01 12:54:09 adam Exp $
---- Makefile.orig 2004-05-07 00:46:29.000000000 -0500
+--- Makefile.orig 2005-01-05 00:30:32.000000000 +0000
+++ Makefile
-@@ -12,12 +12,12 @@ MKRS=makers.o canon.o olympus.o fuji.o n
- NOMKRS=makers_stub.o
-
+@@ -14,9 +14,9 @@ NOMKRS=makers_stub.o
#
--# A few parameters...
-+# Use pkgsrc defaults
+ # A few parameters...
#
-CC=cc
--DEBUG=
--CFLAGS=$(DEBUG)
--PREFIX=/usr/local
+#CC=cc
-+#DEBUG=
+ DEBUG=
+-CFLAGS=$(DEBUG)
+#CFLAGS=$(DEBUG)
-+#PREFIX=/usr/local
+ DESTDIR=
- OBJS=exif.o tagdefs.o exifutil.o exifgps.o jpeg.o
- HDRS=exif.h exifint.h jpeg.h makers.h
-@@ -44,9 +44,5 @@ clean:
+ prefix=/usr/local
+@@ -49,8 +49,5 @@ clean:
timevary.o exiftags exifcom exiftime
install: all
-- cp exiftags exifcom exiftime $(PREFIX)/bin
-- chmod a+x $(PREFIX)/bin/exiftags $(PREFIX)/bin/exifcom \
-- $(PREFIX)/bin/exiftime
-- cp exiftags.1 exifcom.1 exiftime.1 $(PREFIX)/man/man1
-- chmod a+r $(PREFIX)/man/man1/exiftags.1 $(PREFIX)/man/man1/exifcom.1 \
-- $(PREFIX)/man/man1/exiftime.1
+- cp exiftags exifcom exiftime $(bindir)
+- chmod 0755 $(bindir)/exiftags $(bindir)/exifcom $(bindir)/exiftime
+- cp exiftags.1 exifcom.1 exiftime.1 $(mandir)/man1
+- chmod 0644 $(mandir)/man1/exiftags.1 $(mandir)/man1/exifcom.1 \
+- $(mandir)/man1/exiftime.1
+ ${BSD_INSTALL_PROGRAM} exiftags exifcom exiftime ${PREFIX}/bin
+ ${BSD_INSTALL_MAN} exiftags.1 exifcom.1 exiftime.1 ${PREFIX}/man/man1