mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Add rubygem-ms_rest 0.11.1
MsRestAzure is a library which supports the Azure clients (SDKs) generated with Autorest tool. It contains core logic and helper classes for error handling and authentication. Also it includes azure specific logic like long polling functionality and Azure application authentication. Usually it is not supposed to be used as a standalone gem but only as a dependency for generated client gems. WWW: https://github.com/Azure/azure-sdk-for-ruby WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/runtime/ms_rest_azure
This commit is contained in:
parent
770544beef
commit
10972a5418
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521292
@ -6026,6 +6026,7 @@
|
||||
SUBDIR += rubygem-mongo
|
||||
SUBDIR += rubygem-mono_logger
|
||||
SUBDIR += rubygem-ms_rest
|
||||
SUBDIR += rubygem-ms_rest_azure
|
||||
SUBDIR += rubygem-msgpack
|
||||
SUBDIR += rubygem-mspec
|
||||
SUBDIR += rubygem-multi_json
|
||||
|
26
devel/rubygem-ms_rest_azure/Makefile
Normal file
26
devel/rubygem-ms_rest_azure/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ms_rest_azure
|
||||
PORTVERSION= 0.11.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Azure Client Library for Ruby
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
|
||||
rubygem-faraday>=0.9<1:www/rubygem-faraday \
|
||||
rubygem-faraday-cookie_jar>=0.0.6<0.1:devel/rubygem-faraday-cookie_jar \
|
||||
rubygem-ms_rest>=0.7.4<0.8:devel/rubygem-ms_rest \
|
||||
rubygem-unf_ext>=0.0.7.2<0.0.8:textproc/rubygem-unf_ext
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-ms_rest_azure/distinfo
Normal file
3
devel/rubygem-ms_rest_azure/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1577523860
|
||||
SHA256 (rubygem/ms_rest_azure-0.11.1.gem) = 7f5b49d0c7398c515b48ee3150448b9f8586a24feb382ad655c0f2fe6150bb8c
|
||||
SIZE (rubygem/ms_rest_azure-0.11.1.gem) = 20480
|
11
devel/rubygem-ms_rest_azure/files/patch-gemspec
Normal file
11
devel/rubygem-ms_rest_azure/files/patch-gemspec
Normal file
@ -0,0 +1,11 @@
|
||||
--- ms_rest_azure.gemspec.orig 2019-12-28 11:39:10 UTC
|
||||
+++ ms_rest_azure.gemspec
|
||||
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
||||
s.add_development_dependency(%q<rake>.freeze, ["~> 10.0"])
|
||||
s.add_development_dependency(%q<rspec>.freeze, ["~> 3.3"])
|
||||
s.add_runtime_dependency(%q<concurrent-ruby>.freeze, ["~> 1.0"])
|
||||
- s.add_runtime_dependency(%q<unf_ext>.freeze, ["= 0.0.7.2"])
|
||||
+ s.add_runtime_dependency(%q<unf_ext>.freeze, ["~> 0.0.7.2"])
|
||||
s.add_runtime_dependency(%q<faraday>.freeze, ["~> 0.9"])
|
||||
s.add_runtime_dependency(%q<faraday-cookie_jar>.freeze, ["~> 0.0.6"])
|
||||
s.add_runtime_dependency(%q<ms_rest>.freeze, ["~> 0.7.4"])
|
9
devel/rubygem-ms_rest_azure/pkg-descr
Normal file
9
devel/rubygem-ms_rest_azure/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
MsRestAzure is a library which supports the Azure clients (SDKs) generated with
|
||||
Autorest tool. It contains core logic and helper classes for error handling and
|
||||
authentication. Also it includes azure specific logic like long polling
|
||||
functionality and Azure application authentication. Usually it is not supposed
|
||||
to be used as a standalone gem but only as a dependency for generated client
|
||||
gems.
|
||||
|
||||
WWW: https://github.com/Azure/azure-sdk-for-ruby
|
||||
WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/runtime/ms_rest_azure
|
Loading…
Reference in New Issue
Block a user