Download and Install py-cddb version 1.4 on Mac OS X
Monday the 6th of October, 2008

    py-cddb  most recent diff


    version 1.4

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



      # $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-cddb
      Version: 1.4
      revision 1
      Category: python
      Platform: darwin freebsd
      Maintainers: nomaintainer
      Description: Python module for accessing CDDB
      Long Description: The dynamic duo of CDDB.py and DiscID.py, along with their side-kick C module cdrommodule.so, provide an easy way for Python programs to fetch information on audio CDs from CDDB -- a very large online database of track listings and other information on audio CDs.

      Homepage: http://cddb-py.sourceforge.net/
      master_sites sourceforge:cddb-py
      distname CDDB-${version}
      checksums md5 254698082bafe3030d07d88fb7e13fe2

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.