Revision: 70962 http://trac.macports.org/changeset/70962 Author: kimuraw@macports.org Date: 2010-08-28 07:30:54 -0700 (Sat, 28 Aug 2010) Log Message: ----------- ruby/rb-minitest: a new port rb-minitest. minitest/unit is a small and fast replacement for ruby's huge and slow test/unit Added Paths: ----------- trunk/dports/ruby/rb-minitest/ trunk/dports/ruby/rb-minitest/Portfile Added: trunk/dports/ruby/rb-minitest/Portfile =================================================================== --- trunk/dports/ruby/rb-minitest/Portfile (rev 0) +++ trunk/dports/ruby/rb-minitest/Portfile 2010-08-28 14:30:54 UTC (rev 70962) @@ -0,0 +1,27 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup minitest 1.7.0 gem {} rubyforge_gem +maintainers kimuraw openmaintainer +description minitest/unit is a small and fast replacement for \ + ruby's huge and slow test/unit +long_description minitest/unit is a small and fast replacement for \ + ruby's huge and slow test/unit. This is meant to be \ + clean and easy to use both as a regular test writer \ + and for language implementors that need a minimal set of \ + methods to bootstrap a working unit test suite. \ + mini/spec is a functionally complete spec engine. \ + mini/mock, by Steven Baker, is a beautifully tiny mock \ + object framework. \ + (This package was called miniunit once upon a time) + +homepage http://rubyforge.org/projects/bfts +license Ruby + +checksums md5 0bccdbed224b3e027df685598e38a313 \ + sha1 9d1b572c329758b07dfb58e5daded33b1505d0ab \ + rmd160 b694fdb1716ab09675e305fc232b5de40a8c22bb +platforms darwin + Property changes on: trunk/dports/ruby/rb-minitest/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
kimuraw@macports.org