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

Add rubygem-azure-storage-queue 1.1.0

Microsoft Azure Storage Queue Client Library for Ruby.

WWW: https://github.com/Azure/azure-storage-ruby
WWW: https://github.com/Azure/azure-storage-ruby/tree/master/queue
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-27 19:20:57 +00:00
parent e95a4f55e6
commit f9b0f51e20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524274
4 changed files with 31 additions and 0 deletions

View File

@ -5676,6 +5676,7 @@
SUBDIR += rubygem-azure-storage-blob
SUBDIR += rubygem-azure-storage-common
SUBDIR += rubygem-azure-storage-file
SUBDIR += rubygem-azure-storage-queue
SUBDIR += rubygem-backports
SUBDIR += rubygem-bacon
SUBDIR += rubygem-baf

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= azure-storage-queue
PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Microsoft Azure Storage Queue Client Library for Ruby
LICENSE= APACHE20
RUN_DEPENDS= rubygem-azure-core>=0.1.13<0.2:net/rubygem-azure-core \
rubygem-azure-storage-common>=1.0<2:devel/rubygem-azure-storage-common \
rubygem-nokogiri>=1.6.8<2:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1579305997
SHA256 (rubygem/azure-storage-queue-1.1.0.gem) = c4eac92981c95e3744f9d4185bd514071a65a6a930536317457b5aebfb6a786b
SIZE (rubygem/azure-storage-queue-1.1.0.gem) = 13824

View File

@ -0,0 +1,4 @@
Microsoft Azure Storage Queue Client Library for Ruby.
WWW: https://github.com/Azure/azure-storage-ruby
WWW: https://github.com/Azure/azure-storage-ruby/tree/master/queue