Rb-parsetree - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    rb-parsetree  most recent diff


    version

      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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The rb-parsetree Portfile 59491 2009-10-15 19:50:45Z snc macports.org $

      PortSystem 1.0
      PortGroup ruby 1.0

      ruby.setup ParseTree 3.0.4 gem {} rubyforge_gem:parsetree
      Maintainers: kallisys.net:pguyot openmaintainer
      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 0955106bcbac25e87e74b4e852179d8b sha1 5450a7f3ad6557f0287b683e7741ef83f1e8b109 rmd160 cd135a8981c41a9e8880349b64f53a53129b96d7
      Platform: darwin
      Homepage: http://rubyforge.org/projects/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



    Lightbox this page.