# $Id: Portfile 68845 2010-06-15 17:50:44Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          rcov 0.9.8 gem {} rubygems ruby19
description         Code coverage tool for Ruby
long_description    \
    RCov is a code coverage tool for Ruby. It is commonly used for viewing \
    overall test unit coverage of target code. It features fast execution \
    (20-300 times faster than previous tools), multiple analysis modes, XHTML \
    and several kinds of text reports, easy automation with Rake via a \
    RcovTask, fairly accurate coverage information through code linkage \
    inference using simple heuristics, colorblind-friendliness...
license             Ruby
maintainers         singingwolfboy openmaintainer
homepage            http://relevance.github.com/rcov/
platforms           darwin
checksums           md5     3f8fac3aa752a2ed6286812babc595d0 \
                    sha1    91d60b273651662c503dd8eaa6d1b4d71cef846b \
                    rmd160  50ad4ffc7318183d7a1da9ee25fe2ec724a953e0
