summaryrefslogtreecommitdiff
path: root/graphics/exiftags
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-20 17:41:39 +0000
committerminskim <minskim>2004-05-20 17:41:39 +0000
commit0a4c18a11b1d5c9a24e271fbd0560c1b49b11453 (patch)
tree43ac1cd018fd548b47da582ca2fc0e276ec0aad4 /graphics/exiftags
parentc24501b1e888fc0aac5fe58524275e946de0fb56 (diff)
downloadpkgsrc-0a4c18a11b1d5c9a24e271fbd0560c1b49b11453.tar.gz
Update exiftags to 0.99.1 and enable pkgviews installation.
Changes since 0.98: 20040506 fixed exiftime install oversight 20040504 added Canon camera actuations (thanks: Stan Jirman) 20040420 added Panasonic maker note support (thanks: Tom Hughes) 20040410 improved error messages in exifcom 20040408 added exiftime utility to display and write date/time tags 20040403 added Leica maker note support 20040403 slight hack to use Canon's subject distance tag (units unclear) 20040403 fixed Canon maker function parameter mismatch 20040403 updated for Exif 2.21 draft spec (minor changes) 20040403 fixed problem with images without IFD1 20040403 additional bounds checks on some tags (thanks: Michael McCandless) 20040403 fixed negative fraction display 20040227 added Asahi/Pentax maker note support 20031101 prevent looping when a tag refers to its own IFD
Diffstat (limited to 'graphics/exiftags')
-rw-r--r--graphics/exiftags/Makefile11
-rw-r--r--graphics/exiftags/PLIST4
-rw-r--r--graphics/exiftags/distinfo8
-rw-r--r--graphics/exiftags/patches/patch-aa20
4 files changed, 32 insertions, 11 deletions
diff --git a/graphics/exiftags/Makefile b/graphics/exiftags/Makefile
index 3c69c522888..f68bc354966 100644
--- a/graphics/exiftags/Makefile
+++ b/graphics/exiftags/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2003/10/24 01:44:35 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/20 17:41:39 minskim Exp $
-DISTNAME= exiftags-0.98
+DISTNAME= exiftags-0.99.1
CATEGORIES= graphics
MASTER_SITES= http://johnst.org/sw/exiftags/
@@ -8,4 +8,11 @@ MAINTAINER= shell@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
+
+USE_BUILDLINK3= yes
+NO_CONFIGURE= yes
+
+INSTALLATION_DIRS= bin man/man1
+
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/exiftags/PLIST b/graphics/exiftags/PLIST
index aed295bf674..f94578b9bfc 100644
--- a/graphics/exiftags/PLIST
+++ b/graphics/exiftags/PLIST
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/26 11:11:23 shell Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/05/20 17:41:39 minskim Exp $
bin/exifcom
bin/exiftags
+bin/exiftime
man/man1/exifcom.1
man/man1/exiftags.1
+man/man1/exiftime.1
diff --git a/graphics/exiftags/distinfo b/graphics/exiftags/distinfo
index 4b57f80666b..c40ab2cc86f 100644
--- a/graphics/exiftags/distinfo
+++ b/graphics/exiftags/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/10/24 01:44:35 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2004/05/20 17:41:39 minskim Exp $
-SHA1 (exiftags-0.98.tar.gz) = 737f4cd4a4d0d2b10da94e2385089d0152131ad1
-Size (exiftags-0.98.tar.gz) = 50195 bytes
-SHA1 (patch-aa) = 14db4d393f55d7e279bc5c77aaae41333f5acca9
+SHA1 (exiftags-0.99.1.tar.gz) = d72105b4b93946133135cf15279e5d1b73cf8ec9
+Size (exiftags-0.99.1.tar.gz) = 62397 bytes
+SHA1 (patch-aa) = 1d741e83e05ceb866c7dcd36206b0ed2edd9ea18
diff --git a/graphics/exiftags/patches/patch-aa b/graphics/exiftags/patches/patch-aa
index 550220c027c..7c871586d0f 100644
--- a/graphics/exiftags/patches/patch-aa
+++ b/graphics/exiftags/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2003/10/24 01:44:35 xtraeme Exp $
+$NetBSD: patch-aa,v 1.3 2004/05/20 17:41:39 minskim Exp $
---- Makefile.orig 2003-10-24 03:41:03.000000000 +0200
-+++ Makefile 2003-10-24 03:41:41.000000000 +0200
-@@ -11,12 +11,12 @@
+--- Makefile.orig 2004-05-07 00:46:29.000000000 -0500
++++ Makefile
+@@ -12,12 +12,12 @@ MKRS=makers.o canon.o olympus.o fuji.o n
NOMKRS=makers_stub.o
#
@@ -20,3 +20,15 @@ $NetBSD: patch-aa,v 1.2 2003/10/24 01:44:35 xtraeme Exp $
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:
+ 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
++ ${BSD_INSTALL_PROGRAM} exiftags exifcom exiftime ${PREFIX}/bin
++ ${BSD_INSTALL_MAN} exiftags.1 exifcom.1 exiftime.1 ${PREFIX}/man/man1