Add new port: sysutils/iohyve
iohyve creates, stores, manages, and launches bhyve guests utilizing built in FreeBSD features. The idea is based on iocage, a jail manager utilizing some of the same principles. WWW: https://github.com/pr1ntf/iohyve
This commit is contained in:
parent
94c76f99d2
commit
5936e660d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400494
@ -417,6 +417,7 @@
|
||||
SUBDIR += iocage-devel
|
||||
SUBDIR += iogen
|
||||
SUBDIR += iograph
|
||||
SUBDIR += iohyve
|
||||
SUBDIR += ioping
|
||||
SUBDIR += ipa
|
||||
SUBDIR += ipad_charge
|
||||
|
26
sysutils/iohyve/Makefile
Normal file
26
sysutils/iohyve/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= iohyve
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= lme@FreeBSD.org
|
||||
COMMENT= bhyve manager utilizing ZFS and other FreeBSD tools
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= pr1ntf
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= etc/rc.d/iohyve man/man8/iohyve.8.gz sbin/iohyve
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/rc.d/iohyve ${STAGEDIR}${PREFIX}/etc/rc.d
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/iohyve ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/iohyve.8 ${STAGEDIR}${PREFIX}/man/man8
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/iohyve/distinfo
Normal file
2
sysutils/iohyve/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pr1ntf-iohyve-0.7_GH0.tar.gz) = 69b7ad0ab0313efd574a1ac267840d54961df21303dc6f204c78a8ad627e87c3
|
||||
SIZE (pr1ntf-iohyve-0.7_GH0.tar.gz) = 21285
|
5
sysutils/iohyve/pkg-descr
Normal file
5
sysutils/iohyve/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
iohyve creates, stores, manages, and launches bhyve guests utilizing built in
|
||||
FreeBSD features. The idea is based on iocage, a jail manager utilizing some of
|
||||
the same principles.
|
||||
|
||||
WWW: https://github.com/pr1ntf/iohyve
|
Loading…
Reference in New Issue
Block a user