From owner-svn-ports-all@freebsd.org Sun Jun 14 14:19:49 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BEE8133AD9D; Sun, 14 Jun 2020 14:19:49 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49lGnK4QnJz4Q8k; Sun, 14 Jun 2020 14:19:49 +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 7BAF6DB9B; Sun, 14 Jun 2020 14:19:49 +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 05EEJnxo087760; Sun, 14 Jun 2020 14:19:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05EEJmP3087756; Sun, 14 Jun 2020 14:19:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202006141419.05EEJmP3087756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jun 2020 14:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538747 - in head/textproc: . rubygem-cucumber-html-formatter X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . rubygem-cucumber-html-formatter X-SVN-Commit-Revision: 538747 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.33 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: Sun, 14 Jun 2020 14:19:49 -0000 Author: sunpoet Date: Sun Jun 14 14:19:48 2020 New Revision: 538747 URL: https://svnweb.freebsd.org/changeset/ports/538747 Log: Add rubygem-cucumber-html-formatter 6.0.2 Cucumber HTML Formatter is a cross-platform formatter that produces a HTML report for Cucumber runs. It is built on top of cucumber-react and works with any Cucumber implementation with a protobuf formatter that outputs cucumber messages. WWW: https://github.com/cucumber/cucumber/tree/master/html-formatter/ruby Added: head/textproc/rubygem-cucumber-html-formatter/ head/textproc/rubygem-cucumber-html-formatter/Makefile (contents, props changed) head/textproc/rubygem-cucumber-html-formatter/distinfo (contents, props changed) head/textproc/rubygem-cucumber-html-formatter/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Jun 14 14:19:42 2020 (r538746) +++ head/textproc/Makefile Sun Jun 14 14:19:48 2020 (r538747) @@ -1497,6 +1497,7 @@ SUBDIR += rubygem-css_parser SUBDIR += rubygem-cssmin SUBDIR += rubygem-cucumber-gherkin + SUBDIR += rubygem-cucumber-html-formatter SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diff_match_patch SUBDIR += rubygem-diffy Added: head/textproc/rubygem-cucumber-html-formatter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-cucumber-html-formatter/Makefile Sun Jun 14 14:19:48 2020 (r538747) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= cucumber-html-formatter +PORTVERSION= 6.0.2 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= HTML formatter for Cucumber + +LICENSE= MIT + +RUN_DEPENDS= rubygem-cucumber-messages>=12.1.1<13:devel/rubygem-cucumber-messages + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PLIST_FILES= bin/cucumber-html-formatter + +.include Added: head/textproc/rubygem-cucumber-html-formatter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-cucumber-html-formatter/distinfo Sun Jun 14 14:19:48 2020 (r538747) @@ -0,0 +1,3 @@ +TIMESTAMP = 1591281344 +SHA256 (rubygem/cucumber-html-formatter-6.0.2.gem) = bcd499c31f54ca868c14a237eab9ffd10317f44558d1fef2505cbcb76ce6bbbc +SIZE (rubygem/cucumber-html-formatter-6.0.2.gem) = 447488 Added: head/textproc/rubygem-cucumber-html-formatter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-cucumber-html-formatter/pkg-descr Sun Jun 14 14:19:48 2020 (r538747) @@ -0,0 +1,6 @@ +Cucumber HTML Formatter is a cross-platform formatter that produces a HTML +report for Cucumber runs. It is built on top of cucumber-react and works with +any Cucumber implementation with a protobuf formatter that outputs cucumber +messages. + +WWW: https://github.com/cucumber/cucumber/tree/master/html-formatter/ruby