Date: Mon, 6 Apr 2015 14:37:45 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383439 - in head/emulators: . xen Message-ID: <201504061437.t36EbjtZ066979@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/ +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504061437.t36EbjtZ066979>