diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-06 04:59:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-06 04:59:16 +0800 |
commit | c93b321abe136093f831c135b2e0e7cd53379e78 (patch) | |
tree | f85577ffeac594e27860af1d46d10600cfaa35d9 /devel | |
parent | 92dd773a14e36d47e3ca00eca98eb5c729ed752f (diff) | |
download | freebsd-ports-gnome-c93b321abe136093f831c135b2e0e7cd53379e78.tar.gz freebsd-ports-gnome-c93b321abe136093f831c135b2e0e7cd53379e78.tar.zst freebsd-ports-gnome-c93b321abe136093f831c135b2e0e7cd53379e78.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-cucumber-messages/Makefile | 22 | ||||
-rw-r--r-- | devel/rubygem-cucumber-messages/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-cucumber-messages/pkg-descr | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7dbab9cd7ce6..fee7644050e8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-cucumber-messages/Makefile b/devel/rubygem-cucumber-messages/Makefile new file mode 100644 index 000000000000..640a1cea3892 --- /dev/null +++ b/devel/rubygem-cucumber-messages/Makefile @@ -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> diff --git a/devel/rubygem-cucumber-messages/distinfo b/devel/rubygem-cucumber-messages/distinfo new file mode 100644 index 000000000000..82776125fd3d --- /dev/null +++ b/devel/rubygem-cucumber-messages/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1538663518 +SHA256 (rubygem/cucumber-messages-1.1.2.gem) = 6203bb78adcaef97e7d41aab672dde59de1fd709e5b89f5018ab22947d1439e5 +SIZE (rubygem/cucumber-messages-1.1.2.gem) = 11776 diff --git a/devel/rubygem-cucumber-messages/pkg-descr b/devel/rubygem-cucumber-messages/pkg-descr new file mode 100644 index 000000000000..2e26ff640a9f --- /dev/null +++ b/devel/rubygem-cucumber-messages/pkg-descr @@ -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 |