Date: Fri, 5 Oct 2018 21:03:43 +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: r481295 - in head/devel: . rubygem-cucumber-formatter-dots Message-ID: <201810052103.w95L3hBA007663@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Oct 5 21:03:43 2018 New Revision: 481295 URL: https://svnweb.freebsd.org/changeset/ports/481295 Log: Add rubygem-cucumber-formatter-dots 1.1.0 Cucumber formatters are command line programs that read results from STDIN. They are designed to work with any Cucumber implementation that supports Cucumber Messages. WWW: https://github.com/cucumber/dots-formatter-ruby Added: head/devel/rubygem-cucumber-formatter-dots/ head/devel/rubygem-cucumber-formatter-dots/Makefile (contents, props changed) head/devel/rubygem-cucumber-formatter-dots/distinfo (contents, props changed) head/devel/rubygem-cucumber-formatter-dots/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 5 20:59:16 2018 (r481294) +++ head/devel/Makefile Fri Oct 5 21:03:43 2018 (r481295) @@ -5564,6 +5564,7 @@ SUBDIR += rubygem-cucumber SUBDIR += rubygem-cucumber-core SUBDIR += rubygem-cucumber-expressions + SUBDIR += rubygem-cucumber-formatter-dots SUBDIR += rubygem-cucumber-messages SUBDIR += rubygem-cucumber-tag_expressions SUBDIR += rubygem-cucumber-wire Added: head/devel/rubygem-cucumber-formatter-dots/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-formatter-dots/Makefile Fri Oct 5 21:03:43 2018 (r481295) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= cucumber-formatter-dots +PORTVERSION= 1.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Dots formatter for Cucumber + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-cucumber-messages>=0:devel/rubygem-cucumber-messages \ + rubygem-os>=0:devel/rubygem-os + +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-cucumber-formatter-dots/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-formatter-dots/distinfo Fri Oct 5 21:03:43 2018 (r481295) @@ -0,0 +1,3 @@ +TIMESTAMP = 1538664254 +SHA256 (rubygem/cucumber-formatter-dots-1.1.0.gem) = 6dc8db4f49e9ff077816fa1757a575fc3d85e992e2427dd26e2bc800da425c75 +SIZE (rubygem/cucumber-formatter-dots-1.1.0.gem) = 38839296 Added: head/devel/rubygem-cucumber-formatter-dots/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-formatter-dots/pkg-descr Fri Oct 5 21:03:43 2018 (r481295) @@ -0,0 +1,5 @@ +Cucumber formatters are command line programs that read results from STDIN. They +are designed to work with any Cucumber implementation that supports Cucumber +Messages. + +WWW: https://github.com/cucumber/dots-formatter-ruby
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810052103.w95L3hBA007663>