mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -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
|
||||||
|
|
18
sysutils/rubygem-vagrant-vbguest/Makefile
Normal file
18
sysutils/rubygem-vagrant-vbguest/Makefile
Normal 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>
|
3
sysutils/rubygem-vagrant-vbguest/distinfo
Normal file
3
sysutils/rubygem-vagrant-vbguest/distinfo
Normal 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
|
4
sysutils/rubygem-vagrant-vbguest/pkg-descr
Normal file
4
sysutils/rubygem-vagrant-vbguest/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue