svn commit: r508598 - in head/net: . rubygem-google-cloud-storage

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 11 11:27:28 UTC 2019


Author: sunpoet
Date: Sun Aug 11 11:27:26 2019
New Revision: 508598
URL: https://svnweb.freebsd.org/changeset/ports/508598

Log:
  Add rubygem-google-cloud-storage 1.20.0
  
  Google Cloud Storage (docs) allows you to store data on Google infrastructure
  with very high reliability, performance and availability, and can be used to
  distribute large data objects to users via direct download.
  
  WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-storage

Added:
  head/net/rubygem-google-cloud-storage/
  head/net/rubygem-google-cloud-storage/Makefile   (contents, props changed)
  head/net/rubygem-google-cloud-storage/distinfo   (contents, props changed)
  head/net/rubygem-google-cloud-storage/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Aug 11 11:27:21 2019	(r508597)
+++ head/net/Makefile	Sun Aug 11 11:27:26 2019	(r508598)
@@ -1257,6 +1257,7 @@
     SUBDIR += rubygem-gitlab_omniauth-ldap
     SUBDIR += rubygem-google-cloud-core
     SUBDIR += rubygem-google-cloud-env
+    SUBDIR += rubygem-google-cloud-storage
     SUBDIR += rubygem-grpc
     SUBDIR += rubygem-hangouts-chat
     SUBDIR += rubygem-http_parser.rb

Added: head/net/rubygem-google-cloud-storage/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-storage/Makefile	Sun Aug 11 11:27:26 2019	(r508598)
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	google-cloud-storage
+PORTVERSION=	1.20.0
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Official library for Google Cloud Storage
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-addressable>=2.5<3.0:www/rubygem-addressable \
+		rubygem-digest-crc>=0.4<1.0:security/rubygem-digest-crc \
+		rubygem-google-api-client>=0.26<1.0:devel/rubygem-google-api-client \
+		rubygem-google-cloud-core>=1.2<2.0:net/rubygem-google-cloud-core \
+		rubygem-googleauth>=0.6.2<0.10.0:security/rubygem-googleauth \
+		rubygem-mini_mime>=1.0<2.0:mail/rubygem-mini_mime
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-google-cloud-storage/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-storage/distinfo	Sun Aug 11 11:27:26 2019	(r508598)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1565514605
+SHA256 (rubygem/google-cloud-storage-1.20.0.gem) = c618e8f5e5b6ad87df82016012e0f450629421b879cc1b11be52fcaf0d969b77
+SIZE (rubygem/google-cloud-storage-1.20.0.gem) = 81920

Added: head/net/rubygem-google-cloud-storage/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-storage/pkg-descr	Sun Aug 11 11:27:26 2019	(r508598)
@@ -0,0 +1,5 @@
+Google Cloud Storage (docs) allows you to store data on Google infrastructure
+with very high reliability, performance and availability, and can be used to
+distribute large data objects to users via direct download.
+
+WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-storage


More information about the svn-ports-all mailing list