Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2020 19:20: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: r524272 - in head/devel: . rubygem-azure-storage-common
Message-ID:  <202001271920.00RJKjDq050523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan 27 19:20:44 2020
New Revision: 524272
URL: https://svnweb.freebsd.org/changeset/ports/524272

Log:
  Add rubygem-azure-storage-common 1.1.0
  
  Microsoft Azure Storage Common Client Library for Ruby.
  
  WWW: https://github.com/Azure/azure-storage-ruby
  WWW: https://github.com/Azure/azure-storage-ruby/tree/master/common

Added:
  head/devel/rubygem-azure-storage-common/
  head/devel/rubygem-azure-storage-common/Makefile   (contents, props changed)
  head/devel/rubygem-azure-storage-common/distinfo   (contents, props changed)
  head/devel/rubygem-azure-storage-common/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jan 27 19:20:38 2020	(r524271)
+++ head/devel/Makefile	Mon Jan 27 19:20:44 2020	(r524272)
@@ -5674,6 +5674,7 @@
     SUBDIR += rubygem-axiom-types
     SUBDIR += rubygem-azure-storage
     SUBDIR += rubygem-azure-storage-blob
+    SUBDIR += rubygem-azure-storage-common
     SUBDIR += rubygem-backports
     SUBDIR += rubygem-bacon
     SUBDIR += rubygem-baf

Added: head/devel/rubygem-azure-storage-common/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-azure-storage-common/Makefile	Mon Jan 27 19:20:44 2020	(r524272)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	azure-storage-common
+PORTVERSION=	1.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Microsoft Azure Storage Common Client Library for Ruby
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	rubygem-azure-core>=0.1.13<0.2:net/rubygem-azure-core \
+		rubygem-nokogiri>=1.6.8<2:textproc/rubygem-nokogiri
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-azure-storage-common/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-azure-storage-common/distinfo	Mon Jan 27 19:20:44 2020	(r524272)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579305993
+SHA256 (rubygem/azure-storage-common-1.1.0.gem) = 0e26d70a52702151307d046559b213288339f7d341aff27acf499426b2282da9
+SIZE (rubygem/azure-storage-common-1.1.0.gem) = 35840

Added: head/devel/rubygem-azure-storage-common/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-azure-storage-common/pkg-descr	Mon Jan 27 19:20:44 2020	(r524272)
@@ -0,0 +1,4 @@
+Microsoft Azure Storage Common Client Library for Ruby.
+
+WWW: https://github.com/Azure/azure-storage-ruby
+WWW: https://github.com/Azure/azure-storage-ruby/tree/master/common



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