pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update exiftags to 0.99.1 and enable pkgviews installa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93d8d0ee1714
branches:  trunk
changeset: 475597:93d8d0ee1714
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu May 20 17:41:39 2004 +0000

description:
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:

 doc/CHANGES                        |   3 ++-
 graphics/exiftags/Makefile         |  11 +++++++++--
 graphics/exiftags/PLIST            |   4 +++-
 graphics/exiftags/distinfo         |   8 ++++----
 graphics/exiftags/patches/patch-aa |  20 ++++++++++++++++----
 5 files changed, 34 insertions(+), 12 deletions(-)

diffs (95 lines):

diff -r f31d001edfce -r 93d8d0ee1714 doc/CHANGES
--- a/doc/CHANGES       Thu May 20 17:10:41 2004 +0000
+++ b/doc/CHANGES       Thu May 20 17:41:39 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5993 2004/05/20 11:20:25 hubertf Exp $
+$NetBSD: CHANGES,v 1.5994 2004/05/20 17:41:39 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2604,3 +2604,4 @@
        Updated swi-prolog to 5.2.13 [hubertf 2004-05-20]
        Added swi-prolog-lite-5.2.13 [hubertf 2004-05-20]
        Added swi-prolog-packages-5.2.13 [hubertf 2004-05-20]
+       Updated exiftags to 0.99.1 [minskim 2004-05-20]
diff -r f31d001edfce -r 93d8d0ee1714 graphics/exiftags/Makefile
--- a/graphics/exiftags/Makefile        Thu May 20 17:10:41 2004 +0000
+++ b/graphics/exiftags/Makefile        Thu May 20 17:41:39 2004 +0000
@@ -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 @@
 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 -r f31d001edfce -r 93d8d0ee1714 graphics/exiftags/PLIST
--- a/graphics/exiftags/PLIST   Thu May 20 17:10:41 2004 +0000
+++ b/graphics/exiftags/PLIST   Thu May 20 17:41:39 2004 +0000
@@ -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 -r f31d001edfce -r 93d8d0ee1714 graphics/exiftags/distinfo
--- a/graphics/exiftags/distinfo        Thu May 20 17:10:41 2004 +0000
+++ b/graphics/exiftags/distinfo        Thu May 20 17:41:39 2004 +0000
@@ -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 -r f31d001edfce -r 93d8d0ee1714 graphics/exiftags/patches/patch-aa
--- a/graphics/exiftags/patches/patch-aa        Thu May 20 17:10:41 2004 +0000
+++ b/graphics/exiftags/patches/patch-aa        Thu May 20 17:41:39 2004 +0000
@@ -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 @@
  
  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



Home | Main Index | Thread Index | Old Index