pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xhyve: Import xhyve-0.2.0 as wip/xhyve



Module Name:	pkgsrc-wip
Committed By:	Terin Stock <terinjokes%gmail.com@localhost>
Pushed By:	terinjokes
Date:		Sun Jan 31 16:58:20 2016 -0800
Changeset:	6953f135a9efd4a965d3b34c843f97e40bc11160

Added Files:
	xhyve/DESCR
	xhyve/Makefile
	xhyve/PLIST
	xhyve/distinfo

Log Message:
xhyve: Import xhyve-0.2.0 as wip/xhyve

Port of FreeBSD's bhyve to OS X, running on top of Hypervisor.framework

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6953f135a9efd4a965d3b34c843f97e40bc11160

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xhyve/DESCR    |  1 +
 xhyve/Makefile | 27 +++++++++++++++++++++++++++
 xhyve/PLIST    |  2 ++
 xhyve/distinfo |  6 ++++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/xhyve/DESCR b/xhyve/DESCR
new file mode 100644
index 0000000..5334cb3
--- /dev/null
+++ b/xhyve/DESCR
@@ -0,0 +1 @@
+Port of FreeBSD's bhyve to OS X, running on top of Hypervisor.framework
diff --git a/xhyve/Makefile b/xhyve/Makefile
new file mode 100644
index 0000000..fe6b0ee
--- /dev/null
+++ b/xhyve/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+VERSION= 0.2.0
+DISTNAME= xhyve-${VERSION}
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=mist64/}
+GITHUB_PROJECT=	xhyve
+GITHUB_TAG=v${VERSION}
+
+MAINTAINER=	terin%terinstock.com@localhost
+HOMEPAGE=	${MASTER_SITE_GITHUB:=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
+WRKSRC=	${WRKDIR}/xhyve-0.2.0
+
+do-install:
+	cd ${WRKSRC} && \
+	$(INSTALL_PROGRAM) build/xhyve ${DESTDIR}${PREFIX}/bin/xhyve
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/xhyve/PLIST b/xhyve/PLIST
new file mode 100644
index 0000000..1f4cb33
--- /dev/null
+++ b/xhyve/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/xhyve
diff --git a/xhyve/distinfo b/xhyve/distinfo
new file mode 100644
index 0000000..595d6ab
--- /dev/null
+++ b/xhyve/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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


Home | Main Index | Thread Index | Old Index