Added: trunk/dports/ruby/rb19-parser/Portfile (0 => 68391)
--- 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
___________________________________________________________________