Download and Install py-eyed3 version 0.6.14 on Mac OS X
Wednesday the 23rd of July, 2008

    py-eyed3  most recent diff


      View the most recent changes for the py-eyed3 port at: py-eyed3.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-eyed3.
      The raw portfile for py-eyed3 0.6.14 is located here:
      http://py-eyed3.darwinports.com/dports/python/py-eyed3/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-eyed3
      Google
      Web Darwinports.com



      # $Id: Portfile 38082 2008-07-05 23:14:42Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-eyed3
      Version: 0.6.14
      Category: python audio
      Platform: darwin
      Maintainers: nomaintainer
      Description: python module and program for processing ID3 tags
      Long Description: eyeD3 is a Python program/module for processing (reading and writing) ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also available. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.

      Homepage: http://eyed3.nicfit.net/
      master_sites ${homepage}/releases/
      distname eyeD3-${version}
      checksums sha1 69b0e790a48be57b31efe9fe94d768ac40435eb6

      depends_lib-append port:py-optik

      post-configure {
      reinplace "s|/usr/bin/env python|${python.bin}|g" ${worksrcpath}/bin/eyeD3
      }

      post-destroot {
      xinstall -m 755 ${worksrcpath}/bin/eyeD3 ${destroot}${prefix}/bin
      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README README.html THANKS TODO ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 ${worksrcpath}/doc/eyeD3.1 ${destroot}${prefix}/share/man/man1
      }


    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-eyed3
      % sudo port install py-eyed3
      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-eyed3
      ---> Verifying checksum for py-eyed3
      ---> Extracting py-eyed3
      ---> Configuring py-eyed3
      ---> Building py-eyed3 with target all
      ---> Staging py-eyed3 into destroot
      ---> Installing py-eyed3
    - 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-eyed3 with these commands:
      %  man py-eyed3
      % apropos py-eyed3
      % which py-eyed3
      % locate py-eyed3

     Where to find more information:

    Darwin Ports



    image test