Download and Install id3v2 version 0.1.11 on Mac OS X
Monday the 6th of October, 2008

    version 0.1.11

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



      # $Id: Portfile 20220 2006-10-29 06:32:52Z blair macports.org $

      PortSystem 1.0

      Name: id3v2
      Version: 0.1.11
      revision 1
      Category: audio
      Maintainers: brent nordist.net
      Description: ID3v2 editing tool
      Long Description: A command line editor for ID3v2 tags, based on id3lib. Written by Myers Carpenter.
      Homepage: http://id3v2.sourceforge.net/
      Platform: darwin
      master_sites sourceforge
      checksums md5 68afc3827cf01501dfb22949f901f1d8
      depends_lib lib:libid3.3:id3lib

      post-patch {
      reinplace "s|/usr/local|${prefix}|g" "${worksrcpath}/Makefile"
      }

      configure {}

      destroot {
      xinstall -m 755 ${worksrcpath}/id3v2 ${destroot}/${prefix}/bin/
      xinstall -m 644 ${worksrcpath}/id3v2.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/id3v2
      % sudo port install id3v2
      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 id3v2
      ---> Verifying checksum for id3v2
      ---> Extracting id3v2
      ---> Configuring id3v2
      ---> Building id3v2 with target all
      ---> Staging id3v2 into destroot
      ---> Installing id3v2
    - 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 id3v2 with these commands:
      %  man id3v2
      % apropos id3v2
      % which id3v2
      % locate id3v2

     Where to find more information:

    Darwin Ports



    Lightbox this page.