1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add rubygem-azure_mgmt_storage 0.19.1

Microsoft Azure Storage Management Client Library for Ruby.

This project provides a Ruby gem for easy access to the Azure ARM Storage API.
With this gem you can create/update/list/delete storage accounts.

WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_storage
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-27 19:36:10 +00:00
parent 96537b3d27
commit 3d8407998a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524398
4 changed files with 32 additions and 0 deletions

View File

@ -5800,6 +5800,7 @@
SUBDIR += rubygem-azure_mgmt_sql
SUBDIR += rubygem-azure_mgmt_sqlvirtualmachine
SUBDIR += rubygem-azure_mgmt_stor_simple8000_series
SUBDIR += rubygem-azure_mgmt_storage
SUBDIR += rubygem-backports
SUBDIR += rubygem-bacon
SUBDIR += rubygem-baf

View File

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= azure_mgmt_storage
PORTVERSION= 0.19.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Microsoft Azure Storage Management 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1579306245
SHA256 (rubygem/azure_mgmt_storage-0.19.1.gem) = 89821652d8857e9338458a17a86e7375555b572a9024de3b42a888ce70de7442
SIZE (rubygem/azure_mgmt_storage-0.19.1.gem) = 305664

View File

@ -0,0 +1,7 @@
Microsoft Azure Storage Management Client Library for Ruby.
This project provides a Ruby gem for easy access to the Azure ARM Storage API.
With this gem you can create/update/list/delete storage accounts.
WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_storage