Skip to content

Commit

Permalink
devel/rubygem-google-protobuf317: Add rubygem-google-protobuf317 3.17…
Browse files Browse the repository at this point in the history
….3 (copied from rubygem-google-protobuf)

- Add PORTSCOUT
  • Loading branch information
sunpoet committed Sep 21, 2021
1 parent 16ebe5c commit a219a15
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -6314,6 +6314,7 @@
SUBDIR += rubygem-google-protobuf
SUBDIR += rubygem-google-protobuf314
SUBDIR += rubygem-google-protobuf315
SUBDIR += rubygem-google-protobuf317
SUBDIR += rubygem-google-protobuf38
SUBDIR += rubygem-googleapis-common-protos
SUBDIR += rubygem-googleapis-common-protos-types
Expand Down
21 changes: 21 additions & 0 deletions devel/rubygem-google-protobuf317/Makefile
@@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= google-protobuf
PORTVERSION= 3.17.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 317

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby extension to Google Protocol Buffers

LICENSE= BSD3CLAUSE

USES= gem shebangfix
USE_RUBY= yes

PORTSCOUT= limit:^3\.17\.

SHEBANG_GLOB= *.rb

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/rubygem-google-protobuf317/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1632036842
SHA256 (rubygem/google-protobuf-3.17.3.gem) = 08041084850e23cc1b276ade80a2b8f574132dbfe6bc20b1de43c1692da1b46e
SIZE (rubygem/google-protobuf-3.17.3.gem) = 151552
9 changes: 9 additions & 0 deletions devel/rubygem-google-protobuf317/pkg-descr
@@ -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

0 comments on commit a219a15

Please sign in to comment.