From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 19:52:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8435BBF9; Thu, 24 Oct 2013 19:52:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56E9A26D9; Thu, 24 Oct 2013 19:52:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJqhh3012625; Thu, 24 Oct 2013 19:52:43 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9OJqg2q012621; Thu, 24 Oct 2013 19:52:42 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310241952.r9OJqg2q012621@svn.freebsd.org> From: Steve Wills Date: Thu, 24 Oct 2013 19:52:42 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:52:43 -0000 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 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 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