From owner-svn-ports-all@freebsd.org Fri Oct 5 21:03:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 185C510B6E63; Fri, 5 Oct 2018 21:03:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF8537135F; Fri, 5 Oct 2018 21:03:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A1C71A9E9; Fri, 5 Oct 2018 21:03:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w95L3iOm007667; Fri, 5 Oct 2018 21:03:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w95L3hBA007663; Fri, 5 Oct 2018 21:03:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810052103.w95L3hBA007663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 5 Oct 2018 21:03:43 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-cucumber-formatter-dots X-SVN-Commit-Revision: 481295 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2018 21:03:45 -0000 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 +# $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 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