1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

New port: net/rubygem-docker-api

This gem provides an object-oriented interface to the Docker Engine API.

WWW: http://rubygems.org/gems/docker-api
This commit is contained in:
Romain Tartière 2019-04-24 20:21:42 +00:00
parent 73f1e94f8b
commit 2f412b005f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499909
4 changed files with 26 additions and 0 deletions

View File

@ -1210,6 +1210,7 @@
SUBDIR += rubygem-azure-core
SUBDIR += rubygem-bunny
SUBDIR += rubygem-connection_pool
SUBDIR += rubygem-docker-api
SUBDIR += rubygem-dogapi
SUBDIR += rubygem-domain_name
SUBDIR += rubygem-dropbox-sdk

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= docker-api
PORTVERSION= 1.34.2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= romain@FreeBSD.org
COMMENT= Simple REST client for the Docker Remote API
LICENSE= MIT
RUN_DEPENDS= rubygem-excon>=0.47.0:devel/rubygem-excon \
rubygem-multi_json>=0:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1548911533
SHA256 (rubygem/docker-api-1.34.2.gem) = b7cd1db39428583dffb4e40c3875809dae8790d982466e9b008154d1cf5bb311
SIZE (rubygem/docker-api-1.34.2.gem) = 27648

View File

@ -0,0 +1,3 @@
This gem provides an object-oriented interface to the Docker Engine API.
WWW: http://rubygems.org/gems/docker-api