sysutils/rubygem-vagrant-vbguest: create port

A Vagrant plugin which automatically installs the host's VirtualBox Guest
Additions on the guest system.

WWW: https://github.com/dotless-de/vagrant-vbguest
This commit is contained in:
Steve Wills 2016-11-01 17:06:59 +00:00
parent 730743125f
commit b9c0d17dd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425060
4 changed files with 26 additions and 0 deletions

View file

@ -984,6 +984,7 @@
SUBDIR += rubygem-sys-uptime SUBDIR += rubygem-sys-uptime
SUBDIR += rubygem-teamocil SUBDIR += rubygem-teamocil
SUBDIR += rubygem-vagrant-bhyve SUBDIR += rubygem-vagrant-bhyve
SUBDIR += rubygem-vagrant-vbguest
SUBDIR += rubygem-vmstat SUBDIR += rubygem-vmstat
SUBDIR += rubygem-winrm SUBDIR += rubygem-winrm
SUBDIR += rubygem-winrm-fs SUBDIR += rubygem-winrm-fs

View file

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= vagrant-vbguest
PORTVERSION= 0.13.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Vagrant plugin to install the VirtualBoxAdditions into the guest VM
RUN_DEPENDS= rubygem-micromachine>=2.0.0:devel/rubygem-micromachine \
rubygem-i18n>=0:devel/rubygem-i18n \
rubygem-log4r>=0:sysutils/rubygem-log4r
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1478019003
SHA256 (rubygem/vagrant-vbguest-0.13.0.gem) = e117d32be63403c443c112d92686f56926c8b8ebd1a69f7ff2dc8f6201fab36c
SIZE (rubygem/vagrant-vbguest-0.13.0.gem) = 34304

View file

@ -0,0 +1,4 @@
A Vagrant plugin which automatically installs the host's VirtualBox Guest
Additions on the guest system.
WWW: https://github.com/dotless-de/vagrant-vbguest