Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 21:51:21 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d912fa05796f - main - devel/rubygem-google-protobuf315: Add rubygem-google-protobuf315 3.15.8 (copied from rubygem-google-protobuf)
Message-ID:  <202105112151.14BLpLsP093349@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit d912fa05796fcc01b6c672254860e29adb261ab0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-11 21:14:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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@FreeBSD.org>
+
+PORTNAME=	google-protobuf
+PORTVERSION=	3.15.8
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	315
+
+MAINTAINER=	sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105112151.14BLpLsP093349>