Download and Install gnupod version 0.99.7 on Mac OS X
Tuesday the 2nd of December, 2008

    version 0.99.7

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



      # $Id: Portfile 42081 2008-11-14 20:26:15Z pmq macports.org $

      PortSystem 1.0

      Name: gnupod
      Version: 0.99.7
      Category: multimedia perl
      Maintainers: pmq
      Platform: darwin

      Description: GNUpod is a collection of tools which allow you to use your iPod with UNIX-like operating systems.
      Long Description: ${description}

      Homepage: http://blinkenlights.ch/gnupod
      master_sites http://www.blinkenlights.ch/gnupod-dist/stable
      extract.suffix .tgz
      checksums sha1 3aa4b32cc896af435fb52d4bb154ee950ad08ce1

      depends_lib path:bin/perl:perl5 port:p5-mp3-info port:p5-digest-md5 port:p5-xml-parser port:p5-unicode-string port:p5-libwww-perl port:p5-digest-sha1 port:p5-timedate port:lame

      configure.perl ${prefix}/bin/perl

      configure.args --infodir=${prefix}/share/info

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/${name}
      xinstall -m 644 -W ${worksrcpath} doc/gnupodrc.example doc/gnutunesdb.example doc/ipod.svg doc/mkspl.html doc/gnupod.html ${destroot}${prefix}/share/${name}
      }

      # should also use timidity
      Variant: flac description "Enable FLAC" {
      depends_lib-append port:flac port:p5-audio-flac-header
      }

      # should use Ogg::Vorbis::Header::PurePerl, won't work
      Variant: vorbis description "Enable Ogg/Vorbis" {
      depends_lib-append port:vorbis-tools port:p5-libvorbis-perl
      }

      Variant: aac description "Enable AAC" {
      depends_lib-append port:faac port:ffmpeg
      }

      Variant: artwork description "Enable artwork support" {
      depends_lib-append port:ImageMagick
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.