Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147676452
D35760.1784046360.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D35760.1784046360.diff
View Options
diff --git a/sysutils/Makefile b/sysutils/Makefile
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1520,6 +1520,7 @@
SUBDIR += virtualmin
SUBDIR += vivid
SUBDIR += vm-bhyve
+ SUBDIR += vm-bhyve-devel
SUBDIR += vmdktool
SUBDIR += vmtouch
SUBDIR += vobcopy
diff --git a/sysutils/vm-bhyve/Makefile b/sysutils/vm-bhyve-devel/Makefile
copy from sysutils/vm-bhyve/Makefile
copy to sysutils/vm-bhyve-devel/Makefile
--- a/sysutils/vm-bhyve/Makefile
+++ b/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
diff --git a/sysutils/vm-bhyve-devel/distinfo b/sysutils/vm-bhyve-devel/distinfo
new file mode 100644
--- /dev/null
+++ b/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
diff --git a/sysutils/vm-bhyve-devel/pkg-descr b/sysutils/vm-bhyve-devel/pkg-descr
new file mode 100644
--- /dev/null
+++ b/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
diff --git a/sysutils/vm-bhyve-devel/pkg-message b/sysutils/vm-bhyve-devel/pkg-message
new file mode 100644
--- /dev/null
+++ b/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
+}
+]
diff --git a/sysutils/vm-bhyve-devel/pkg-plist b/sysutils/vm-bhyve-devel/pkg-plist
new file mode 100644
--- /dev/null
+++ b/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
diff --git a/sysutils/vm-bhyve/Makefile b/sysutils/vm-bhyve/Makefile
--- a/sysutils/vm-bhyve/Makefile
+++ b/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
Tue, Jul 14, 4:26 PM (7 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29132447
Default Alt Text
D35760.1784046360.diff (4 KB)
Attached To
Mode
D35760: sysutils/vm-bhyve-devel: add new port
Attached
Detach File
Event Timeline
Log In to Comment