aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-16 03:39:29 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-16 04:19:05 +0000
commit4eb5a632a428e5cb16c1abaf081dd196a0f9ed88 (patch)
tree00e0a4f84f5791ae1675cb65e21704c8f7825aae
parentca0e6b48296b632be25e990bccaf0252c78342c2 (diff)
downloadports-4eb5a632a428e5cb16c1abaf081dd196a0f9ed88.tar.gz
ports-4eb5a632a428e5cb16c1abaf081dd196a0f9ed88.zip
devel/rubygem-google-protobuf319: Add rubygem-google-protobuf319 3.19.4 (copied from rubygem-google-protobuf)
- Add PORTSCOUT
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-google-protobuf319/Makefile21
-rw-r--r--devel/rubygem-google-protobuf319/distinfo3
-rw-r--r--devel/rubygem-google-protobuf319/pkg-descr9
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b44aaede64e2..e801311ddd95 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6426,6 +6426,7 @@
SUBDIR += rubygem-google-apis-storage_v1
SUBDIR += rubygem-google-gax
SUBDIR += rubygem-google-protobuf
+ SUBDIR += rubygem-google-protobuf319
SUBDIR += rubygem-googleapis-common-protos
SUBDIR += rubygem-googleapis-common-protos-types
SUBDIR += rubygem-graf
diff --git a/devel/rubygem-google-protobuf319/Makefile b/devel/rubygem-google-protobuf319/Makefile
new file mode 100644
index 000000000000..66d29dcc1d4d
--- /dev/null
+++ b/devel/rubygem-google-protobuf319/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= google-protobuf
+PORTVERSION= 3.19.4
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 319
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Ruby extension to Google Protocol Buffers
+
+LICENSE= BSD3CLAUSE
+
+USES= gem shebangfix
+USE_RUBY= yes
+
+PORTSCOUT= limit:^3\.19\.
+
+SHEBANG_GLOB= *.rb
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-google-protobuf319/distinfo b/devel/rubygem-google-protobuf319/distinfo
new file mode 100644
index 000000000000..9852f91ea422
--- /dev/null
+++ b/devel/rubygem-google-protobuf319/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1643971180
+SHA256 (rubygem/google-protobuf-3.19.4.gem) = f22c4bb952c023125f50bda6156270b7bdec7ff839548645da61a27cb99d0ae0
+SIZE (rubygem/google-protobuf-3.19.4.gem) = 152576
diff --git a/devel/rubygem-google-protobuf319/pkg-descr b/devel/rubygem-google-protobuf319/pkg-descr
new file mode 100644
index 000000000000..4b7e007200a3
--- /dev/null
+++ b/devel/rubygem-google-protobuf319/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