devel/rubygem-cucumber-messages17: Add rubygem-cucumber-messages17 17.1.1 (copied from rubygem-cucumber-messages)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2022-04-16 11:39:28 +08:00
parent 3aad7434f1
commit ca0e6b4829
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 32 additions and 0 deletions

View File

@ -6244,6 +6244,7 @@
SUBDIR += rubygem-cucumber-cucumber-expressions14
SUBDIR += rubygem-cucumber-formatter-dots
SUBDIR += rubygem-cucumber-messages
SUBDIR += rubygem-cucumber-messages17
SUBDIR += rubygem-cucumber-messages4
SUBDIR += rubygem-cucumber-rails
SUBDIR += rubygem-cucumber-tag-expressions

View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= cucumber-messages
PORTVERSION= 17.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 17
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Protocol Buffer messages for Cucumber
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^17\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1632227618
SHA256 (rubygem/cucumber-messages-17.1.1.gem) = d2dd7ba0b91f5834099361938c463671e8704ba8b72bbe94e0a5c95f157f990e
SIZE (rubygem/cucumber-messages-17.1.1.gem) = 21504

View File

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