From owner-svn-ports-all@FreeBSD.ORG Mon Apr 6 14:37:46 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7E4E3CA; Mon, 6 Apr 2015 14:37:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B86114E; Mon, 6 Apr 2015 14:37:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t36EbkqI066982; Mon, 6 Apr 2015 14:37:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t36EbjtZ066979; Mon, 6 Apr 2015 14:37:45 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504061437.t36EbjtZ066979@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 6 Apr 2015 14:37:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383439 - in head/emulators: . xen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2015 14:37:47 -0000 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 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/ +