Download and Install py-exif version 1.0.2 on Mac OS X
Friday the 10th of October, 2008

    py-exif  most recent diff


    version 1.0.2

      View the most recent changes for the py-exif port at: py-exif.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-exif.
      The raw portfile for py-exif 1.0.2 is located here:
      http://py-exif.darwinports.com/dports/python/py-exif/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/py-exif
      Google
      Web Darwinports.com



      # $Id: Portfile 37035 2008-05-23 22:34:04Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-exif
      Version: 1.0.2
      epoch 1
      Category: python
      Platform: darwin freebsd
      Maintainers: nomaintainer
      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://sourceforge.net/projects/exif-py/
      master_sites sourceforge:exif-py
      distfiles EXIF.py
      dist_subdir python/${name}/${version}
      checksums md5 550eb23304b7c2a36f2bc90825a7c688 sha1 c39b04caf2d17a7ee0ed46a829779b5e8ecb56b9 rmd160 0ba9ced796faabd60abc2bd20e47847bc6993c64

      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
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/py-exif
      % sudo port install py-exif
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching py-exif
      ---> Verifying checksum for py-exif
      ---> Extracting py-exif
      ---> Configuring py-exif
      ---> Building py-exif with target all
      ---> Staging py-exif into destroot
      ---> Installing py-exif
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using py-exif with these commands:
      %  man py-exif
      % apropos py-exif
      % which py-exif
      % locate py-exif

     Where to find more information:

    Darwin Ports



    Lightbox this page.