Revision
69097
Author
singingwolfboy@macports.org
Date
2010-06-23 08:45:51 -0700 (Wed, 23 Jun 2010)

Log Message

New port: rb19-flay

Added Paths

Diff

Added: trunk/dports/ruby/rb19-flay/Portfile (0 => 69097)


--- trunk/dports/ruby/rb19-flay/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb19-flay/Portfile	2010-06-23 15:45:51 UTC (rev 69097)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          flay 1.4.0 gem {} rubygems ruby19
+description         Analyzes Ruby code for structural similarities
+long_description    \
+    Flay analyzes ruby code for structural similarities. Differences in \
+    literal values, names, whitespace, and programming style are all ignored. \
+    Code that flay reports as similar is a good candidate for refactoring.
+maintainers         singingwolfboy openmaintainer
+homepage            http://ruby.sadi.st/Flay.html
+license             MIT
+platforms           darwin
+checksums           md5     5870725562a6c1431c0910db572df3f5 \
+                    sha1    9a41bdccdc36aa2026c24b4a6e390cd00e0369e0 \
+                    rmd160  4d46387745cbfb4cdd87617ecca2167787537cba
+
+depends_run         port:rb19-parser \
+                    port:rb19-sexp_processor \
+                    port:rb19-hoe 
\ No newline at end of file
Property changes on: trunk/dports/ruby/rb19-flay/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style