Date: Fri, 5 Oct 2018 20:59:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481294 - in head/devel: . rubygem-cucumber-messages Message-ID: <201810052059.w95KxGVK002768@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Oct 5 20:59:16 2018 New Revision: 481294 URL: https://svnweb.freebsd.org/changeset/ports/481294 Log: 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 Added: head/devel/rubygem-cucumber-messages/ head/devel/rubygem-cucumber-messages/Makefile (contents, props changed) head/devel/rubygem-cucumber-messages/distinfo (contents, props changed) head/devel/rubygem-cucumber-messages/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 5 20:48:57 2018 (r481293) +++ head/devel/Makefile Fri Oct 5 20:59:16 2018 (r481294) @@ -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 Added: head/devel/rubygem-cucumber-messages/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-messages/Makefile Fri Oct 5 20:59:16 2018 (r481294) @@ -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> Added: head/devel/rubygem-cucumber-messages/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-messages/distinfo Fri Oct 5 20:59:16 2018 (r481294) @@ -0,0 +1,3 @@ +TIMESTAMP = 1538663518 +SHA256 (rubygem/cucumber-messages-1.1.2.gem) = 6203bb78adcaef97e7d41aab672dde59de1fd709e5b89f5018ab22947d1439e5 +SIZE (rubygem/cucumber-messages-1.1.2.gem) = 11776 Added: head/devel/rubygem-cucumber-messages/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-messages/pkg-descr Fri Oct 5 20:59:16 2018 (r481294) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810052059.w95KxGVK002768>