Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2004 22:02:56 -0400 (EDT)
From:      Michael Johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69403: [NEW PORT] graphics/exifprobe: Probes JPEG or TIFF images and reports contents and structure
Message-ID:  <200407220202.i6M22uPb072751@gentoo.ahze.net>
Resent-Message-ID: <200407220210.i6M2AIGw039965@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         69403
>Category:       ports
>Synopsis:       [NEW PORT] graphics/exifprobe: Probes JPEG or TIFF images and reports contents and structure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 22 02:10:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #57: Fri Jul 16 00:36:31 EDT 2004
>Description:
[From exifprobe(1)]

Exifprobe examines and reports the contents and structure of JPEG and
TIFF image files. It will recognize all standard JPEG markers  (including
APPn  markers) and will report the contents of any properly structured TIFF 
IFD encountered, even when entry tags  are  not  recognized. Recognized  TIFF 
and TIFF/EP tags are expanded, including  EXIF2.2 sections and camera MakerNotes
which are found to be in TIFF  IFD  format. Location, size, and format of image
data is reported by default.

WWW:	http://www.monroe.net/~dhh/exifprobe.d/exifprobe.html

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- exifprobe-1.2.4.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	exifprobe
#	exifprobe/pkg-descr
#	exifprobe/Makefile
#	exifprobe/distinfo
#
echo c - exifprobe
mkdir -p exifprobe > /dev/null 2>&1
echo x - exifprobe/pkg-descr
sed 's/^X//' >exifprobe/pkg-descr << 'END-of-exifprobe/pkg-descr'
X[From exifprobe(1)]
X
XExifprobe examines and reports the contents and structure of JPEG and
XTIFF image files. It will recognize all standard JPEG markers  (including
XAPPn  markers) and will report the contents of any properly structured TIFF 
XIFD encountered, even when entry tags  are  not  recognized. Recognized  TIFF 
Xand TIFF/EP tags are expanded, including  EXIF2.2 sections and camera MakerNotes
Xwhich are found to be in TIFF  IFD  format. Location, size, and format of image
Xdata is reported by default.
X
XWWW:	http://www.monroe.net/~dhh/exifprobe.d/exifprobe.html
END-of-exifprobe/pkg-descr
echo x - exifprobe/Makefile
sed 's/^X//' >exifprobe/Makefile << 'END-of-exifprobe/Makefile'
X# New ports collection makefile for:	exifprobe
X# Date created:		2004-07-21
X# Whom:			Michael Johnson <ahze@ahze.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	exifprobe
XPORTVERSION=	1.2.4
XCATEGORIES=	graphics
XMASTER_SITES=	http://www.monroe.net/~dhh/exifprobe.d/
X
XMAINTAINER=	ahze@ahze.net
XCOMMENT=	Probes JPEG or TIFF images and reports contents and structure
X
XUSE_REINPLACE=	yes
X
XMAN1=		exifgrep.1 exifprobe.1
XPORTDOCS=	DESCRIPTION exifprobe-rman.html
XPLIST_FILES=	bin/exifgrep bin/exifprobe
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|cc|${CC}|; s|-DC|${CFLAGS} -DC|' \
X		 ${WRKSRC}/${MAKEFILE}
X
Xdo-install:
X	@${INSTALL_SCRIPT} ${WRKSRC}/exifgrep ${PREFIX}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/exifprobe ${PREFIX}/bin
X.for i in ${MAN1}
X	@${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1
X.endfor
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for i in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-exifprobe/Makefile
echo x - exifprobe/distinfo
sed 's/^X//' >exifprobe/distinfo << 'END-of-exifprobe/distinfo'
XMD5 (exifprobe-1.2.4.tar.gz) = e10f72205e805928102fdcf44c508a64
XSIZE (exifprobe-1.2.4.tar.gz) = 108720
END-of-exifprobe/distinfo
exit
--- exifprobe-1.2.4.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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