Revision: 69149 http://trac.macports.org/changeset/69149 Author: singingwolfboy@macports.org Date: 2010-06-25 09:07:50 -0700 (Fri, 25 Jun 2010) Log Message: ----------- New port: rb19-metric_fu Added Paths: ----------- trunk/dports/ruby/rb19-metric_fu/ trunk/dports/ruby/rb19-metric_fu/Portfile Added: trunk/dports/ruby/rb19-metric_fu/Portfile =================================================================== --- trunk/dports/ruby/rb19-metric_fu/Portfile (rev 0) +++ trunk/dports/ruby/rb19-metric_fu/Portfile 2010-06-25 16:07:50 UTC (rev 69149) @@ -0,0 +1,30 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup metric_fu 1.4.0 gem {} rubygems ruby19 +description Code metrics from Flog, Flay, RCov, Saikuro, Churn, \ + Reek, Roodi, Rails' stats task and Rails Best Practices +long_description \ + Metric_fu is a set of rake tasks that make it easy to generate metrics \ + reports. It's designed to integrate easily with CruiseControl.rb by \ + placing files in the Custom Build Artifacts folder. +license MIT +maintainers singingwolfboy openmaintainer +homepage http://metric-fu.rubyforge.org/ +platforms darwin +checksums md5 31525b63497318c8a0282750c63d52cb \ + sha1 0f48b39c863f92afee44f9b5c5323fbc2fe6b586 \ + rmd160 71c905a604a1316fd5b57a8c68e3a60945bc1106 + +depends_run port:rb19-activesupport \ + port:rb19-saikuro \ + port:rb19-churn \ + port:rb19-chronic \ + port:rb19-rails_best_practices \ + port:rb19-roodi \ + port:rb19-reek \ + port:rb19-rcov \ + port:rb19-flog \ + port:rb19-flay \ No newline at end of file Property changes on: trunk/dports/ruby/rb19-metric_fu/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native