libstree version 0.4.2 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    libstree  most recent diff


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



      # $Id: Portfile 33297 2008-01-23 09:32:47Z ryandesign 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

      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



    image test