Date: Wed, 31 Aug 2022 11:42:33 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2f95e9c90975 - main - textproc/rubygem-cucumber-html-formatter19: Add rubygem-cucumber-html-formatter19 19.2.0 (copied from rubygem-cucumber-html-formatter) Message-ID: <202208311142.27VBgXY0093845@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f95e9c909753608292fe129c1e0b8c032cda3ec commit 2f95e9c909753608292fe129c1e0b8c032cda3ec Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-31 11:21:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-31 11:40:50 +0000 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(+) 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208311142.27VBgXY0093845>