git: d912fa05796f - main - devel/rubygem-google-protobuf315: Add rubygem-google-protobuf315 3.15.8 (copied from rubygem-google-protobuf)

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 11 21:51:21 UTC 2021


The branch main has been updated by sunpoet:

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

commit d912fa05796fcc01b6c672254860e29adb261ab0
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:14:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:46:55 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index 9708023797d1..de42cdb96f1b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6226,6 +6226,7 @@
     SUBDIR += rubygem-google-gax
     SUBDIR += rubygem-google-protobuf
     SUBDIR += rubygem-google-protobuf314
+    SUBDIR += rubygem-google-protobuf315
     SUBDIR += rubygem-google-protobuf38
     SUBDIR += rubygem-googleapis-common-protos
     SUBDIR += rubygem-googleapis-common-protos-types
diff --git a/devel/rubygem-google-protobuf315/Makefile b/devel/rubygem-google-protobuf315/Makefile
new file mode 100644
index 000000000000..40c958f96a86
--- /dev/null
+++ b/devel/rubygem-google-protobuf315/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME=	google-protobuf
+PORTVERSION=	3.15.8
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	315
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Ruby extension to Google Protocol Buffers
+
+LICENSE=	BSD3CLAUSE
+
+USES=		gem shebangfix
+USE_RUBY=	yes
+
+PORTSCOUT=	limit:^3\.15\.
+
+SHEBANG_GLOB=	*.rb
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-google-protobuf315/distinfo b/devel/rubygem-google-protobuf315/distinfo
new file mode 100644
index 000000000000..50a621343404
--- /dev/null
+++ b/devel/rubygem-google-protobuf315/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1620405341
+SHA256 (rubygem/google-protobuf-3.15.8.gem) = 3d943d9bae7bec674f487b862e4aab9ef066ba6cde1f6f6d7a2a26c348f32a35
+SIZE (rubygem/google-protobuf-3.15.8.gem) = 149504
diff --git a/devel/rubygem-google-protobuf315/pkg-descr b/devel/rubygem-google-protobuf315/pkg-descr
new file mode 100644
index 000000000000..4b7e007200a3
--- /dev/null
+++ b/devel/rubygem-google-protobuf315/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-all mailing list