Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Xen is a virtual machine monitor for x86 hardware (runs only on
i686-class CPUs), which supports running multiple guests operating
systems on a single machine. Guest OSes (also called "domains")
require a modified kernel which supports Xen hypercalls in replacement
to access to the physical hardware. At boot, the xen kernel is loaded
(via grub) along with the guest kernel for the first domain (called
domain0). domain0 has privileges to access the physical hardware (PCI
and ISA devices), administrate other domains and provide virtual
devices (disks and network) to other domains.
This package contains the 2.0 Xen kernel itself. Xen 2.0 is obsolete
and well beyond no longer maintained.

View File

@@ -0,0 +1,9 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2005/10/13 20:58:20 agc Exp $
You should now copy the file:
${PREFIX}/xen-kernel/xen.gz
to your root file system.
===========================================================================

View File

@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.8 2013/06/19 14:03:41 gdt Exp $
#
DISTNAME= xen-2.0.7-install-x86_32
PKGNAME= xenkernel20-2.0.7
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/
EXTRACT_SUFX= .tgz
LICENSE= gnu-gpl-v2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/ports/xen/
COMMENT= Xen Kernel
ONLY_FOR_PLATFORM= Linux-2.[46]*-i386 NetBSD-*-i386
WRKSRC= ${WRKDIR}/xen-2.0-install
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/xen-kernel
${INSTALL_DATA} ${WRKSRC}/install/boot/xen.gz \
${DESTDIR}${PREFIX}/xen-kernel/xen.gz
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:16:21 joerg Exp $
xen-kernel/xen.gz

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2005/10/13 20:58:20 agc Exp $
SHA1 (xen-2.0.7-install-x86_32.tgz) = 6fe975840b6ab1fdcb3cfc4bb2b26f31ff6d371e
RMD160 (xen-2.0.7-install-x86_32.tgz) = 03f6b2f452059254e59f3db7b937d56e42281cf8
Size (xen-2.0.7-install-x86_32.tgz) = 14295119 bytes