From 7de14d8b50147061ebb82f67791bf4c04d73affa Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jun 2020 14:19:37 +0000 Subject: [PATCH] Add rubygem-protobuf-cucumber 3.10.8 Protobuf is an implementation of Google's protocol buffers in ruby, This is the cucumber-modified fork. WWW: https://github.com/cucumber/protobuf --- devel/Makefile | 1 + devel/rubygem-protobuf-cucumber/Makefile | 28 +++++++++++++++++++++++ devel/rubygem-protobuf-cucumber/distinfo | 3 +++ devel/rubygem-protobuf-cucumber/pkg-descr | 4 ++++ 4 files changed, 36 insertions(+) create mode 100644 devel/rubygem-protobuf-cucumber/Makefile create mode 100644 devel/rubygem-protobuf-cucumber/distinfo create mode 100644 devel/rubygem-protobuf-cucumber/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index 25a5c5252d7f..72bada3cdcc5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6266,6 +6266,7 @@ SUBDIR += rubygem-progressbar SUBDIR += rubygem-prometheus-client-mmap SUBDIR += rubygem-protected_attributes + SUBDIR += rubygem-protobuf-cucumber SUBDIR += rubygem-protocol SUBDIR += rubygem-pry SUBDIR += rubygem-pry-byebug diff --git a/devel/rubygem-protobuf-cucumber/Makefile b/devel/rubygem-protobuf-cucumber/Makefile new file mode 100644 index 000000000000..32328aec40ec --- /dev/null +++ b/devel/rubygem-protobuf-cucumber/Makefile @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= protobuf-cucumber +PORTVERSION= 3.10.8 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Protocol Buffers serialization and RPC implementation for Cucumber + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-activesupport60>=3.2:devel/rubygem-activesupport60 \ + rubygem-middleware>=0:devel/rubygem-middleware \ + rubygem-thor>=0:devel/rubygem-thor \ + rubygem-thread_safe>=0:devel/rubygem-thread_safe + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PLIST_FILES= bin/protoc-gen-ruby \ + bin/rpc_server + +.include diff --git a/devel/rubygem-protobuf-cucumber/distinfo b/devel/rubygem-protobuf-cucumber/distinfo new file mode 100644 index 000000000000..a123e5c10fa7 --- /dev/null +++ b/devel/rubygem-protobuf-cucumber/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1591281340 +SHA256 (rubygem/protobuf-cucumber-3.10.8.gem) = e2a0a8850d75bdc9992f709c8a2be89a2bc5712dd799dc4a0ccb5db894b2a6e5 +SIZE (rubygem/protobuf-cucumber-3.10.8.gem) = 236544 diff --git a/devel/rubygem-protobuf-cucumber/pkg-descr b/devel/rubygem-protobuf-cucumber/pkg-descr new file mode 100644 index 000000000000..3a62aab8ea4b --- /dev/null +++ b/devel/rubygem-protobuf-cucumber/pkg-descr @@ -0,0 +1,4 @@ +Protobuf is an implementation of Google's protocol buffers in ruby, This is the +cucumber-modified fork. + +WWW: https://github.com/cucumber/protobuf