# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          rcov 0.9.8 gem {} rubygems ruby19
revision            1
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         nomaintainer
platforms           darwin

homepage            https://github.com/relevance/rcov

checksums           md5     3f8fac3aa752a2ed6286812babc595d0 \
                    sha1    91d60b273651662c503dd8eaa6d1b4d71cef846b \
                    rmd160  50ad4ffc7318183d7a1da9ee25fe2ec724a953e0
