aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-31 11:21:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-31 11:40:50 +0000
commit2f95e9c909753608292fe129c1e0b8c032cda3ec (patch)
treec515f3f306e166c750c45a2b6a0a9419b5191142
parent92ada8e2018cf1aa973569651145e26a63dd444b (diff)
downloadports-2f95e9c909753608292fe129c1e0b8c032cda3ec.tar.gz
ports-2f95e9c909753608292fe129c1e0b8c032cda3ec.zip
textproc/rubygem-cucumber-html-formatter19: Add rubygem-cucumber-html-formatter19 19.2.0 (copied from rubygem-cucumber-html-formatter)
- Add PORTSCOUT
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-cucumber-html-formatter19/Makefile24
-rw-r--r--textproc/rubygem-cucumber-html-formatter19/distinfo3
-rw-r--r--textproc/rubygem-cucumber-html-formatter19/pkg-descr6
4 files changed, 34 insertions, 0 deletions
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