Revision: 69090 http://trac.macports.org/changeset/69090 Author: singingwolfboy@macports.org Date: 2010-06-23 07:54:46 -0700 (Wed, 23 Jun 2010) Log Message: ----------- New port: rb19-churn Added Paths: ----------- trunk/dports/ruby/rb19-churn/ trunk/dports/ruby/rb19-churn/Portfile Added: trunk/dports/ruby/rb19-churn/Portfile =================================================================== --- trunk/dports/ruby/rb19-churn/Portfile (rev 0) +++ trunk/dports/ruby/rb19-churn/Portfile 2010-06-23 14:54:46 UTC (rev 69090) @@ -0,0 +1,26 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup churn 0.0.12 gem {} rubygems ruby19 +description View code changes +long_description \ + High method and class churn has been shown to have increased bug and \ + error rates. This gem helps you know what is changing a lot so you can \ + do additional testing, code review, or refactoring to try to tame the \ + volatile code. +maintainers singingwolfboy openmaintainer +homepage http://github.com/danmayer/churn +license MIT +platforms darwin +checksums md5 c68db8a1aecacb08ea352ed4132792ca \ + sha1 a12c642919e3f9f58035fd1b9dd5a795c26d1661 \ + rmd160 04ba7ff6b6d81b591c54aa7d7bb2061e325a8be7 + +depends_run port:rb19-hirb \ + port:rb19-parser \ + port:rb19-sexp_processor \ + port:rb19-chronic \ + port:rb19-json \ + port:rb19-main \ No newline at end of file Property changes on: trunk/dports/ruby/rb19-churn/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
singingwolfboy@macports.org