diff options
author | swills <swills@FreeBSD.org> | 2013-10-25 03:52:42 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-10-25 03:52:42 +0800 |
commit | f78715519685028905b896b1c16534405c147aa4 (patch) | |
tree | 9d16eb5560ece66e5ee915508a3b69b8361f9708 /textproc | |
parent | 6533ec453cb097e83ba2f58511eaaf1d08dc6341 (diff) | |
download | freebsd-ports-gnome-f78715519685028905b896b1c16534405c147aa4.tar.gz freebsd-ports-gnome-f78715519685028905b896b1c16534405c147aa4.tar.zst freebsd-ports-gnome-f78715519685028905b896b1c16534405c147aa4.zip |
Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
WWW: https://github.com/colszowka/simplecov-html
PR: ports/182756
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-simplecov-html/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-simplecov-html/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-simplecov-html/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5faaf091f14b..012c1e658523 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1334,6 +1334,7 @@ SUBDIR += rubygem-sass SUBDIR += rubygem-sass-rails SUBDIR += rubygem-sax-machine + SUBDIR += rubygem-simplecov-html SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-stamp SUBDIR += rubygem-syntax diff --git a/textproc/rubygem-simplecov-html/Makefile b/textproc/rubygem-simplecov-html/Makefile new file mode 100644 index 000000000000..6ccf6135ad27 --- /dev/null +++ b/textproc/rubygem-simplecov-html/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= simplecov-html +PORTVERSION= 0.7.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= https://rubygems.org/gems/simplecov-html + +RUN_DEPENDS= rubygem-sass>=0:${PORTSDIR}/textproc/rubygem-sass \ + rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \ + rubygem-sprockets>=0:${PORTSDIR}/devel/rubygem-sprockets + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-simplecov-html/distinfo b/textproc/rubygem-simplecov-html/distinfo new file mode 100644 index 000000000000..8938d9ad0676 --- /dev/null +++ b/textproc/rubygem-simplecov-html/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/simplecov-html-0.7.1.gem) = 5eb2889435813c390e1ddc946e4dd853e92d9dd0e8aeac63b3858cf4a27d6948 +SIZE (rubygem/simplecov-html-0.7.1.gem) = 197632 diff --git a/textproc/rubygem-simplecov-html/pkg-descr b/textproc/rubygem-simplecov-html/pkg-descr new file mode 100644 index 000000000000..f5d87bb354dc --- /dev/null +++ b/textproc/rubygem-simplecov-html/pkg-descr @@ -0,0 +1,3 @@ +Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+ + +WWW: https://github.com/colszowka/simplecov-html |