diff options
author | veego <veego@pkgsrc.org> | 2002-02-10 22:47:47 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2002-02-10 22:47:47 +0000 |
commit | 01fa670df5d33b3c85e81c01ba44b161bbc3dd74 (patch) | |
tree | 3488e555ce00756de39e8b854dd067d1847d543b /graphics | |
parent | 7a2c3b1d21bb386221bcd145238952f5f24c0a42 (diff) | |
download | pkgsrc-01fa670df5d33b3c85e81c01ba44b161bbc3dd74.tar.gz |
Update jhead to version 1.6.
Changes since 1.5:
- Added -V (version) option
- Added -exonly (exif only) option
- Fixed lots of typos (Thanks, David Baker [mailto:dave@dsb3.com])
- Use EDITOR environment variable to pick which editor (Instead of notpead or VI)
- Improved thumbnail deletion feature - now not just shortens the header, but
also removes pointers to the thumbnail form the exif header.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jhead/Makefile | 9 | ||||
-rw-r--r-- | graphics/jhead/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index ff45979270d..2a8f42d82a0 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -1,18 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2001/12/23 04:38:05 toshii Exp $ +# $NetBSD: Makefile,v 1.5 2002/02/10 22:47:47 veego Exp $ # -DISTNAME= jhead -PKGNAME= jhead-1.5 +DISTNAME= jhead-1.6 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ -EXTRACT_SUFX= .zip MAINTAINER= veego@netbsd.org HOMEPAGE= http://www.sentex.net/~mwandel/jhead/ COMMENT= Extract EXIF header from JPEG image -DIST_SUBDIR= ${PKGNAME} -WRKSRC= ${WRKDIR} +WRKSRC= ${WRKDIR}/${DISTNAME:S/-//} LIBS= -lm diff --git a/graphics/jhead/distinfo b/graphics/jhead/distinfo index b00e130b278..23a9f652082 100644 --- a/graphics/jhead/distinfo +++ b/graphics/jhead/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/12/23 04:38:05 toshii Exp $ +$NetBSD: distinfo,v 1.4 2002/02/10 22:47:47 veego Exp $ -SHA1 (jhead-1.5/jhead.zip) = 526832489be3685b6540175fd58ad064f2d44618 -Size (jhead-1.5/jhead.zip) = 51623 bytes +SHA1 (jhead-1.6.tar.gz) = 8e095354ca6db46b07982c7b53fb3daca6b62efa +Size (jhead-1.6.tar.gz) = 32951 bytes |