git: 4eb5a632a428 - main - devel/rubygem-google-protobuf319: Add rubygem-google-protobuf319 3.19.4 (copied from rubygem-google-protobuf)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:20:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4eb5a632a428e5cb16c1abaf081dd196a0f9ed88 commit 4eb5a632a428e5cb16c1abaf081dd196a0f9ed88 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-16 03:39:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-16 04:19:05 +0000 devel/rubygem-google-protobuf319: Add rubygem-google-protobuf319 3.19.4 (copied from rubygem-google-protobuf) - Add PORTSCOUT --- devel/Makefile | 1 + devel/rubygem-google-protobuf319/Makefile | 21 +++++++++++++++++++++ devel/rubygem-google-protobuf319/distinfo | 3 +++ devel/rubygem-google-protobuf319/pkg-descr | 9 +++++++++ 4 files changed, 34 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index b44aaede64e2..e801311ddd95 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6426,6 +6426,7 @@ SUBDIR += rubygem-google-apis-storage_v1 SUBDIR += rubygem-google-gax SUBDIR += rubygem-google-protobuf + SUBDIR += rubygem-google-protobuf319 SUBDIR += rubygem-googleapis-common-protos SUBDIR += rubygem-googleapis-common-protos-types SUBDIR += rubygem-graf diff --git a/devel/rubygem-google-protobuf319/Makefile b/devel/rubygem-google-protobuf319/Makefile new file mode 100644 index 000000000000..66d29dcc1d4d --- /dev/null +++ b/devel/rubygem-google-protobuf319/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= google-protobuf +PORTVERSION= 3.19.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 319 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby extension to Google Protocol Buffers + +LICENSE= BSD3CLAUSE + +USES= gem shebangfix +USE_RUBY= yes + +PORTSCOUT= limit:^3\.19\. + +SHEBANG_GLOB= *.rb + +.include <bsd.port.mk> diff --git a/devel/rubygem-google-protobuf319/distinfo b/devel/rubygem-google-protobuf319/distinfo new file mode 100644 index 000000000000..9852f91ea422 --- /dev/null +++ b/devel/rubygem-google-protobuf319/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1643971180 +SHA256 (rubygem/google-protobuf-3.19.4.gem) = f22c4bb952c023125f50bda6156270b7bdec7ff839548645da61a27cb99d0ae0 +SIZE (rubygem/google-protobuf-3.19.4.gem) = 152576 diff --git a/devel/rubygem-google-protobuf319/pkg-descr b/devel/rubygem-google-protobuf319/pkg-descr new file mode 100644 index 000000000000..4b7e007200a3 --- /dev/null +++ b/devel/rubygem-google-protobuf319/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