diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-google-protobuf317/Makefile | 21 | ||||
-rw-r--r-- | devel/rubygem-google-protobuf317/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-google-protobuf317/pkg-descr | 9 |
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5b8446638c2c..a0faecabbdb3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-google-protobuf317/Makefile b/devel/rubygem-google-protobuf317/Makefile new file mode 100644 index 000000000000..b953a0808deb --- /dev/null +++ b/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> diff --git a/devel/rubygem-google-protobuf317/distinfo b/devel/rubygem-google-protobuf317/distinfo new file mode 100644 index 000000000000..5a9774b8a18d --- /dev/null +++ b/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 diff --git a/devel/rubygem-google-protobuf317/pkg-descr b/devel/rubygem-google-protobuf317/pkg-descr new file mode 100644 index 000000000000..4b7e007200a3 --- /dev/null +++ b/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 |