Libstree version 0.4.2 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    libstree  most recent diff


    version 0.4.2

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


      The libstree Portfile 43797 2008-12-15 05:33:02Z toby macports.org $

      PortSystem 1.0

      Name: libstree
      Version: 0.4.2
      Category: science
      Platform: darwin
      Maintainers: nomaintainer
      Description: generic suffix tree implementation, written in C
      Long Description: ${description}

      Homepage: http://www.cl.cam.ac.uk/~cpk25/libstree/
      Master Sites: http://www.cl.cam.ac.uk/~cpk25/downloads/
      Checksums: sha1 b35bc18fbbc43bec1415bc1d884708e1df7bf2c6

      Patch Files: patch-src__lst_string.h

      post-build {
      system "cd ${worksrcpath}/src/.libs && /bin/sh ${filespath}/create-dylib.sh libstree.a 1.0.0 ${prefix}/lib"
      }

      post-destroot {
      xinstall -m 644 -W ${worksrcpath}/src/.libs/ libstree.1.0.0.dylib libstree.dylib ${destroot}${prefix}/lib
      }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.