From owner-svn-ports-all@FreeBSD.ORG Sat Mar 9 09:00:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9E9D8F98; Sat, 9 Mar 2013 09:00:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 81F1D660; Sat, 9 Mar 2013 09:00:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2990g4c085517; Sat, 9 Mar 2013 09:00:42 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2990gfs085515; Sat, 9 Mar 2013 09:00:42 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201303090900.r2990gfs085515@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 9 Mar 2013 09:00:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313697 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2013 09:00:42 -0000 Author: sunpoet Date: Sat Mar 9 09:00:41 2013 New Revision: 313697 URL: http://svnweb.freebsd.org/changeset/ports/313697 Log: - Add my LOCAL to MASTER_SITES - Update COMMENT - Take maintainership - Update pkg-descr Modified: head/graphics/jhead/Makefile head/graphics/jhead/pkg-descr (contents, props changed) Modified: head/graphics/jhead/Makefile ============================================================================== --- head/graphics/jhead/Makefile Sat Mar 9 08:46:44 2013 (r313696) +++ head/graphics/jhead/Makefile Sat Mar 9 09:00:41 2013 (r313697) @@ -6,29 +6,29 @@ PORTVERSION= 2.97 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Exif Jpeg camera setting parser, rotator, and much more +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= EXIF JPEG header manipulation tool RUN_DEPENDS= jpegtran:${PORTSDIR}/graphics/jpeg -MAKEFILE= makefile MAKE_JOBS_SAFE= yes +MAKEFILE= makefile -MAN1= jhead.1 PORTDOCS= usage.html PLIST_FILES= bin/jhead +MAN1= jhead.1 .include post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS|#CFLAGS|' ${WRKSRC}/makefile + @${REINPLACE_CMD} -e '/^CFLAGS=/d' ${WRKSRC}/makefile do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} jhead ${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_MAN} jhead.1 ${MANPREFIX}/man/man1) + ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1/ .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} usage.html ${DOCSDIR}) + ${MKDIR} ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/usage.html ${DOCSDIR}/ .endif .include Modified: head/graphics/jhead/pkg-descr ============================================================================== --- head/graphics/jhead/pkg-descr Sat Mar 9 08:46:44 2013 (r313696) +++ head/graphics/jhead/pkg-descr Sat Mar 9 09:00:41 2013 (r313697) @@ -1,18 +1,16 @@ -'jhead' is a program to parse through the little file system in the Exif -headers and extract digital camera settings. +Jhead is a command line driven program for manipulating the non-image parts of +Exif flavour JPEG files that most digital cameras produce. -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) - 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 +It has the following features: +- Extracting camera settings from Exif image files +- Able to set and/or adjust the Exif time field +- Manipulation (extract, replace, regenerate) of Exif integral thumbnails +- Transplant Exif image header from one JPEG to another +- Edit JPEG comment fields +- Automatically rotate images upright (using jpegtran) according to + "orientation" tag. +- Manage running programs on large batches of Jpegs and restoring Exif header + information afterwards. +- Display embedded GPS info (if present) WWW: http://www.sentex.net/~mwandel/jhead/