svn commit: r391433 - in head/devel: . rubygem-rspec-logsplit
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jul 6 17:39:54 UTC 2015
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rspec-logsplit
+PORTVERSION= 0.1.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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
More information about the svn-ports-all
mailing list