git: f1531efddca8 - main - textproc/rubygem-cucumber-html-formatter17: Add rubygem-cucumber-html-formatter17 17.0.0 (copied from rubygem-cucumber-html-formatter)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Jan 2022 23:27:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1531efddca88acd8d2b59220b5c41865ba53497 commit f1531efddca88acd8d2b59220b5c41865ba53497 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-28 23:09:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-28 23:26:35 +0000 textproc/rubygem-cucumber-html-formatter17: Add rubygem-cucumber-html-formatter17 17.0.0 (copied from rubygem-cucumber-html-formatter) - Add PORTSCOUT --- textproc/Makefile | 1 + .../rubygem-cucumber-html-formatter17/Makefile | 25 ++++++++++++++++++++++ .../rubygem-cucumber-html-formatter17/distinfo | 3 +++ .../rubygem-cucumber-html-formatter17/pkg-descr | 6 ++++++ 4 files changed, 35 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 6e46a82f52b2..e5652f4a3ffd 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1622,6 +1622,7 @@ SUBDIR += rubygem-cssmin SUBDIR += rubygem-cucumber-gherkin SUBDIR += rubygem-cucumber-html-formatter + SUBDIR += rubygem-cucumber-html-formatter17 SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diff_match_patch SUBDIR += rubygem-diffy diff --git a/textproc/rubygem-cucumber-html-formatter17/Makefile b/textproc/rubygem-cucumber-html-formatter17/Makefile new file mode 100644 index 000000000000..d18741068fd0 --- /dev/null +++ b/textproc/rubygem-cucumber-html-formatter17/Makefile @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= cucumber-html-formatter +PORTVERSION= 17.0.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 17 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= HTML formatter for Cucumber + +LICENSE= MIT + +RUN_DEPENDS= rubygem-cucumber-messages>=17.1.0<18:devel/rubygem-cucumber-messages + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PLIST_FILES= bin/cucumber-html-formatter + +PORTSCOUT= limit:^17\. + +.include <bsd.port.mk> diff --git a/textproc/rubygem-cucumber-html-formatter17/distinfo b/textproc/rubygem-cucumber-html-formatter17/distinfo new file mode 100644 index 000000000000..5d01e788d9f6 --- /dev/null +++ b/textproc/rubygem-cucumber-html-formatter17/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1634111948 +SHA256 (rubygem/cucumber-html-formatter-17.0.0.gem) = b218c9a89ea2ef020e0cb36cb856a09c0ceb7e9b0507bdb58050aafa7f53a7c1 +SIZE (rubygem/cucumber-html-formatter-17.0.0.gem) = 434176 diff --git a/textproc/rubygem-cucumber-html-formatter17/pkg-descr b/textproc/rubygem-cucumber-html-formatter17/pkg-descr new file mode 100644 index 000000000000..38092c98b95f --- /dev/null +++ b/textproc/rubygem-cucumber-html-formatter17/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/common/tree/main/html-formatter/ruby