Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 19:28:54 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482721 - in head/sysutils: . rubygem-vagrant_cloud
Message-ID:  <201810211928.w9LJSs3W024750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Sun Oct 21 19:28:54 2018
New Revision: 482721
URL: https://svnweb.freebsd.org/changeset/ports/482721

Log:
  new port: sysutils/rubygem-vagrant_cloud
  
  A Vagrant Cloud API wrapper for Ruby, required for the next vagrant update

Added:
  head/sysutils/rubygem-vagrant_cloud/
  head/sysutils/rubygem-vagrant_cloud/Makefile   (contents, props changed)
  head/sysutils/rubygem-vagrant_cloud/distinfo   (contents, props changed)
  head/sysutils/rubygem-vagrant_cloud/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sun Oct 21 18:17:03 2018	(r482720)
+++ head/sysutils/Makefile	Sun Oct 21 19:28:54 2018	(r482721)
@@ -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

Added: head/sysutils/rubygem-vagrant_cloud/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-vagrant_cloud/Makefile	Sun Oct 21 19:28:54 2018	(r482721)
@@ -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>

Added: head/sysutils/rubygem-vagrant_cloud/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-vagrant_cloud/distinfo	Sun Oct 21 19:28:54 2018	(r482721)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540147192
+SHA256 (rubygem/vagrant_cloud-2.0.1.gem) = 81c644ae73ab157878afeb3e74ca33a34aa9fb9046a1ad449343d2c5822a624c
+SIZE (rubygem/vagrant_cloud-2.0.1.gem) = 11264

Added: head/sysutils/rubygem-vagrant_cloud/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-vagrant_cloud/pkg-descr	Sun Oct 21 19:28:54 2018	(r482721)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810211928.w9LJSs3W024750>