a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-exif
version 15-FEB-04
revision 1
categories python
platforms darwin freebsd
maintainers nomaintainer@macports.org
description Python interface to the EXIF meta-data
long_description Exchangeable Image File Format for Digital Still \
Cameras is a meta-information tag that can be embedded \
in tiff or jpeg image files. py-exif is a Python \
interface to this data.
homepage http://home.cfl.rr.com/genecash/digital_camera.html
master_sites http://home.cfl.rr.com/genecash/digital_camera/
distfiles EXIF.py
dist_subdir ${version}
checksums md5 351d8b3a18f7df75ea0774466d98358e
extract {
file mkdir ${worksrcpath}
file copy ${distpath}/EXIF.py ${worksrcpath}/exif.py
file copy ${filespath}/setup.py ${worksrcpath}
reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
}