[40645] trunk/dports/ruby

pguyot at kallisys.net pguyot at kallisys.net
Thu Oct 9 12:14:40 PDT 2008


Revision: 40645
          http://trac.macports.org/changeset/40645
Author:   pguyot at kallisys.net
Date:     2008-10-09 12:14:38 -0700 (Thu, 09 Oct 2008)
Log Message:
-----------
New port: ruby/rb-rcov

Modified Paths:
--------------
    trunk/dports/ruby/rb-rcov/Portfile

Added Paths:
-----------
    trunk/dports/ruby/rb-rcov/


Property changes on: trunk/dports/ruby/rb-rcov
___________________________________________________________________
Added: svn:mergeinfo
   + 

Modified: trunk/dports/ruby/rb-rcov/Portfile
===================================================================
--- trunk/dports/ruby/rb-daemons/Portfile	2008-09-15 07:19:30 UTC (rev 39977)
+++ trunk/dports/ruby/rb-rcov/Portfile	2008-10-09 19:14:38 UTC (rev 40645)
@@ -1,23 +1,18 @@
 # $Id$
 
-PortSystem			1.0
-PortGroup			ruby 1.0
+PortSystem          1.0
+PortGroup           ruby 1.0
 
-ruby.setup			daemons 1.0.10 gem {} rubyforge_gem
-maintainers			pguyot at kallisys.net openmaintainer
-description			A toolkit to create and control daemons in different ways
-long_description	Daemons provides an easy way to wrap existing ruby \
-					scripts  (for example a self-written server)  to be run \
-					as a daemon and to be controlled by simple \
-					start/stop/restart commands.  You can also call blocks \
-					as daemons and control them from the parent or just \
-					daemonize the current process.  Besides this basic \
-					functionality, daemons offers many advanced features like \
-					exception  backtracing and logging (in case your ruby \
-					script crashes) and monitoring and automatic restarting \
-					of your processes if they crash.
-checksums			md5 8e2fc7de08405b2d27ac96c82602c9ce \
-					sha1 61ad4530249aab8c87c833757127cb593815b88c \
-					rmd160 cee32913a4be62e308e1ae0f61edf869f45a0566
+ruby.setup          rcov 0.8.1.2.0 gem {} rubyforge_gem
+maintainers         pguyot at kallisys.net openmaintainer
+description         Coverage tool for Ruby
+long_description    rcov is (mainly) a code coverage tool for Ruby featuring \
+                    fast execution (20-300 times faster than previous tools), \
+                    multiple analysis modes, cross-referenced XHTML and \
+                    several kinds of text reports, easy automation with Rake \
+                    and Rant...
+checksums           md5     89f80418847e5ceef89478b09b36b110 \
+                    sha1    5f922dcfbceeb02fc3cf615946e68c34ac63cd79 \
+                    rmd160  f477239223e3d5dc98054a766a69553f88d7b037
 platforms           darwin
-homepage			http://daemons.rubyforge.org
+homepage            eigenclass.org/hiki.rb?rcov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081009/d970cf25/attachment.html 


More information about the macports-changes mailing list