Bug 182756 - new port textproc/rubygem-simplecov-html
Summary: new port textproc/rubygem-simplecov-html
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-06 18:00 UTC by loic.blot
Modified: 2013-10-24 21:00 UTC (History)
0 users

See Also:


Attachments
rubygem-simplecov-html.shar (1.76 KB, text/plain)
2013-10-06 18:00 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-06 18:00:00 UTC
	Here is a new rubygem simplecov-html required by future port rubygem-simplecov.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-06 18:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-24 20:52:50 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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-10-24 20:52:56 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!