1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

devel/rubygem-cucumber-messages25: Add rubygem-cucumber-messages25 25.0.1 (copied from rubygem-cucumber-messages)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2024-09-05 13:14:15 +08:00
parent cdf78e0676
commit eaad86c641
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 27 additions and 0 deletions

View File

@ -6992,6 +6992,7 @@
SUBDIR += rubygem-cucumber-messages22
SUBDIR += rubygem-cucumber-messages23
SUBDIR += rubygem-cucumber-messages24
SUBDIR += rubygem-cucumber-messages25
SUBDIR += rubygem-cucumber-rails
SUBDIR += rubygem-cucumber-tag-expressions
SUBDIR += rubygem-cucumber-wire

View File

@ -0,0 +1,19 @@
PORTNAME= cucumber-messages
PORTVERSION= 25.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 25
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Protocol Buffer messages for Cucumber
WWW= https://github.com/cucumber/messages
LICENSE= MIT
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^15\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1718580234
SHA256 (rubygem/cucumber-messages-25.0.1.gem) = 03f233af92282a9ebc2ab7cc72771398940db9f17818f8740d8eff5d7a3744df
SIZE (rubygem/cucumber-messages-25.0.1.gem) = 20480

View File

@ -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.