# $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