Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2016 15:43:11 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419182 - in head/net: . rubygem-fog-azure
Message-ID:  <201607271543.u6RFhBFR080487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Jul 27 15:43:11 2016
New Revision: 419182
URL: https://svnweb.freebsd.org/changeset/ports/419182

Log:
  New port: net/rubygem-fog-azure
  
  This library can be used as a module for `fog` or as standalone
  provider to use the Azure cloud services in applications.
  
  WWW: http://github.com/fog/fog-azure
  
  Approved by: swills (mentor)

Added:
  head/net/rubygem-fog-azure/
  head/net/rubygem-fog-azure/Makefile   (contents, props changed)
  head/net/rubygem-fog-azure/distinfo   (contents, props changed)
  head/net/rubygem-fog-azure/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed Jul 27 15:41:25 2016	(r419181)
+++ head/net/Makefile	Wed Jul 27 15:43:11 2016	(r419182)
@@ -1114,6 +1114,7 @@
     SUBDIR += rubygem-fog-aliyun
     SUBDIR += rubygem-fog-atmos
     SUBDIR += rubygem-fog-aws
+    SUBDIR += rubygem-fog-azure
     SUBDIR += rubygem-fog-brightbox
     SUBDIR += rubygem-fog-cloudatcost
     SUBDIR += rubygem-fog-dynect

Added: head/net/rubygem-fog-azure/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-fog-azure/Makefile	Wed Jul 27 15:43:11 2016	(r419182)
@@ -0,0 +1,24 @@
+# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fog-azure
+PORTVERSION=	0.0.2
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Module for the 'fog' gem to support Microsoft Azure
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS=	rubygem-azure>=0.6:net/rubygem-azure \
+		rubygem-fog-core>=1.38:devel/rubygem-fog-core \
+		rubygem-fog-json>=1.0:devel/rubygem-fog-json \
+		rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/net/rubygem-fog-azure/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-fog-azure/distinfo	Wed Jul 27 15:43:11 2016	(r419182)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469629146
+SHA256 (rubygem/fog-azure-0.0.2.gem) = 94b9bc361f7dfecf0066c884dab78c0da577ff331a6ab55d6ee9fca082fdafad
+SIZE (rubygem/fog-azure-0.0.2.gem) = 15872

Added: head/net/rubygem-fog-azure/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-fog-azure/pkg-descr	Wed Jul 27 15:43:11 2016	(r419182)
@@ -0,0 +1,4 @@
+This library can be used as a module for `fog` or as standalone provider to use
+the Azure cloud services in applications.
+
+WWW: http://github.com/fog/fog-azure



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