Id3 version 0.98 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    version 0.98

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


      The id3 Portfile 50980 2009-05-14 19:41:55Z and.damore macports.org $

      PortSystem 1.0
      Name: ID3
      Version: 0.98
      Category: audio devel aqua
      Maintainers: waqar
      Description: Framework for reading and writing ID3Tags
      Long Description: ID3Tag.framework is as the name suggests a Cocoa based framework for reading and writing ID3Tags. It is written in Objective C and uses the Cocoa (Foundation) tool kit, hence it is ideal for Cocoa based applications. ID3Panel.framework is as a Cocoa panel framework that uses ID3Tag.framework to provide the user with a one call modal panel for editing ID3 tags modelled after the tag editor in iTunes.
      Homepage: http://drewfamily.homemail.com.au/Cocoa_-_ID3Tag_framework.html
      Platform: macosx
      Master Sites: http://drewfamily.homemail.com.au
      distname ID3.framework.${version}
      Checksums: md5 cbca4065b0f9d7ccb1cd2653ec30b9fd sha1 f4606c645fc68c4216caa04d8ccd50b2b6bf1ed6

      post-extract {
      file rename ${workpath}/id3\ tag\ framework ${workpath}/${name}-${version}
      }

      worksrcdir ${name}-${version}/${name}

      use_configure no
      build.type pbx
      build.target -target ${name}Tag

      destroot {
      xinstall -d -m 755 ${destroot}${prefix}/Library/Frameworks
      file copy ${build.dir}/build/${name}.framework ${destroot}${prefix}/Library/Frameworks
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.