aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-11 21:14:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-11 21:46:55 +0000
commitd912fa05796fcc01b6c672254860e29adb261ab0 (patch)
tree0f4375931752a67638942e3c96748454d2bec24e
parent22c87760e43a94b2b2edf04f7df689803683a647 (diff)
downloadports-d912fa05796fcc01b6c672254860e29adb261ab0.tar.gz
ports-d912fa05796fcc01b6c672254860e29adb261ab0.zip
devel/rubygem-google-protobuf315: Add rubygem-google-protobuf315 3.15.8 (copied from rubygem-google-protobuf)
- Add PORTSCOUT
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-google-protobuf315/Makefile21
-rw-r--r--devel/rubygem-google-protobuf315/distinfo3
-rw-r--r--devel/rubygem-google-protobuf315/pkg-descr9
4 files changed, 34 insertions, 0 deletions
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