From 2f95e9c909753608292fe129c1e0b8c032cda3ec Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 31 Aug 2022 19:21:17 +0800 Subject: textproc/rubygem-cucumber-html-formatter19: Add rubygem-cucumber-html-formatter19 19.2.0 (copied from rubygem-cucumber-html-formatter) - Add PORTSCOUT --- textproc/Makefile | 1 + .../rubygem-cucumber-html-formatter19/Makefile | 24 ++++++++++++++++++++++ .../rubygem-cucumber-html-formatter19/distinfo | 3 +++ .../rubygem-cucumber-html-formatter19/pkg-descr | 6 ++++++ 4 files changed, 34 insertions(+) create mode 100644 textproc/rubygem-cucumber-html-formatter19/Makefile create mode 100644 textproc/rubygem-cucumber-html-formatter19/distinfo create mode 100644 textproc/rubygem-cucumber-html-formatter19/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index 0abe6cc10318..ae47ff6efc89 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1664,6 +1664,7 @@ SUBDIR += rubygem-cucumber-gherkin SUBDIR += rubygem-cucumber-gherkin23 SUBDIR += rubygem-cucumber-html-formatter + SUBDIR += rubygem-cucumber-html-formatter19 SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diff_match_patch SUBDIR += rubygem-diffy diff --git a/textproc/rubygem-cucumber-html-formatter19/Makefile b/textproc/rubygem-cucumber-html-formatter19/Makefile new file mode 100644 index 000000000000..96ac2d73632a --- /dev/null +++ b/textproc/rubygem-cucumber-html-formatter19/Makefile @@ -0,0 +1,24 @@ +PORTNAME= cucumber-html-formatter +PORTVERSION= 19.2.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 19 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= HTML formatter for Cucumber + +LICENSE= MIT + +RUN_DEPENDS= rubygem-cucumber-messages18>=18.0.0<19:devel/rubygem-cucumber-messages18 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^19\. + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/cucumber-html-formatter + +.include diff --git a/textproc/rubygem-cucumber-html-formatter19/distinfo b/textproc/rubygem-cucumber-html-formatter19/distinfo new file mode 100644 index 000000000000..71780956e264 --- /dev/null +++ b/textproc/rubygem-cucumber-html-formatter19/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1653926114 +SHA256 (rubygem/cucumber-html-formatter-19.2.0.gem) = dfb3b8d296e60c45f437c8cfde2990b62a2fa15afa0b44fae718fb4772a8d5be +SIZE (rubygem/cucumber-html-formatter-19.2.0.gem) = 478720 diff --git a/textproc/rubygem-cucumber-html-formatter19/pkg-descr b/textproc/rubygem-cucumber-html-formatter19/pkg-descr new file mode 100644 index 000000000000..17bb859e994f --- /dev/null +++ b/textproc/rubygem-cucumber-html-formatter19/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/html-formatter -- cgit v1.2.3