Date: Fri, 2 Nov 2012 15:46:46 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306863 - head/graphics/jhead Message-ID: <201211021546.qA2FkkbT051503@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Fri Nov 2 15:46:45 2012 New Revision: 306863 URL: http://svn.freebsd.org/changeset/ports/306863 Log: - 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 Modified: head/graphics/jhead/Makefile head/graphics/jhead/distinfo head/graphics/jhead/pkg-descr Modified: head/graphics/jhead/Makefile ============================================================================== --- head/graphics/jhead/Makefile Fri Nov 2 15:35:45 2012 (r306862) +++ head/graphics/jhead/Makefile Fri Nov 2 15:46:45 2012 (r306863) @@ -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 Modified: head/graphics/jhead/distinfo ============================================================================== --- head/graphics/jhead/distinfo Fri Nov 2 15:35:45 2012 (r306862) +++ head/graphics/jhead/distinfo Fri Nov 2 15:46:45 2012 (r306863) @@ -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 Modified: head/graphics/jhead/pkg-descr ============================================================================== --- head/graphics/jhead/pkg-descr Fri Nov 2 15:35:45 2012 (r306862) +++ head/graphics/jhead/pkg-descr Fri Nov 2 15:46:45 2012 (r306863) @@ -3,16 +3,16 @@ headers and extract digital camera setti 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211021546.qA2FkkbT051503>