Import xhyve 0.2.0 from pkgsrc-wip

The xhyve hypervisor is a port of bhyve to OS X. It is built on top of
Hypervisor.framework in OS X 10.10 Yosemite and higher, runs entirely in
userspace, and has no other dependencies.

Reviewed by wiz@
This commit is contained in:
sevan 2016-03-19 18:11:36 +00:00
parent 1e461dc4d8
commit 24089498e8
4 changed files with 34 additions and 0 deletions

1
sysutils/xhyve/DESCR Normal file
View file

@ -0,0 +1 @@
Port of FreeBSD's bhyve to OS X, running on top of Hypervisor.framework

25
sysutils/xhyve/Makefile Normal file
View file

@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.1 2016/03/19 18:11:36 sevan Exp $
VERSION= 0.2.0
DISTNAME= xhyve-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=mist64/}
GITHUB_TAG= v${VERSION}
MAINTAINER= terin@terinstock.com
HOMEPAGE= https://github.com/mist64/xhyve/
COMMENT= Port of bhyve to OS X
LICENSE= 2-clause-bsd
MAKE_ENV+= GIT_VERSION=${PKGVERSION}
ONLY_FOR_PLATFORM+= Darwin-1[4-9].*-x86_64
AUTO_MKDIRS= yes
USE_TOOLS+= gmake
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} build/xhyve ${DESTDIR}${PREFIX}/bin/xhyve
.include "../../mk/bsd.pkg.mk"

2
sysutils/xhyve/PLIST Normal file
View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2016/03/19 18:11:36 sevan Exp $
bin/xhyve

6
sysutils/xhyve/distinfo Normal file
View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2016/03/19 18:11:36 sevan Exp $
SHA1 (xhyve-0.2.0.tar.gz) = 6c3e809c67f885dda260fbfc57dc5a117ba93deb
RMD160 (xhyve-0.2.0.tar.gz) = 2095268ac0ee9cfb835454857472dcc918a0edee
SHA512 (xhyve-0.2.0.tar.gz) = 99056a037efa63d1ff6c076bbff655e328f6e839b83d95f4b6eefc5dde122f471862e3ca0114413921df34f26b0e42874f47efd3478c0e015fc2bfeab35b890f
Size (xhyve-0.2.0.tar.gz) = 11632573 bytes