Download and Install rb-parsetree on Mac OS X
Friday the 25th of July, 2008

    rb-parsetree  most recent diff


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



      # $Id: Portfile 24021 2007-04-15 03:44:08Z pguyot kallisys.net $

      PortSystem 1.0
      PortGroup ruby 1.0
      ruby.setup ParseTree 1.7.0 gem {} rubyforge_gem:parsetree
      Maintainers: pguyot kallisys.net
      Description: Extract and enumerate ruby parse trees.
      Long Description: ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby's arrays, strings, symbols, and integers.
      checksums md5 f681fa0cc31448e11dc628034b738f72 sha1 b199d5f8b811c4b2b68b05eb38d15d406242ca56 rmd160 bffe69dad1173386d9011367c66d3cdaf9f097e6
      Homepage: http://www.zenspider.com/ZSS/Products/ParseTree/

      depends_lib-append port:rb-hoe port:rb-rubyinline

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

     Where to find more information:

    Darwin Ports



    image test