git: a219a1579291 - main - devel/rubygem-google-protobuf317: Add rubygem-google-protobuf317 3.17.3 (copied from rubygem-google-protobuf)

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 21 03:48:50 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a219a1579291c7f61203df5878926ee280aedc96

commit a219a1579291c7f61203df5878926ee280aedc96
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 03:06:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 03:35:10 +0000

    devel/rubygem-google-protobuf317: Add rubygem-google-protobuf317 3.17.3 (copied from rubygem-google-protobuf)
    
    - Add PORTSCOUT
---
 devel/Makefile                             |  1 +
 devel/rubygem-google-protobuf317/Makefile  | 21 +++++++++++++++++++++
 devel/rubygem-google-protobuf317/distinfo  |  3 +++
 devel/rubygem-google-protobuf317/pkg-descr |  9 +++++++++
 4 files changed, 34 insertions(+)

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 at FreeBSD.org>
+
+PORTNAME=	google-protobuf
+PORTVERSION=	3.17.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	317
+
+MAINTAINER=	sunpoet at 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


More information about the dev-commits-ports-main mailing list