Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2013 09:00:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313697 - head/graphics/jhead
Message-ID:  <201303090900.r2990gfs085515@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303090900.r2990gfs085515>