Date: Wed, 21 Aug 2019 13:04:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509505 - in head/net: . rubygem-google-cloud-bigquery Message-ID: <201908211304.x7LD4djM075161@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Aug 21 13:04:39 2019 New Revision: 509505 URL: https://svnweb.freebsd.org/changeset/ports/509505 Log: Add rubygem-google-cloud-bigquery 1.13.0 This is the official Ruby library for Google BigQuery. WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-bigquery PR: 240011 Submitted by: sanpei Reviewed by: sunpoet (myself, via private mail) Added: head/net/rubygem-google-cloud-bigquery/ head/net/rubygem-google-cloud-bigquery/Makefile (contents, props changed) head/net/rubygem-google-cloud-bigquery/distinfo (contents, props changed) head/net/rubygem-google-cloud-bigquery/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Aug 21 13:04:33 2019 (r509504) +++ head/net/Makefile Wed Aug 21 13:04:39 2019 (r509505) @@ -1258,6 +1258,7 @@ SUBDIR += rubygem-gitaly SUBDIR += rubygem-gitaly-proto SUBDIR += rubygem-gitlab_omniauth-ldap + SUBDIR += rubygem-google-cloud-bigquery SUBDIR += rubygem-google-cloud-core SUBDIR += rubygem-google-cloud-env SUBDIR += rubygem-google-cloud-logging Added: head/net/rubygem-google-cloud-bigquery/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-google-cloud-bigquery/Makefile Wed Aug 21 13:04:39 2019 (r509505) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= google-cloud-bigquery +PORTVERSION= 1.13.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sanpei@FreeBSD.org +COMMENT= Official Ruby library for Google BigQuery + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ + rubygem-google-api-client>=0.26<1:devel/rubygem-google-api-client \ + rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core \ + rubygem-googleauth>=0.6.2<0.10.0:security/rubygem-googleauth \ + rubygem-mime-types>=3.0<4:misc/rubygem-mime-types + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/net/rubygem-google-cloud-bigquery/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-google-cloud-bigquery/distinfo Wed Aug 21 13:04:39 2019 (r509505) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566046114 +SHA256 (rubygem/google-cloud-bigquery-1.13.0.gem) = 36369446f91664543ecfabfd7abd8760243a86d613add17cdc416cca16ac6e6e +SIZE (rubygem/google-cloud-bigquery-1.13.0.gem) = 135168 Added: head/net/rubygem-google-cloud-bigquery/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-google-cloud-bigquery/pkg-descr Wed Aug 21 13:04:39 2019 (r509505) @@ -0,0 +1,3 @@ +This is the official Ruby library for Google BigQuery. + +WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-bigquery
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908211304.x7LD4djM075161>