svn commit: r524330 - in head/devel: . rubygem-azure_mgmt_databox

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 27 19:27:49 UTC 2020


Author: sunpoet
Date: Mon Jan 27 19:27:45 2020
New Revision: 524330
URL: https://svnweb.freebsd.org/changeset/ports/524330

Log:
  Add rubygem-azure_mgmt_databox 0.17.0
  
  Microsoft Azure Databox Client Library for Ruby.
  
  WWW: https://github.com/Azure/azure-sdk-for-ruby
  WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_databox

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jan 27 19:27:39 2020	(r524329)
+++ head/devel/Makefile	Mon Jan 27 19:27:45 2020	(r524330)
@@ -5732,6 +5732,7 @@
     SUBDIR += rubygem-azure_mgmt_customer_insights
     SUBDIR += rubygem-azure_mgmt_data_factory
     SUBDIR += rubygem-azure_mgmt_data_migration
+    SUBDIR += rubygem-azure_mgmt_databox
     SUBDIR += rubygem-backports
     SUBDIR += rubygem-bacon
     SUBDIR += rubygem-baf

Added: head/devel/rubygem-azure_mgmt_databox/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_databox/Makefile	Mon Jan 27 19:27:45 2020	(r524330)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	azure_mgmt_databox
+PORTVERSION=	0.17.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Microsoft Azure Databox Client Library for Ruby
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	rubygem-ms_rest_azure>=0.11.1<0.12:devel/rubygem-ms_rest_azure
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-azure_mgmt_databox/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_databox/distinfo	Mon Jan 27 19:27:45 2020	(r524330)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579306109
+SHA256 (rubygem/azure_mgmt_databox-0.17.0.gem) = 206d17514f522bac365a2584430af36b08ea4506009b8d42c4c3993699718284
+SIZE (rubygem/azure_mgmt_databox-0.17.0.gem) = 30208

Added: head/devel/rubygem-azure_mgmt_databox/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_databox/pkg-descr	Mon Jan 27 19:27:45 2020	(r524330)
@@ -0,0 +1,4 @@
+Microsoft Azure Databox Client Library for Ruby.
+
+WWW: https://github.com/Azure/azure-sdk-for-ruby
+WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_databox


More information about the svn-ports-head mailing list