devel/rubygem-cucumber-messages17: Add rubygem-cucumber-messages17 17.1.1 (copied from rubygem-cucumber-messages)
- Add PORTSCOUT
This commit is contained in:
parent
3aad7434f1
commit
ca0e6b4829
@ -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
|
||||
|
22
devel/rubygem-cucumber-messages17/Makefile
Normal file
22
devel/rubygem-cucumber-messages17/Makefile
Normal 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>
|
3
devel/rubygem-cucumber-messages17/distinfo
Normal file
3
devel/rubygem-cucumber-messages17/distinfo
Normal 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
|
6
devel/rubygem-cucumber-messages17/pkg-descr
Normal file
6
devel/rubygem-cucumber-messages17/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user