Revision: 69093 http://trac.macports.org/changeset/69093 Author: singingwolfboy@macports.org Date: 2010-06-23 08:14:06 -0700 (Wed, 23 Jun 2010) Log Message: ----------- New port: rb19-rails_best_practices Added Paths: ----------- trunk/dports/ruby/rb19-rails_best_practices/ trunk/dports/ruby/rb19-rails_best_practices/Portfile Added: trunk/dports/ruby/rb19-rails_best_practices/Portfile =================================================================== --- trunk/dports/ruby/rb19-rails_best_practices/Portfile (rev 0) +++ trunk/dports/ruby/rb19-rails_best_practices/Portfile 2010-06-23 15:14:06 UTC (rev 69093) @@ -0,0 +1,23 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup rails_best_practices 0.3.21 gem {} rubygems ruby19 +description check rails files according to ihower's presentation \ + 'rails best practices' +long_description \ + rails_best_practices is a gem to check quality of rails app files \ + according to ihower’s presentation Rails Best Practices from Kungfu \ + RailsConf in Shanghai China. rails_best_practices is a code static \ + parser tool. +maintainers singingwolfboy openmaintainer +homepage http://github.com/flyerhzm/rails_best_practices +platforms darwin +license MIT +checksums md5 a070c8d175a9f231484cc5bc976b8c89 \ + sha1 23d02262ab3cae6f302d73dbfacbe094a28e3531 \ + rmd160 792816da32d247a8ae453318394cc68a20d79bf6 + +depends_run port:rb19-ruby2ruby \ + port:rb19-parser \ No newline at end of file Property changes on: trunk/dports/ruby/rb19-rails_best_practices/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
singingwolfboy@macports.org