Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2020 19:15:45 +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: r522584 - in head/net: . rubygem-google-cloud-errors
Message-ID:  <202001101915.00AJFjsf082883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jan 10 19:15:45 2020
New Revision: 522584
URL: https://svnweb.freebsd.org/changeset/ports/522584

Log:
  Add rubygem-google-cloud-errors 1.0.0

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Fri Jan 10 18:54:20 2020	(r522583)
+++ head/net/Makefile	Fri Jan 10 19:15:45 2020	(r522584)
@@ -1262,6 +1262,7 @@
     SUBDIR += rubygem-google-cloud-bigtable
     SUBDIR += rubygem-google-cloud-core
     SUBDIR += rubygem-google-cloud-env
+    SUBDIR += rubygem-google-cloud-errors
     SUBDIR += rubygem-google-cloud-logging
     SUBDIR += rubygem-google-cloud-pubsub
     SUBDIR += rubygem-google-cloud-spanner

Added: head/net/rubygem-google-cloud-errors/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-errors/Makefile	Fri Jan 10 19:15:45 2020	(r522584)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	google-cloud-errors
+PORTVERSION=	1.0.0
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Define error classes for google-cloud-ruby
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-google-cloud-errors/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-errors/distinfo	Fri Jan 10 19:15:45 2020	(r522584)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578675117
+SHA256 (rubygem/google-cloud-errors-1.0.0.gem) = 3092258cdef75b3a2de38a3c5ed16b6382c9b4b5c966a5ed79e36ff92045805a
+SIZE (rubygem/google-cloud-errors-1.0.0.gem) = 14336

Added: head/net/rubygem-google-cloud-errors/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-errors/pkg-descr	Fri Jan 10 19:15:45 2020	(r522584)
@@ -0,0 +1,3 @@
+This library contains error classes raised by Google Cloud API clients.
+
+WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-errors



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001101915.00AJFjsf082883>