Herrie version 2.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 2.2

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


      The herrie Portfile 58271 2009-09-25 03:17:55Z ryandesign macports.org $

      PortSystem 1.0

      Name: herrie
      Version: 2.2
      Category: audio
      Maintainers: 80386.nl:ed
      Description: Small command line interface music player
      Long Description: Herrie is a minimalistic music player that uses the command line. It is written to support a variety of operating systems, audio subsystems and file formats, including playlists. Herrie has a split-screen user interface, with a playlist at the top of the screen and a file browser at the bottom. When tracks are added to the playlist, Herrie automatically consumes them one by one. It is thus an application that allows you to batch music for playback. Herrie also has some more exotic features, including support for AudioScrobbler and the ability to chroot() itself into a directory.
      Homepage: http://herrie.info/
      Platform: darwin
      Master Sites: http://herrie.info/distfiles/ http://www.stack.nl/~ed/projects/${name}/distfiles/
      Checksums: md5 88832b10298ab89473730eb0c93b6ddf rmd160 e0f70ca4d867cf6cdbb452bd0f0860ef1f5a9f39 sha1 ae5c39be11aeb19898cd3f968580eafc623830b7
      use_bzip2 yes

      depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 port:ncursesw
      depends_build port:gettext bin:pkg-config:pkgconfig

      configure.pre_args
      configure.env-append PREFIX=${prefix}
      configure.args no_http no_modplug no_mp3 no_scrobbler no_sndfile no_vorbis no_xspf verbose

      default_variants +http +mp3 +scrobbler +vorbis +xspf

      Variant: debug description "Enable debugging symbols" {
      configure.cflags-append -g
      configure.args-append no_strip
      }

      Variant: http description "Enable HTTP streaming support" {
      depends_lib-append port:curl
      configure.args-delete no_http
      }

      Variant: modplug description "Enable Modplug support" {
      depends_lib-append port:libmodplug
      configure.args-delete no_modplug
      }

      Variant: mp3 description "Enable MP3 support" {
      depends_lib-append port:libid3tag port:libmad
      configure.args-delete no_mp3
      }

      Variant: scrobbler description "Enable AudioScrobbler support" {
      depends_lib-append port:curl
      configure.args-delete no_scrobbler
      }

      Variant: sndfile description "Enable libsndfile support" {
      depends_lib-append port:libsndfile
      configure.args-delete no_sndfile
      }

      Variant: vorbis description "Enable Ogg Vorbis support" {
      depends_lib-append port:libvorbis
      configure.args-delete no_vorbis
      }

      Variant: xspf description "Enable XML Shareable Playlist Format support" {
      depends_lib-append port:libspiff
      configure.args-delete no_xspf
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.