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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-06-14 14:19:48 +00:00
parent 6e5ea7344d
commit 8e41d8df52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538747
4 changed files with 33 additions and 0 deletions

View file

@ -1497,6 +1497,7 @@
SUBDIR += rubygem-css_parser SUBDIR += rubygem-css_parser
SUBDIR += rubygem-cssmin SUBDIR += rubygem-cssmin
SUBDIR += rubygem-cucumber-gherkin SUBDIR += rubygem-cucumber-gherkin
SUBDIR += rubygem-cucumber-html-formatter
SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diff-lcs
SUBDIR += rubygem-diff_match_patch SUBDIR += rubygem-diff_match_patch
SUBDIR += rubygem-diffy SUBDIR += rubygem-diffy

View file

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $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 <bsd.port.mk>

View file

@ -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

View file

@ -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