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

    version 0.2.2

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



      # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4
      # $Id: Portfile 29790 2007-10-10 07:22:24Z ryandesign macports.org $

      PortSystem 1.0

      Name: scmpc
      Version: 0.2.2
      Description: Scrobbler for mpd
      Category: audio
      Maintainers: sfiera
      Long Description: scmpc is a client for MPD which submits your tracks to Audioscrobbler.

      Homepage: http://${name}.berlios.de/
      Platform: darwin
      master_sites http://download.berlios.de/${name} http://download2.berlios.de/${name}
      use_bzip2 yes
      checksums md5 f42482e4dbf398df92a36d5610b403e5 sha1 4105ef32f543c4babc20bf1569ca00426c7128fe rmd160 b5aab6b72fff1910c8e245fa801ed788bd98eece

      depends_lib port:curl port:argtable port:libconfuse port:libdaemon

      configure.cflags-append -I${prefix}/include

      post-install {
      ui_msg "*** Please note that scmpc may have some strange behavior on OS X, possibly"
      ui_msg "*** relating to the cache file and SIGKILL. Please read the manpage before"
      ui_msg "*** using, and make sure that scmpc is taking up a reasonable amount of cpu"
      ui_msg "*** and otherwise behaving properly before you leave it on overnight!"
      }

      livecheck.check regex
      livecheck.url http://developer.berlios.de/projects/${name}
      livecheck.regex {(\d+\.\d+\.\d+)}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.