svn commit: r383439 - in head/emulators: . xen
Baptiste Daroussin
bapt at FreeBSD.org
Mon Apr 6 14:37:47 UTC 2015
Author: bapt
Date: Mon Apr 6 14:37:45 2015
New Revision: 383439
URL: https://svnweb.freebsd.org/changeset/ports/383439
Log:
Add a metaport for xen
Discussed with: roger@
Added:
head/emulators/xen/
head/emulators/xen/Makefile (contents, props changed)
head/emulators/xen/pkg-descr (contents, props changed)
Modified:
head/emulators/Makefile
Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile Mon Apr 6 14:35:49 2015 (r383438)
+++ head/emulators/Makefile Mon Apr 6 14:37:45 2015 (r383439)
@@ -163,6 +163,7 @@
SUBDIR += x49gp
SUBDIR += xbraitenberg
SUBDIR += xcpc
+ SUBDIR += xen
SUBDIR += xen-kernel
SUBDIR += xhomer
SUBDIR += xsystem35
Added: head/emulators/xen/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/xen/Makefile Mon Apr 6 14:37:45 2015 (r383439)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= xen
+PORTVERSION= 4.5.0
+CATEGORIES= emulators
+
+MAINTAINER= bapt at FreeBSD.org
+COMMENT= Xen Hyvervisor meta port
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= /boot/xen:${PORTSDIR}/emulators/xen-kernel \
+ xl:${PORTSDIR}/sysutils/xen-tools
+
+USES= metaport
+
+.include <bsd.port.mk>
Added: head/emulators/xen/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/xen/pkg-descr Mon Apr 6 14:37:45 2015 (r383439)
@@ -0,0 +1,11 @@
+The Xen Project hypervisor is an open-source type-1 or baremetal hypervisor,
+which makes it possible to run many instances of an operating system or indeed
+different operating systems in parallel on a single machine (or host). The Xen
+Project hypervisor is the only type-1 hypervisor that is available as open
+source. It is used as the basis for a number of different commercial and open
+source applications, such as: server virtualization, Infrastructure as a Service
+(IaaS), desktop virtualization, security applications, embedded and hardware
+appliances
+
+WWW: http://www.xenproject.org/
+
More information about the svn-ports-head
mailing list