summaryrefslogtreecommitdiff
path: root/graphics/jhead
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-04-23 06:01:29 +0000
committerwiz <wiz@pkgsrc.org>2003-04-23 06:01:29 +0000
commit2ea79641d22b673ad21a3fa4da8a51464ea6ea8a (patch)
tree441ad53e8677abe5db1a142806a99beb1c44b42e /graphics/jhead
parentae4e5680f4e6716780ca0ef17f335f52c7b49249 (diff)
downloadpkgsrc-2ea79641d22b673ad21a3fa4da8a51464ea6ea8a.tar.gz
Update to 2.0, requested in PR 21272.
Changes since 1.9: Minor changes where newlines are printed. Added check to warn about wiping out the originals with the -st option. Fixed display of "flash used=no" for exif headers generated by photoshop. Added -ci and -cs options. Limit directory recursion depth to avoid crashing on circularly linked directories within the Exif header. Added automatic rottion (-autorotate) to right-up images that contain a rotation tag from the camera. *Finally* wrote a nice MAN page for jhead.
Diffstat (limited to 'graphics/jhead')
-rw-r--r--graphics/jhead/Makefile6
-rw-r--r--graphics/jhead/PLIST3
-rw-r--r--graphics/jhead/distinfo6
3 files changed, 9 insertions, 6 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile
index 3d06f42a240..f4012d08cf1 100644
--- a/graphics/jhead/Makefile
+++ b/graphics/jhead/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2003/03/14 19:37:40 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2003/04/23 06:01:29 wiz Exp $
#
-DISTNAME= jhead-1.9
+DISTNAME= jhead-2.0
CATEGORIES= graphics
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
@@ -16,10 +16,12 @@ USE_BUILDLINK2= yes
do-build:
cd ${WRKSRC} && \
${CC} ${CFLAGS} -o jhead jhead.c exif.c jpgfile.c ${LIBS}
+ ${GZIP_CMD} -d ${WRKSRC}/jhead.1.gz
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/jhead
${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/usage.html ${PREFIX}/share/doc/html/jhead
.include "../../graphics/jpeg/buildlink2.mk"
diff --git a/graphics/jhead/PLIST b/graphics/jhead/PLIST
index cd67ed301c0..6dd9a445fcd 100644
--- a/graphics/jhead/PLIST
+++ b/graphics/jhead/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:51:39 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/04/23 06:01:29 wiz Exp $
bin/jhead
+man/man1/jhead.1
share/doc/html/jhead/usage.html
@dirrm share/doc/html/jhead
diff --git a/graphics/jhead/distinfo b/graphics/jhead/distinfo
index 829c60dad8e..a96532b139b 100644
--- a/graphics/jhead/distinfo
+++ b/graphics/jhead/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2003/01/09 15:28:08 mycroft Exp $
+$NetBSD: distinfo,v 1.7 2003/04/23 06:01:29 wiz Exp $
-SHA1 (jhead-1.9.tar.gz) = a917400f7167ba2abce4ac88c5519229fc43ff41
-Size (jhead-1.9.tar.gz) = 36480 bytes
+SHA1 (jhead-2.0.tar.gz) = 6e2ced3b0046e75aba7e18969a4d2841b31991aa
+Size (jhead-2.0.tar.gz) = 43940 bytes