a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20309 2006-11-01 21:25:57Z blair@macports.org $
PortSystem 1.0
name exiftags
version 1.00
categories graphics
maintainers pkern@debian.org
description Utility spits out Exif tags from a digital camera JPEG file
long_description \
The exiftags utility parses a specified JPEG file or, by \
default, its standard input, looking for a JPEG APP1 section \
containing Exif (Exchangeable Image File) image metadata. The \
properties contained in these data are then printed to the \
standard output. Digital cameras typically add Exif data to \
the image files they produce, containing information about the \
camera and digitized image.
homepage http://johnst.org/sw/exiftags
master_sites http://johnst.org/sw/exiftags
platforms darwin
checksums md5 5dedd2336914f5a7c6ed3289cb7a3b1b
use_configure no
destroot {
cd ${worksrcpath}
xinstall exiftags ${destroot}${prefix}/bin
xinstall exifcom ${destroot}${prefix}/bin
xinstall exiftime ${destroot}${prefix}/bin
xinstall exiftags.1 ${destroot}${prefix}/share/man/man1
xinstall exifcom.1 ${destroot}${prefix}/share/man/man1
xinstall exiftime.1 ${destroot}${prefix}/share/man/man1
}