Download and Install daapd version 0.2.4a on Mac OS X
Wednesday the 23rd of July, 2008

    daapd  most recent diff


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



      # $Id: Portfile 32256 2007-12-23 09:18:47Z ryandesign macports.org $

      PortSystem 1.0

      Name: daapd
      Version: 0.2.4a
      Category: audio net
      Platform: darwin
      Maintainers: nomaintainer
      Description: A DAAP server emulating an iTunes server.
      Long Description: daapd scans a directory for music files (mp3, aac, uncompressed) and makes them available via the Apple proprietary protocol DAAP. DAAP clients can browse the directory and retrieve individual files, either by streaming or by downloading them.

      Homepage: http://www.deleet.de/projekte/daap/daapd/
      master_sites http://www.deleet.de/projekte/daap/daapd/
      extract.suffix .tgz
      checksums md5 330e2a89d77b086a64bbe8cdf24a00f2
      patchfiles patch-makefile patch-daapd.cc patch-daapd.8 patch-select.h

      depends_lib lib:libz:zlib lib:libid3tag:libid3tag lib:libhowl:howl

      post-patch {
      reinplace s| PREFIX |${prefix}|g ${worksrcpath}/daapd.cc ${worksrcpath}/makefile ${worksrcpath}/daapd.8
      }

      destroot {
      xinstall -m 755 ${worksrcpath}/daapd ${destroot}${prefix}/sbin/
      xinstall -m 644 ${worksrcpath}/daapd.conf ${destroot}${prefix}/etc/daapd.conf.dist
      xinstall -m 644 ${worksrcpath}/daapd.8 ${destroot}${prefix}/share/man/man8/
      }

      use_configure no

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

     Where to find more information:

    Darwin Ports



    image test