diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-14 14:19:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-14 14:19:48 +0000 |
commit | 8e41d8df52ff28c81a66d24d9733ec089bc24bc7 (patch) | |
tree | 3cac8ea28c4bf841625f31fd94b37fe3270737bc | |
parent | Add rubygem-cucumber-gherkin 13.0.0 (copied from rubygem-gherkin) (diff) |
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
Notes
Notes:
svn path=/head/; revision=538747
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-cucumber-html-formatter/Makefile | 23 | ||||
-rw-r--r-- | textproc/rubygem-cucumber-html-formatter/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-cucumber-html-formatter/pkg-descr | 6 |
4 files changed, 33 insertions, 0 deletions
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 <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> 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 |