Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2015 17:39:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391433 - in head/devel: . rubygem-rspec-logsplit
Message-ID:  <201507061739.t66HdqNY084944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jul  6 17:39:51 2015
New Revision: 391433
URL: https://svnweb.freebsd.org/changeset/ports/391433

Log:
  - Add rubygem-rspec-logsplit 0.1.3
  
  This RSpec plugin allows you to change the logger for your library for each
  separate example. This gives the ability to see the log output for each specific
  test.
  
  WWW: https://github.com/abstractive/rspec-logsplit

Added:
  head/devel/rubygem-rspec-logsplit/
  head/devel/rubygem-rspec-logsplit/Makefile   (contents, props changed)
  head/devel/rubygem-rspec-logsplit/distinfo   (contents, props changed)
  head/devel/rubygem-rspec-logsplit/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jul  6 17:39:29 2015	(r391432)
+++ head/devel/Makefile	Mon Jul  6 17:39:51 2015	(r391433)
@@ -4780,6 +4780,7 @@
     SUBDIR += rubygem-rspec
     SUBDIR += rubygem-rspec-core
     SUBDIR += rubygem-rspec-expectations
+    SUBDIR += rubygem-rspec-logsplit
     SUBDIR += rubygem-rspec-mocks
     SUBDIR += rubygem-rspec-support
     SUBDIR += rubygem-rubigen

Added: head/devel/rubygem-rspec-logsplit/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-rspec-logsplit/Makefile	Mon Jul  6 17:39:51 2015	(r391433)
@@ -0,0 +1,19 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	rspec-logsplit
+PORTVERSION=	0.1.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Log splitter for RSpec
+
+LICENSE=	MIT
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-rspec-logsplit/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-rspec-logsplit/distinfo	Mon Jul  6 17:39:51 2015	(r391433)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rspec-logsplit-0.1.3.gem) = a8f4d91d8aa7de64b35c87713b5133b54192f46eba54e1b5b373eecf89082b44
+SIZE (rubygem/rspec-logsplit-0.1.3.gem) = 7680

Added: head/devel/rubygem-rspec-logsplit/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-rspec-logsplit/pkg-descr	Mon Jul  6 17:39:51 2015	(r391433)
@@ -0,0 +1,5 @@
+This RSpec plugin allows you to change the logger for your library for each
+separate example. This gives the ability to see the log output for each specific
+test.
+
+WWW: https://github.com/abstractive/rspec-logsplit



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