Add rubygem-cucumber-messages13 13.2.1 (copied from rubygem-cucumber-messages)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-02-17 17:51:51 +00:00
parent 5f86c92d32
commit 893201bf7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565539
4 changed files with 35 additions and 0 deletions

View file

@ -5995,6 +5995,7 @@
SUBDIR += rubygem-cucumber-cucumber-expressions10
SUBDIR += rubygem-cucumber-formatter-dots
SUBDIR += rubygem-cucumber-messages
SUBDIR += rubygem-cucumber-messages13
SUBDIR += rubygem-cucumber-messages4
SUBDIR += rubygem-cucumber-rails
SUBDIR += rubygem-cucumber-tag-expressions

View file

@ -0,0 +1,25 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cucumber-messages
PORTVERSION= 13.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 13
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:^13\.
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1605901774
SHA256 (rubygem/cucumber-messages-13.2.1.gem) = 951f0475beb508549cb8cb9820c5fe716737e8dbeeb39e4630676911c8d6fe0b
SIZE (rubygem/cucumber-messages-13.2.1.gem) = 11264

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/cucumber-messages-ruby