Add rubygem-cucumber-messages13 13.2.1 (copied from rubygem-cucumber-messages)
- Add PORTSCOUT
This commit is contained in:
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
|
@ -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
|
||||
|
|
25
devel/rubygem-cucumber-messages13/Makefile
Normal file
25
devel/rubygem-cucumber-messages13/Makefile
Normal 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>
|
3
devel/rubygem-cucumber-messages13/distinfo
Normal file
3
devel/rubygem-cucumber-messages13/distinfo
Normal 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
|
6
devel/rubygem-cucumber-messages13/pkg-descr
Normal file
6
devel/rubygem-cucumber-messages13/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/cucumber-messages-ruby
|
Loading…
Reference in a new issue