aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-30 20:27:39 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-30 20:43:31 +0000
commit71349102882393474a7a6e470f6bcf408cb8a118 (patch)
treece905a833595f34043407c3ab7b9ef73829eabb5 /textproc
parent20fb858780a46c35227664d306a6031d28962b0e (diff)
downloadports-71349102882393474a7a6e470f6bcf408cb8a118.tar.gz
ports-71349102882393474a7a6e470f6bcf408cb8a118.zip
textproc/rubygem-cucumber-html-formatter13: Add rubygem-cucumber-html-formatter13 13.0.0 (copied from rubygem-cucumber-html-formatter)
- Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages15 - Add PORTSCOUT - Update WWW
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-cucumber-html-formatter13/Makefile25
-rw-r--r--textproc/rubygem-cucumber-html-formatter13/distinfo3
-rw-r--r--textproc/rubygem-cucumber-html-formatter13/pkg-descr6
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 581d89c4ef0c..6ce82f743299 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1575,6 +1575,7 @@
SUBDIR += rubygem-cucumber-gherkin15
SUBDIR += rubygem-cucumber-gherkin18
SUBDIR += rubygem-cucumber-html-formatter
+ SUBDIR += rubygem-cucumber-html-formatter13
SUBDIR += rubygem-cucumber-html-formatter9
SUBDIR += rubygem-diff-lcs
SUBDIR += rubygem-diff_match_patch
diff --git a/textproc/rubygem-cucumber-html-formatter13/Makefile b/textproc/rubygem-cucumber-html-formatter13/Makefile
new file mode 100644
index 000000000000..49176562f3f6
--- /dev/null
+++ b/textproc/rubygem-cucumber-html-formatter13/Makefile
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= cucumber-html-formatter
+PORTVERSION= 13.0.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 13
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= HTML formatter for Cucumber
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-cucumber-messages15>=15.0.0<16:devel/rubygem-cucumber-messages15
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PLIST_FILES= bin/cucumber-html-formatter
+
+PORTSCOUT= limit:^13\.
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-cucumber-html-formatter13/distinfo b/textproc/rubygem-cucumber-html-formatter13/distinfo
new file mode 100644
index 000000000000..f420cc84e000
--- /dev/null
+++ b/textproc/rubygem-cucumber-html-formatter13/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1618321014
+SHA256 (rubygem/cucumber-html-formatter-13.0.0.gem) = 51922b8ab0bd911c2986b0bab0db01e7aae83a995c90755736e5524bfeb943cd
+SIZE (rubygem/cucumber-html-formatter-13.0.0.gem) = 436224
diff --git a/textproc/rubygem-cucumber-html-formatter13/pkg-descr b/textproc/rubygem-cucumber-html-formatter13/pkg-descr
new file mode 100644
index 000000000000..38092c98b95f
--- /dev/null
+++ b/textproc/rubygem-cucumber-html-formatter13/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