Skip to content

Commit

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

- Add PORTSCOUT
  • Loading branch information
sunpoet committed May 27, 2023
1 parent d529cdf commit dea963c
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -6825,6 +6825,7 @@
SUBDIR += rubygem-google-iam-credentials-v1
SUBDIR += rubygem-google-iam-v1
SUBDIR += rubygem-google-protobuf
SUBDIR += rubygem-google-protobuf322
SUBDIR += rubygem-googleapis-common-protos
SUBDIR += rubygem-googleapis-common-protos-types
SUBDIR += rubygem-graf
Expand Down
21 changes: 21 additions & 0 deletions devel/rubygem-google-protobuf322/Makefile
@@ -0,0 +1,21 @@
PORTNAME= google-protobuf
PORTVERSION= 3.22.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 322

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby extension to Google Protocol Buffers
WWW= https://protobuf.dev/ \
https://github.com/protocolbuffers/protobuf \
https://github.com/protocolbuffers/protobuf/tree/main/ruby

LICENSE= BSD3CLAUSE

USES= gem shebangfix

PORTSCOUT= limit:^3\.22\.

SHEBANG_GLOB= *.rb

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/rubygem-google-protobuf322/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1681843934
SHA256 (rubygem/google-protobuf-3.22.3.gem) = 09db2a54fcdf2c8ec04d2c10b2818fd6ee0990578317b42e839811f2fd288ff5
SIZE (rubygem/google-protobuf-3.22.3.gem) = 209920
6 changes: 6 additions & 0 deletions devel/rubygem-google-protobuf322/pkg-descr
@@ -0,0 +1,6 @@
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.

0 comments on commit dea963c

Please sign in to comment.