mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add rubygem-google-cloud-pubsub 1.1.0
Google Cloud Pub/Sub (docs) is designed to provide reliable, many-to-many, asynchronous messaging between applications. Publisher applications can send messages to a "topic" and other applications can subscribe to that topic to receive the messages. By decoupling senders and receivers, Google Cloud Pub/Sub allows developers to communicate between independently written applications. WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-pubsub
This commit is contained in:
parent
8e81d3fea5
commit
81178f2e55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515776
4 changed files with 37 additions and 0 deletions
|
@ -1260,6 +1260,7 @@
|
|||
SUBDIR += rubygem-google-cloud-core
|
||||
SUBDIR += rubygem-google-cloud-env
|
||||
SUBDIR += rubygem-google-cloud-logging
|
||||
SUBDIR += rubygem-google-cloud-pubsub
|
||||
SUBDIR += rubygem-google-cloud-storage
|
||||
SUBDIR += rubygem-grpc
|
||||
SUBDIR += rubygem-grpc124
|
||||
|
|
26
net/rubygem-google-cloud-pubsub/Makefile
Normal file
26
net/rubygem-google-cloud-pubsub/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= google-cloud-pubsub
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Official library for Google Cloud Pub/Sub
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-concurrent-ruby>=1.1<2:devel/rubygem-concurrent-ruby \
|
||||
rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core \
|
||||
rubygem-google-gax>=1.8<2:devel/rubygem-google-gax \
|
||||
rubygem-googleapis-common-protos>=1.3.9<2.0:devel/rubygem-googleapis-common-protos \
|
||||
rubygem-grpc-google-iam-v1>=0.6.9<0.7:devel/rubygem-grpc-google-iam-v1
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-google-cloud-pubsub/distinfo
Normal file
3
net/rubygem-google-cloud-pubsub/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1572168793
|
||||
SHA256 (rubygem/google-cloud-pubsub-1.1.0.gem) = e514a472a3e045631934af1b9c0604bceb87841488284deed47379a5e6765e6f
|
||||
SIZE (rubygem/google-cloud-pubsub-1.1.0.gem) = 101888
|
7
net/rubygem-google-cloud-pubsub/pkg-descr
Normal file
7
net/rubygem-google-cloud-pubsub/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Google Cloud Pub/Sub (docs) is designed to provide reliable, many-to-many,
|
||||
asynchronous messaging between applications. Publisher applications can send
|
||||
messages to a "topic" and other applications can subscribe to that topic to
|
||||
receive the messages. By decoupling senders and receivers, Google Cloud Pub/Sub
|
||||
allows developers to communicate between independently written applications.
|
||||
|
||||
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-pubsub
|
Loading…
Add table
Reference in a new issue