1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

devel/rubygem-google-protobuf315: Add rubygem-google-protobuf315 3.15.8 (copied from rubygem-google-protobuf)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2021-05-12 05:14:13 +08:00
parent 22c87760e4
commit d912fa0579
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 34 additions and 0 deletions

View File

@ -6226,6 +6226,7 @@
SUBDIR += rubygem-google-gax
SUBDIR += rubygem-google-protobuf
SUBDIR += rubygem-google-protobuf314
SUBDIR += rubygem-google-protobuf315
SUBDIR += rubygem-google-protobuf38
SUBDIR += rubygem-googleapis-common-protos
SUBDIR += rubygem-googleapis-common-protos-types

View File

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= google-protobuf
PORTVERSION= 3.15.8
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 315
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby extension to Google Protocol Buffers
LICENSE= BSD3CLAUSE
USES= gem shebangfix
USE_RUBY= yes
PORTSCOUT= limit:^3\.15\.
SHEBANG_GLOB= *.rb
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1620405341
SHA256 (rubygem/google-protobuf-3.15.8.gem) = 3d943d9bae7bec674f487b862e4aab9ef066ba6cde1f6f6d7a2a26c348f32a35
SIZE (rubygem/google-protobuf-3.15.8.gem) = 149504

View File

@ -0,0 +1,9 @@
rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers
functionality. It makes use of generated Ruby code that defines message and enum
types in a Ruby DSL. You may write definitions in this DSL directly, but we
recommend using protoc's Ruby generation support with .proto files. The build
process in this directory only installs the extension; you need to install
protoc as well to have Ruby code generation functionality.
WWW: https://developers.google.com/protocol-buffers/
WWW: https://github.com/google/protobuf/tree/master/ruby