1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Add exifprobe 1.2.4, probes JPEG or TIFF images and reports contents and

structure.

PR:		ports/69403
Submitted by:	Michael Johnson <ahze@ahze.net>
This commit is contained in:
Kirill Ponomarev 2004-07-22 07:37:59 +00:00
parent 881451e661
commit fc7077556c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114410
4 changed files with 53 additions and 0 deletions

View File

@ -74,6 +74,7 @@
SUBDIR += eterm-bg
SUBDIR += evas
SUBDIR += evolvotron
SUBDIR += exifprobe
SUBDIR += exiftags
SUBDIR += fbm
SUBDIR += feh

View File

@ -0,0 +1,39 @@
# New ports collection makefile for: exifprobe
# Date created: 2004-07-21
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= exifprobe
PORTVERSION= 1.2.4
CATEGORIES= graphics
MASTER_SITES= http://www.monroe.net/~dhh/exifprobe.d/
MAINTAINER= ahze@ahze.net
COMMENT= Probes JPEG or TIFF images and reports contents and structure
USE_REINPLACE= yes
MAN1= exifgrep.1 exifprobe.1
PORTDOCS= DESCRIPTION exifprobe-rman.html
PLIST_FILES= bin/exifgrep bin/exifprobe
post-patch:
@${REINPLACE_CMD} -e 's|cc|${CC}|; s|-DC|${CFLAGS} -DC|' \
${WRKSRC}/${MAKEFILE}
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/exifgrep ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/exifprobe ${PREFIX}/bin
.for i in ${MAN1}
@${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (exifprobe-1.2.4.tar.gz) = e10f72205e805928102fdcf44c508a64
SIZE (exifprobe-1.2.4.tar.gz) = 108720

View File

@ -0,0 +1,11 @@
[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