Date: Tue, 8 Sep 2020 17:48:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548006 - in head/devel: . rubygem-azure_mgmt_hybrid_compute Message-ID: <202009081748.088HmeHW051084@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 8 17:48:40 2020 New Revision: 548006 URL: https://svnweb.freebsd.org/changeset/ports/548006 Log: Add rubygem-azure_mgmt_hybrid_compute 0.17.0 Microsoft Azure Hybrid Compute 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_hybrid_compute Added: head/devel/rubygem-azure_mgmt_hybrid_compute/ head/devel/rubygem-azure_mgmt_hybrid_compute/Makefile (contents, props changed) head/devel/rubygem-azure_mgmt_hybrid_compute/distinfo (contents, props changed) head/devel/rubygem-azure_mgmt_hybrid_compute/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 8 17:48:34 2020 (r548005) +++ head/devel/Makefile Tue Sep 8 17:48:40 2020 (r548006) @@ -5752,6 +5752,7 @@ SUBDIR += rubygem-azure_mgmt_features SUBDIR += rubygem-azure_mgmt_hanaonazure SUBDIR += rubygem-azure_mgmt_hdinsight + SUBDIR += rubygem-azure_mgmt_hybrid_compute SUBDIR += rubygem-azure_mgmt_import_export SUBDIR += rubygem-azure_mgmt_iot_central SUBDIR += rubygem-azure_mgmt_iot_hub Added: head/devel/rubygem-azure_mgmt_hybrid_compute/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-azure_mgmt_hybrid_compute/Makefile Tue Sep 8 17:48:40 2020 (r548006) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= azure_mgmt_hybrid_compute +PORTVERSION= 0.17.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Microsoft Azure Hybrid Compute Client Library for Ruby + +LICENSE= MIT + +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_hybrid_compute/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-azure_mgmt_hybrid_compute/distinfo Tue Sep 8 17:48:40 2020 (r548006) @@ -0,0 +1,3 @@ +TIMESTAMP = 1599574501 +SHA256 (rubygem/azure_mgmt_hybrid_compute-0.17.0.gem) = db002f35a130182abb200968285940bf203f11f30dd0bae9aba6e9829d03b136 +SIZE (rubygem/azure_mgmt_hybrid_compute-0.17.0.gem) = 35328 Added: head/devel/rubygem-azure_mgmt_hybrid_compute/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-azure_mgmt_hybrid_compute/pkg-descr Tue Sep 8 17:48:40 2020 (r548006) @@ -0,0 +1,4 @@ +Microsoft Azure Hybrid Compute 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_hybrid_compute
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009081748.088HmeHW051084>