1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00

Add rubygem-cucumber-messages 1.1.2

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-10-05 20:59:16 +00:00
parent baff1ae0c4
commit 198bfba1c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481294
4 changed files with 32 additions and 0 deletions

View File

@ -5564,6 +5564,7 @@
SUBDIR += rubygem-cucumber
SUBDIR += rubygem-cucumber-core
SUBDIR += rubygem-cucumber-expressions
SUBDIR += rubygem-cucumber-messages
SUBDIR += rubygem-cucumber-tag_expressions
SUBDIR += rubygem-cucumber-wire
SUBDIR += rubygem-curses

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1538663518
SHA256 (rubygem/cucumber-messages-1.1.2.gem) = 6203bb78adcaef97e7d41aab672dde59de1fd709e5b89f5018ab22947d1439e5
SIZE (rubygem/cucumber-messages-1.1.2.gem) = 11776

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