aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-11-02 23:46:45 +0800
committerrm <rm@FreeBSD.org>2012-11-02 23:46:45 +0800
commit9d118abae53e7407600f60097deec8bc6eb721ed (patch)
tree8ae35dd96c19534de7625bc70851d9f7cf851698
parent8a6c5aff7d3d05fef077fc47337a322a71b14b73 (diff)
downloadfreebsd-ports-gnome-9d118abae53e7407600f60097deec8bc6eb721ed.tar.gz
freebsd-ports-gnome-9d118abae53e7407600f60097deec8bc6eb721ed.tar.zst
freebsd-ports-gnome-9d118abae53e7407600f60097deec8bc6eb721ed.zip
- update to 2.96
while here: - trim Makefile header - convert to optionsng - whitespace fixes in pkg-descr PR: 172870 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail dot com> Approved by: reassigned to the heap Feature safe: yes
-rw-r--r--graphics/jhead/Makefile12
-rw-r--r--graphics/jhead/distinfo4
-rw-r--r--graphics/jhead/pkg-descr20
3 files changed, 17 insertions, 19 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile
index d326b2a9e0ba..a34ad721a846 100644
--- a/graphics/jhead/Makefile
+++ b/graphics/jhead/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: jhead
-# Date created: 01 Dec 2001
-# Whom: Jamie Hermans <jamie@hermans.ca>
-#
+# Created by: Jamie Hermans <jamie@hermans.ca>
# $FreeBSD$
-#
PORTNAME= jhead
-PORTVERSION= 2.95
+PORTVERSION= 2.96
CATEGORIES= graphics
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
@@ -22,13 +18,15 @@ PORTDOCS= usage.html
PLIST_FILES= bin/jhead
MAN1= jhead.1
+.include <bsd.port.options.mk>
+
post-patch:
@${REINPLACE_CMD} -E '/^CFLAGS=/d' ${WRKSRC}/makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/usage.html ${DOCSDIR}
.endif
diff --git a/graphics/jhead/distinfo b/graphics/jhead/distinfo
index 7caa38141588..18dba73f97f8 100644
--- a/graphics/jhead/distinfo
+++ b/graphics/jhead/distinfo
@@ -1,2 +1,2 @@
-SHA256 (jhead-2.95.tar.gz) = e796504441c1febe95fc76a947589f1b5d5bbeee0a91f50ead45906961250e3d
-SIZE (jhead-2.95.tar.gz) = 64700
+SHA256 (jhead-2.96.tar.gz) = 9fadfe6ad285cac29f328eaa7bc646d7f713eef22a7e9a9fb5b098da0b7b37c4
+SIZE (jhead-2.96.tar.gz) = 66235
diff --git a/graphics/jhead/pkg-descr b/graphics/jhead/pkg-descr
index ef2e9a2cbf49..f06bdf27cefd 100644
--- a/graphics/jhead/pkg-descr
+++ b/graphics/jhead/pkg-descr
@@ -3,16 +3,16 @@ headers and extract digital camera settings.
Information that the 'jhead' program can extract from an Exif file:
- Integral low-res Exif thumbnail
- Shutter speed
- Camera F-stop number
- Flash used (yes/no)
- Focus distance (some digital cameras store this element)
- Focal length (most zoom cameras store their zoomed-to focal length)
+ Integral low-res Exif thumbnail
+ Shutter speed
+ Camera F-stop number
+ Flash used (yes/no)
+ Focus distance (some digital cameras store this element)
+ Focal length (most zoom cameras store their zoomed-to focal length)
Equivalent 35mm focal length (Calculated from focal length, CCD
- size, and CCD resolution)
- Image resolution
- Time and date picture was taken
- Camera make and model
+ size, and CCD resolution)
+ Image resolution
+ Time and date picture was taken
+ Camera make and model
WWW: http://www.sentex.net/~mwandel/jhead/