aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-30 20:27:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-30 20:43:30 +0000
commit871fefb668dbe1faef77f896e5ade2445ea43cd5 (patch)
tree8bac06234149267997c64f2736841e8fc5d28ee7
parent6ddea70fe07c56510da064fe8b7f58f60cfcbf9d (diff)
downloadports-871fefb668dbe1faef77f896e5ade2445ea43cd5.tar.gz
ports-871fefb668dbe1faef77f896e5ade2445ea43cd5.zip
devel/rubygem-cucumber-messages15: Add rubygem-cucumber-messages15 15.0.0 (copied from rubygem-cucumber-messages)
- Add PORTSCOUT - Update WWW
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-cucumber-messages15/Makefile24
-rw-r--r--devel/rubygem-cucumber-messages15/distinfo3
-rw-r--r--devel/rubygem-cucumber-messages15/pkg-descr6
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 8cab625b6f67..46727943accd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6053,6 +6053,7 @@
SUBDIR += rubygem-cucumber-formatter-dots
SUBDIR += rubygem-cucumber-messages
SUBDIR += rubygem-cucumber-messages13
+ SUBDIR += rubygem-cucumber-messages15
SUBDIR += rubygem-cucumber-messages4
SUBDIR += rubygem-cucumber-rails
SUBDIR += rubygem-cucumber-tag-expressions
diff --git a/devel/rubygem-cucumber-messages15/Makefile b/devel/rubygem-cucumber-messages15/Makefile
new file mode 100644
index 000000000000..e3309e1f1392
--- /dev/null
+++ b/devel/rubygem-cucumber-messages15/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= cucumber-messages
+PORTVERSION= 15.0.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 15
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Protocol Buffer messages for Cucumber
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-protobuf-cucumber>=3.10.8<4:devel/rubygem-protobuf-cucumber
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^15\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-cucumber-messages15/distinfo b/devel/rubygem-cucumber-messages15/distinfo
new file mode 100644
index 000000000000..146d0f97e8ba
--- /dev/null
+++ b/devel/rubygem-cucumber-messages15/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1618320882
+SHA256 (rubygem/cucumber-messages-15.0.0.gem) = 4fa91b62581141d9fc01b3760b5be6ee03af2ec8095a8ed631c8ecfa8a8c7bc7
+SIZE (rubygem/cucumber-messages-15.0.0.gem) = 11264
diff --git a/devel/rubygem-cucumber-messages15/pkg-descr b/devel/rubygem-cucumber-messages15/pkg-descr
new file mode 100644
index 000000000000..714a8d201600
--- /dev/null
+++ b/devel/rubygem-cucumber-messages15/pkg-descr
@@ -0,0 +1,6 @@
+Cucumber Messages is a message protocol based on Protocol Buffers. It allows one
+process to construct message objects and send them to another process. Protobuf
+takes care of serialising those messages to a binary format, and deserialise
+them on the other end.
+
+WWW: https://github.com/cucumber/common/tree/main/messages/ruby