diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-06 22:37:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-06 22:37:45 +0800 |
commit | 96a55a14f471fd0f65bdf6faf92837be30342fab (patch) | |
tree | c4dcd89712cfbe1a202003e030d4322b525d2015 /emulators | |
parent | ba95a6770d9010478fb19e281daac1849065ec08 (diff) | |
download | freebsd-ports-gnome-96a55a14f471fd0f65bdf6faf92837be30342fab.tar.gz freebsd-ports-gnome-96a55a14f471fd0f65bdf6faf92837be30342fab.tar.zst freebsd-ports-gnome-96a55a14f471fd0f65bdf6faf92837be30342fab.zip |
Add a metaport for xen
Discussed with: roger@
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/xen/Makefile | 17 | ||||
-rw-r--r-- | emulators/xen/pkg-descr | 11 |
3 files changed, 29 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 96f221d706ae..46e4e7af53df 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -163,6 +163,7 @@ SUBDIR += x49gp SUBDIR += xbraitenberg SUBDIR += xcpc + SUBDIR += xen SUBDIR += xen-kernel SUBDIR += xhomer SUBDIR += xsystem35 diff --git a/emulators/xen/Makefile b/emulators/xen/Makefile new file mode 100644 index 000000000000..80764972670c --- /dev/null +++ b/emulators/xen/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= xen +PORTVERSION= 4.5.0 +CATEGORIES= emulators + +MAINTAINER= bapt@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> diff --git a/emulators/xen/pkg-descr b/emulators/xen/pkg-descr new file mode 100644 index 000000000000..df43543e1935 --- /dev/null +++ b/emulators/xen/pkg-descr @@ -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/ + |