ports/182756: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Thu Oct 24 20:00:01 UTC 2013
The following reply was made to PR ports/182756; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/182756: commit references a PR
Date: Thu, 24 Oct 2013 19:52:50 +0000 (UTC)
Author: swills
Date: Thu Oct 24 19:52:42 2013
New Revision: 331524
URL: http://svnweb.freebsd.org/changeset/ports/331524
Log:
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 at unix-experience.fr>
Added:
head/textproc/rubygem-simplecov-html/
head/textproc/rubygem-simplecov-html/Makefile (contents, props changed)
head/textproc/rubygem-simplecov-html/distinfo (contents, props changed)
head/textproc/rubygem-simplecov-html/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Thu Oct 24 19:50:23 2013 (r331523)
+++ head/textproc/Makefile Thu Oct 24 19:52:42 2013 (r331524)
@@ -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
Added: head/textproc/rubygem-simplecov-html/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-simplecov-html/Makefile Thu Oct 24 19:52:42 2013 (r331524)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= simplecov-html
+PORTVERSION= 0.7.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at 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>
Added: head/textproc/rubygem-simplecov-html/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-simplecov-html/distinfo Thu Oct 24 19:52:42 2013 (r331524)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/simplecov-html-0.7.1.gem) = 5eb2889435813c390e1ddc946e4dd853e92d9dd0e8aeac63b3858cf4a27d6948
+SIZE (rubygem/simplecov-html-0.7.1.gem) = 197632
Added: head/textproc/rubygem-simplecov-html/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-simplecov-html/pkg-descr Thu Oct 24 19:52:42 2013 (r331524)
@@ -0,0 +1,3 @@
+Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
+
+WWW: https://github.com/colszowka/simplecov-html
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ruby
mailing list