From 8e41d8df52ff28c81a66d24d9733ec089bc24bc7 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jun 2020 14:19:48 +0000 Subject: [PATCH] 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 --- textproc/Makefile | 1 + .../rubygem-cucumber-html-formatter/Makefile | 23 +++++++++++++++++++ .../rubygem-cucumber-html-formatter/distinfo | 3 +++ .../rubygem-cucumber-html-formatter/pkg-descr | 6 +++++ 4 files changed, 33 insertions(+) create mode 100644 textproc/rubygem-cucumber-html-formatter/Makefile create mode 100644 textproc/rubygem-cucumber-html-formatter/distinfo create mode 100644 textproc/rubygem-cucumber-html-formatter/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index fea1d4e1e96f..5518255f5eba 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/rubygem-cucumber-html-formatter/Makefile b/textproc/rubygem-cucumber-html-formatter/Makefile new file mode 100644 index 000000000000..a49331dd6bfa --- /dev/null +++ b/textproc/rubygem-cucumber-html-formatter/Makefile @@ -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 diff --git a/textproc/rubygem-cucumber-html-formatter/distinfo b/textproc/rubygem-cucumber-html-formatter/distinfo new file mode 100644 index 000000000000..5fb953166a8b --- /dev/null +++ b/textproc/rubygem-cucumber-html-formatter/distinfo @@ -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 diff --git a/textproc/rubygem-cucumber-html-formatter/pkg-descr b/textproc/rubygem-cucumber-html-formatter/pkg-descr new file mode 100644 index 000000000000..80ea6ed503ec --- /dev/null +++ b/textproc/rubygem-cucumber-html-formatter/pkg-descr @@ -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