svn commit: r546401 - in head/devel: . rubygem-azure_mgmt_azurestack_hci
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Aug 27 18:42:28 UTC 2020
Author: sunpoet
Date: Thu Aug 27 18:42:24 2020
New Revision: 546401
URL: https://svnweb.freebsd.org/changeset/ports/546401
Log:
Add rubygem-azure_mgmt_azurestack_hci 0.17.0
Microsoft Azure Azure Stack HCI 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_azurestack_hci
Added:
head/devel/rubygem-azure_mgmt_azurestack_hci/
head/devel/rubygem-azure_mgmt_azurestack_hci/Makefile (contents, props changed)
head/devel/rubygem-azure_mgmt_azurestack_hci/distinfo (contents, props changed)
head/devel/rubygem-azure_mgmt_azurestack_hci/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Aug 27 18:42:18 2020 (r546400)
+++ head/devel/Makefile Thu Aug 27 18:42:24 2020 (r546401)
@@ -5711,6 +5711,7 @@
SUBDIR += rubygem-azure_mgmt_authorization
SUBDIR += rubygem-azure_mgmt_automation
SUBDIR += rubygem-azure_mgmt_azurestack
+ SUBDIR += rubygem-azure_mgmt_azurestack_hci
SUBDIR += rubygem-azure_mgmt_batch
SUBDIR += rubygem-azure_mgmt_batchai
SUBDIR += rubygem-azure_mgmt_billing
Added: head/devel/rubygem-azure_mgmt_azurestack_hci/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_azurestack_hci/Makefile Thu Aug 27 18:42:24 2020 (r546401)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= azure_mgmt_azurestack_hci
+PORTVERSION= 0.17.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Microsoft Azure Azure Stack HCI Client Library for Ruby
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-azure_mgmt_azurestack_hci/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_azurestack_hci/distinfo Thu Aug 27 18:42:24 2020 (r546401)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1598456549
+SHA256 (rubygem/azure_mgmt_azurestack_hci-0.17.0.gem) = 5199e92cac581b322015e62aba6d4e4b3b8a33fc834910b61ac15398defd82f9
+SIZE (rubygem/azure_mgmt_azurestack_hci-0.17.0.gem) = 15872
Added: head/devel/rubygem-azure_mgmt_azurestack_hci/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_azurestack_hci/pkg-descr Thu Aug 27 18:42:24 2020 (r546401)
@@ -0,0 +1,4 @@
+Microsoft Azure Azure Stack HCI 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_azurestack_hci
More information about the svn-ports-all
mailing list