# 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 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 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