From owner-svn-ports-head@FreeBSD.ORG Fri Nov 2 15:46:46 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B483E3B9; Fri, 2 Nov 2012 15:46:46 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 90E3C8FC08; Fri, 2 Nov 2012 15:46:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA2FkkB1051507; Fri, 2 Nov 2012 15:46:46 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA2FkkbT051503; Fri, 2 Nov 2012 15:46:46 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201211021546.qA2FkkbT051503@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Fri, 2 Nov 2012 15:46:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306863 - head/graphics/jhead X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2012 15:46:46 -0000 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 -# +# Created by: Jamie Hermans # $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 + 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/