new port: sysutils/rubygem-vagrant_cloud

A Vagrant Cloud API wrapper for Ruby, required for the next vagrant update
This commit is contained in:
Christoph Moench-Tegeder 2018-10-21 19:28:54 +00:00
parent 0906474aef
commit a6a2a2e4df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482721
4 changed files with 30 additions and 0 deletions

View File

@ -1155,6 +1155,7 @@
SUBDIR += rubygem-vagrant-bhyve
SUBDIR += rubygem-vagrant-mutate
SUBDIR += rubygem-vagrant-vbguest
SUBDIR += rubygem-vagrant_cloud
SUBDIR += rubygem-vmstat
SUBDIR += rubygem-win32-file
SUBDIR += rubygem-win32-file-security

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= vagrant_cloud
PORTVERSION= 2.0.1
CATEGORIES= sysutils rubygems devel
MASTER_SITES= RG
MAINTAINER= cmt@FreeBSD.org
COMMENT= Vagrant Cloud API wrapper for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= rubygem-rest-client>=2.0.2:www/rubygem-rest-client
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1540147192
SHA256 (rubygem/vagrant_cloud-2.0.1.gem) = 81c644ae73ab157878afeb3e74ca33a34aa9fb9046a1ad449343d2c5822a624c
SIZE (rubygem/vagrant_cloud-2.0.1.gem) = 11264

View File

@ -0,0 +1,5 @@
Ruby client for the Vagrant Cloud API.
This client allows to create, modify and delete boxes, versions and
providers. The main entry point is an object referencing your account.
WWW: https://www.vagrantup.com/docs/cli/cloud.html