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
This commit is contained in:
parent
91c1c8e9f5
commit
7de14d8b50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538745
4 changed files with 36 additions and 0 deletions
|
@ -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
|
||||
|
|
28
devel/rubygem-protobuf-cucumber/Makefile
Normal file
28
devel/rubygem-protobuf-cucumber/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $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 <bsd.port.mk>
|
3
devel/rubygem-protobuf-cucumber/distinfo
Normal file
3
devel/rubygem-protobuf-cucumber/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1591281340
|
||||
SHA256 (rubygem/protobuf-cucumber-3.10.8.gem) = e2a0a8850d75bdc9992f709c8a2be89a2bc5712dd799dc4a0ccb5db894b2a6e5
|
||||
SIZE (rubygem/protobuf-cucumber-3.10.8.gem) = 236544
|
4
devel/rubygem-protobuf-cucumber/pkg-descr
Normal file
4
devel/rubygem-protobuf-cucumber/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue