svn commit: r524306 - in head/devel: . rubygem-azure_mgmt_analysis_services

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


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

Log:
  Add rubygem-azure_mgmt_analysis_services 0.17.2
  
  Microsoft Azure Microsoft Azure Analysis Services Library for Ruby 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_analysis_services

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jan 27 19:24:18 2020	(r524305)
+++ head/devel/Makefile	Mon Jan 27 19:24:24 2020	(r524306)
@@ -5708,6 +5708,7 @@
     SUBDIR += rubygem-azure_mgmt_adhybridhealth_service
     SUBDIR += rubygem-azure_mgmt_advisor
     SUBDIR += rubygem-azure_mgmt_alerts_management
+    SUBDIR += rubygem-azure_mgmt_analysis_services
     SUBDIR += rubygem-backports
     SUBDIR += rubygem-bacon
     SUBDIR += rubygem-baf

Added: head/devel/rubygem-azure_mgmt_analysis_services/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_analysis_services/Makefile	Mon Jan 27 19:24:24 2020	(r524306)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	azure_mgmt_analysis_services
+PORTVERSION=	0.17.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Microsoft Azure Microsoft Azure Analysis Services Library for Ruby 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_analysis_services/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_analysis_services/distinfo	Mon Jan 27 19:24:24 2020	(r524306)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579306061
+SHA256 (rubygem/azure_mgmt_analysis_services-0.17.2.gem) = 3b3f44755786861ed7f629fdb60464a3b29a31511dad49f7e5605d7ec8b6fdaf
+SIZE (rubygem/azure_mgmt_analysis_services-0.17.2.gem) = 48640

Added: head/devel/rubygem-azure_mgmt_analysis_services/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_analysis_services/pkg-descr	Mon Jan 27 19:24:24 2020	(r524306)
@@ -0,0 +1,5 @@
+Microsoft Azure Microsoft Azure Analysis Services Library for Ruby 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_analysis_services


More information about the svn-ports-head mailing list