# $Id$ PortSystem 1.0 name exiftags version 1.00 categories graphics maintainers nomaintainer 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 { xinstall ${worksrcpath}/exiftags ${destroot}${prefix}/bin xinstall ${worksrcpath}/exifcom ${destroot}${prefix}/bin xinstall ${worksrcpath}/exiftime ${destroot}${prefix}/bin xinstall ${worksrcpath}/exiftags.1 ${destroot}${prefix}/share/man/man1 xinstall ${worksrcpath}/exifcom.1 ${destroot}${prefix}/share/man/man1 xinstall ${worksrcpath}/exiftime.1 ${destroot}${prefix}/share/man/man1 }