Download and Install herrie version 2.0.2 on Mac OS X
Thursday the 24th of July, 2008

    herrie  most recent diff


      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.0.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
      Google
      Web Darwinports.com



      # $Id: Portfile 36256 2008-04-24 20:58:06Z raimue macports.org $

      PortSystem 1.0

      Name: herrie
      Version: 2.0.2
      Category: audio
      Maintainers: ed 80386.nl
      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.il.fontys.nl/~ed/projects/${name}/distfiles/ http://www.stack.nl/~ed/projects/${name}/distfiles/
      checksums md5 71ca7d21b2bcfbffa4976177f6836aa6 rmd160 e91ae93d54ce8039828fb24a1a56ad691de6ed73 sha1 0d3bffb5fa592945995ab34d0611f563a9bae100
      use_bzip2 yes

      depends_lib port: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

      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



    image test