Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136856413
D35760.id107956.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D35760.id107956.diff
View Options
Index: sysutils/Makefile
===================================================================
--- sysutils/Makefile
+++ sysutils/Makefile
@@ -1517,6 +1517,7 @@
SUBDIR += virtualmin
SUBDIR += vivid
SUBDIR += vm-bhyve
+ SUBDIR += vm-bhyve-devel
SUBDIR += vmdktool
SUBDIR += vmtouch
SUBDIR += vobcopy
Index: sysutils/vm-bhyve-devel/Makefile
===================================================================
--- sysutils/vm-bhyve-devel/Makefile
+++ sysutils/vm-bhyve-devel/Makefile
@@ -1,8 +1,11 @@
-PORTNAME= vm-bhyve
-PORTVERSION= 1.4.2
-CATEGORIES= sysutils
-
-MAINTAINER= churchers@gmail.com
+PORTNAME= vm-bhyve
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.4.0-73
+DISTVERSIONSUFFIX= -gec0e12e
+CATEGORIES= sysutils
+PKGNAMESUFFIX= -devel
+
+MAINTAINER= driesm@FreeBSD.org
COMMENT= Management system for bhyve virtual machines
LICENSE= BSD2CLAUSE
@@ -13,6 +16,8 @@
USE_GITHUB= yes
GH_ACCOUNT= churchers
+CONFLICTS_INSTALL= vm-bhyve
+
NO_ARCH= yes
NO_BUILD= yes
Index: sysutils/vm-bhyve-devel/distinfo
===================================================================
--- /dev/null
+++ sysutils/vm-bhyve-devel/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1657368424
+SHA256 (churchers-vm-bhyve-v1.4.0-73-gec0e12e_GH0.tar.gz) = 6749a02349bb96133600d56752e3a11718d58dd780854e55c5c209f099358026
+SIZE (churchers-vm-bhyve-v1.4.0-73-gec0e12e_GH0.tar.gz) = 75831
Index: sysutils/vm-bhyve-devel/pkg-descr
===================================================================
--- /dev/null
+++ sysutils/vm-bhyve-devel/pkg-descr
@@ -0,0 +1,6 @@
+A frontend for bhyve which provides the 'vm' command
+Create/start/stop virtual machines easily
+Bridged/NAT networking
+BSD/Linux/Windows guest support
+
+WWW: https://github.com/churchers/vm-bhyve
Index: sysutils/vm-bhyve-devel/pkg-message
===================================================================
--- /dev/null
+++ sysutils/vm-bhyve-devel/pkg-message
@@ -0,0 +1,19 @@
+[
+{ type: install
+ message: <<EOM
+To enable vm-bhyve, please add the following lines to rc.conf,
+depending on whether you are using ZFS storage or not. Please note
+that the directory or dataset specified should already exist.
+
+ vm_enable="YES"
+ vm_dir="zfs:pool/dataset"
+
+OR
+
+ vm_enable="YES"
+ vm_dir="/directory/path"
+
+Then run 'vm init'.
+EOM
+}
+]
Index: sysutils/vm-bhyve-devel/pkg-plist
===================================================================
--- /dev/null
+++ sysutils/vm-bhyve-devel/pkg-plist
@@ -0,0 +1,38 @@
+etc/rc.d/vm
+lib/vm-bhyve/vm-base
+lib/vm-bhyve/vm-cmd
+lib/vm-bhyve/vm-config
+lib/vm-bhyve/vm-core
+lib/vm-bhyve/vm-datastore
+lib/vm-bhyve/vm-guest
+lib/vm-bhyve/vm-info
+lib/vm-bhyve/vm-migration
+lib/vm-bhyve/vm-rctl
+lib/vm-bhyve/vm-run
+lib/vm-bhyve/vm-switch
+lib/vm-bhyve/vm-switch-manual
+lib/vm-bhyve/vm-switch-standard
+lib/vm-bhyve/vm-switch-vale
+lib/vm-bhyve/vm-switch-vxlan
+lib/vm-bhyve/vm-util
+lib/vm-bhyve/vm-zfs
+man/man8/vm.8.gz
+sbin/vm
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpine.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arch.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos6.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos7.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.sample
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coreos.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dragonfly.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd-zvol.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freepbx.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gentoo.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/linux-zvol.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netbsd.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openbsd.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/resflash.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ubuntu.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/windows.conf
Index: sysutils/vm-bhyve/Makefile
===================================================================
--- sysutils/vm-bhyve/Makefile
+++ sysutils/vm-bhyve/Makefile
@@ -1,5 +1,6 @@
PORTNAME= vm-bhyve
PORTVERSION= 1.4.2
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= churchers@gmail.com
@@ -13,6 +14,8 @@
USE_GITHUB= yes
GH_ACCOUNT= churchers
+CONFLICTS_INSTALL= vm-bhyve-devel
+
NO_ARCH= yes
NO_BUILD= yes
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 21, 3:40 AM (17 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25749373
Default Alt Text
D35760.id107956.diff (4 KB)
Attached To
Mode
D35760: sysutils/vm-bhyve-devel: add new port
Attached
Detach File
Event Timeline
Log In to Comment