Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 19:52:42 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331524 - in head/textproc: . rubygem-simplecov-html
Message-ID:  <201310241952.r9OJqg2q012621@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310241952.r9OJqg2q012621>