summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-07-13 22:23:49 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-07-13 22:23:49 +0800
commitfe059c457427c4f93966aaf056df9df736acd34c (patch)
treed4b34bf15b99bc30c984ed5c7466b95c3551602e /devel
parenttextproc/dictem: Add NO_ARCH (diff)
devel/rubygem-cucumber-messages27: Add rubygem-cucumber-messages27 27.2.0 (copied from rubygem-cucumber-messages)HEADmain
- Add PORTSCOUT
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-cucumber-messages27/Makefile20
-rw-r--r--devel/rubygem-cucumber-messages27/distinfo3
-rw-r--r--devel/rubygem-cucumber-messages27/pkg-descr4
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index eede04426e1c..2484c972d610 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7177,6 +7177,7 @@
SUBDIR += rubygem-cucumber-messages22
SUBDIR += rubygem-cucumber-messages24
SUBDIR += rubygem-cucumber-messages25
+ SUBDIR += rubygem-cucumber-messages27
SUBDIR += rubygem-cucumber-rails
SUBDIR += rubygem-cucumber-tag-expressions
SUBDIR += rubygem-cucumber-wire
diff --git a/devel/rubygem-cucumber-messages27/Makefile b/devel/rubygem-cucumber-messages27/Makefile
new file mode 100644
index 000000000000..6aa53297ae0e
--- /dev/null
+++ b/devel/rubygem-cucumber-messages27/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= cucumber-messages
+PORTVERSION= 27.2.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 27
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Protocol Buffer messages for Cucumber
+WWW= https://github.com/cucumber/messages
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^27\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-cucumber-messages27/distinfo b/devel/rubygem-cucumber-messages27/distinfo
new file mode 100644
index 000000000000..1f0806c6ad5f
--- /dev/null
+++ b/devel/rubygem-cucumber-messages27/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1742070652
+SHA256 (rubygem/cucumber-messages-27.2.0.gem) = 46e2a1454620db3d0811ad990b9a96cd47bfdb5e2ad4f2ae0b41822332979fff
+SIZE (rubygem/cucumber-messages-27.2.0.gem) = 21504
diff --git a/devel/rubygem-cucumber-messages27/pkg-descr b/devel/rubygem-cucumber-messages27/pkg-descr
new file mode 100644
index 000000000000..b5ae25cd6682
--- /dev/null
+++ b/devel/rubygem-cucumber-messages27/pkg-descr
@@ -0,0 +1,4 @@
+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.