Revision: 68391 http://trac.macports.org/changeset/68391 Author: singingwolfboy@macports.org Date: 2010-06-02 15:09:29 -0700 (Wed, 02 Jun 2010) Log Message: ----------- New port: rb19-parser Added Paths: ----------- trunk/dports/ruby/rb19-parser/ trunk/dports/ruby/rb19-parser/Portfile Added: trunk/dports/ruby/rb19-parser/Portfile =================================================================== --- trunk/dports/ruby/rb19-parser/Portfile (rev 0) +++ trunk/dports/ruby/rb19-parser/Portfile 2010-06-02 22:09:29 UTC (rev 68391) @@ -0,0 +1,21 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup ruby_parser 2.0.4 gem {} rubygems ruby19 +name rb19-parser +description ruby_parser: a parser written in pure Ruby +long_description \ + ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc -- \ + which does by default use a C extension). RP's output is the same as \ + ParseTree's output: s-expressions using ruby's arrays and base types. +license MIT +maintainers singingwolfboy openmaintainer +homepage http://rubyforge.org/projects/parsetree/ +checksums md5 595afe36d992e34181a2f69b0cd41d54 \ + sha1 e877e2b46079705e2a6901c6e980b8949160799e \ + rmd160 1ff38d3094a7990cb18ba971e2c6172dc43354c3 + +depends_run-append port:rb19-sexp_processor \ + port:rb19-parsetree \ No newline at end of file Property changes on: trunk/dports/ruby/rb19-parser/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
singingwolfboy@macports.org