From owner-svn-ports-head@freebsd.org Sun Oct 21 19:28:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4485FFE1B1; Sun, 21 Oct 2018 19:28:55 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85F8E74D2B; Sun, 21 Oct 2018 19:28:55 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B6D411DD5; Sun, 21 Oct 2018 19:28:55 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9LJStqN024754; Sun, 21 Oct 2018 19:28:55 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9LJSs3W024750; Sun, 21 Oct 2018 19:28:54 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201810211928.w9LJSs3W024750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 21 Oct 2018 19:28:54 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in head/sysutils: . rubygem-vagrant_cloud X-SVN-Commit-Revision: 482721 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2018 19:28:56 -0000 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 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