[Lunar-commits] <moonbase> virtual: a new moonbase dir dedicated for virtualization/emulation of hardware/software.

Florin Braescu florin at lunar-linux.org
Mon May 17 19:46:28 CEST 2010


commit 59e145c1f237fc6e36aad279f92139e4b5dd5905
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon May 17 20:46:28 2010 +0300

    virtual: a new moonbase dir dedicated for virtualization/emulation of hardware/software.
    
    kvm and kqemu are discontinued from developement now.
---
 devel/bochs/BUILD               |   58 ---------------------------------------
 devel/bochs/CONFIGURE           |   12 --------
 devel/bochs/DEPENDS             |    1 -
 devel/bochs/DETAILS             |   15 ----------
 devel/dosemu/BUILD              |    8 -----
 devel/dosemu/DEPENDS            |   17 -----------
 devel/dosemu/DETAILS            |   18 ------------
 devel/dosemu/POST_REMOVE        |    1 -
 devel/kqemu/BUILD               |    6 ----
 devel/kqemu/DEPENDS             |    1 -
 devel/kqemu/DETAILS             |   16 -----------
 devel/kqemu/POST_INSTALL        |    4 ---
 devel/kvm/BUILD                 |   17 -----------
 devel/kvm/CONFLICTS             |    1 -
 devel/kvm/DEPENDS               |    4 ---
 devel/kvm/DETAILS               |   30 --------------------
 devel/qemu/BUILD                |   15 ----------
 devel/qemu/CONFIGURE            |   39 --------------------------
 devel/qemu/CONFLICTS            |    1 -
 devel/qemu/DEPENDS              |    4 ---
 devel/qemu/DETAILS              |   27 ------------------
 devel/xmms-ruby/BUILD           |    6 ----
 devel/xmms-ruby/DEPENDS         |    1 -
 devel/xmms-ruby/DETAILS         |   12 --------
 utils/dosbox/BUILD              |    6 ----
 utils/dosbox/DEPENDS            |    5 ---
 utils/dosbox/DETAILS            |   16 -----------
 virtual/bochs/BUILD             |   58 +++++++++++++++++++++++++++++++++++++++
 virtual/bochs/CONFIGURE         |   12 ++++++++
 virtual/bochs/DEPENDS           |    1 +
 virtual/bochs/DETAILS           |   15 ++++++++++
 virtual/dosbox/BUILD            |    6 ++++
 virtual/dosbox/DEPENDS          |    5 +++
 virtual/dosbox/DETAILS          |   16 +++++++++++
 virtual/dosemu/BUILD            |    8 +++++
 virtual/dosemu/DEPENDS          |   17 +++++++++++
 virtual/dosemu/DETAILS          |   18 ++++++++++++
 virtual/dosemu/POST_REMOVE      |    1 +
 virtual/libvirt/BUILD           |   12 ++++++++
 virtual/libvirt/DEPENDS         |   10 +++++++
 virtual/libvirt/DETAILS         |   12 ++++++++
 virtual/libvirt/init.d/libvirtd |   12 ++++++++
 virtual/qemu/BUILD              |   15 ++++++++++
 virtual/qemu/CONFIGURE          |   39 ++++++++++++++++++++++++++
 virtual/qemu/CONFLICTS          |    1 +
 virtual/qemu/DEPENDS            |    4 +++
 virtual/qemu/DETAILS            |   27 ++++++++++++++++++
 virtual/virt-manager/DEPENDS    |    2 +
 virtual/virt-manager/DETAILS    |   12 ++++++++
 virtual/virtinst/BUILD          |    7 +++++
 virtual/virtinst/DEPENDS        |    1 +
 virtual/virtinst/DETAILS        |   12 ++++++++
 zbeta/libvirt/BUILD             |   12 --------
 zbeta/libvirt/DEPENDS           |   10 -------
 zbeta/libvirt/DETAILS           |   12 --------
 zbeta/libvirt/init.d/libvirtd   |   12 --------
 zbeta/virt-manager/DEPENDS      |    2 -
 zbeta/virt-manager/DETAILS      |   12 --------
 zbeta/virtinst/BUILD            |    7 -----
 zbeta/virtinst/DEPENDS          |    1 -
 zbeta/virtinst/DETAILS          |   12 --------
 zdeprecated/kqemu/BUILD         |    6 ++++
 zdeprecated/kqemu/DEPENDS       |    1 +
 zdeprecated/kqemu/DETAILS       |   16 +++++++++++
 zdeprecated/kqemu/POST_INSTALL  |    4 +++
 zdeprecated/kvm/BUILD           |   17 +++++++++++
 zdeprecated/kvm/CONFLICTS       |    1 +
 zdeprecated/kvm/DEPENDS         |    4 +++
 zdeprecated/kvm/DETAILS         |   30 ++++++++++++++++++++
 zdeprecated/xmms-ruby/BUILD     |    6 ++++
 zdeprecated/xmms-ruby/DEPENDS   |    1 +
 zdeprecated/xmms-ruby/DETAILS   |   12 ++++++++
 72 files changed, 421 insertions(+), 421 deletions(-)

diff --git a/devel/bochs/BUILD b/devel/bochs/BUILD
deleted file mode 100644
index d797573..0000000
--- a/devel/bochs/BUILD
+++ /dev/null
@@ -1,58 +0,0 @@
-(
-
-bad_flags -malign-double 
-
-OPTS="$OPTS --enable-cpu-level=6"
-OPTS="$OPTS --with-all-libs"
-
-if [[ $ALL == "y" ]]; then
-  OPTS="$OPTS --enable-all-optimizations"
-else
-  if [[ $G2H == "y" ]]; then
-    OPTS="$OPTS --enable-guest2host-tlb"
-  fi
-
-  if [[ $REPEAT == "y" ]]; then
-    OPTS="$OPTS --enable-repeat-speedups"
-  fi
-
-  if [[ $ICACHE == "y" ]]; then
-    OPTS="$OPTS --enable-icache"
-  fi
-
-  if [[ $ASM == "y" ]]; then
-    OPTS="$OPTS --enable-host-specific-asms"
-  fi
-fi
-
-if [[ $SB16 == "y" ]]; then
-  OPTS="$OPTS --enable-sb16=linux"
-fi
-
-if [[ $PLUGINS == "y" ]]; then
-  OPTS="$OPTS --enable-plugins"
-fi
-
-if [[ $GLOBAL == "y" ]]; then
-  OPTS="$OPTS --enable-global-pages"
-fi
-
-if [[ $SLOWDOWN == "y" ]]; then
-  OPTS="$OPTS --enable-slowdown"
-fi
-
-if [[ $IDLE == "y" ]]; then
-  OPTS="$OPTS --enable-idle-hack"
-fi
-
-if [[ $NE2000 == "y" ]]; then
-  OPTS="$OPTS --enable-ne2000"
-fi
-
-if [[ $MSR == "y" ]]; then
-  OPTS="$OPTS --enable-ignore-bad-msr"
-fi
-
-default_build
-
-) > $C_FIFO 2>&1
diff --git a/devel/bochs/CONFIGURE b/devel/bochs/CONFIGURE
deleted file mode 100644
index 49df3aa..0000000
--- a/devel/bochs/CONFIGURE
+++ /dev/null
@@ -1,12 +0,0 @@
-mquery ALL "Enable all safe optimizations?" y
-mquery G2H "Enable guest to host tlb (speed)?" y
-mquery REPEAT "Enable repeat speedups?" y
-mquery ICACHE "Enable icache (speed)?" y
-mquery ASM "Enable host specific asms?" y
-mquery SB16 "Emulate SB16?" n
-mquery PLUGINS "Enable plugins?" n
-mquery GLOBAL "Enable global pages?" n
-mquery SLOWDOWN "Enable timer slowdown?" n
-mquery IDLE "Enable idle hack?" n
-mquery NE2000 "Emulate NE2000 network card?" n
-mquery MSR "Ignore bad msr (Don't stop on error)?" n
diff --git a/devel/bochs/DEPENDS b/devel/bochs/DEPENDS
deleted file mode 100644
index 3b2b8e3..0000000
--- a/devel/bochs/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-optional_depends "wxGTK" "--with-wx" "" "for wxWindows support"
diff --git a/devel/bochs/DETAILS b/devel/bochs/DETAILS
deleted file mode 100644
index 9cd13b1..0000000
--- a/devel/bochs/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          MODULE=bochs
-         VERSION=2.4.5
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/bochs
-      SOURCE_VFY=sha1:e334d31efd79c80454018c9cdafaa0eb75cb018a
-        WEB_SITE=http://bochs.sourceforge.net
-         ENTERED=20011015
-         UPDATED=20100512
-           SHORT="i386 hardware emulator"
-
-cat << EOF
-Bochs is a portable x86 PC emulation software package that emulates
-enough of the x86 CPU, related AT hardware, and BIOS to run DOS, 
-Windows 95, Linux, FreeBSD, and other OS's, all on your workstation.
-EOF
diff --git a/devel/dosemu/BUILD b/devel/dosemu/BUILD
deleted file mode 100644
index 4c2e6cb..0000000
--- a/devel/dosemu/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
-  sedit "s:cp -a:cp -aL:" src/arch/linux/Makefile.main &&
-
-  OPTS="$OPTS --with-x --with-fdtarball=$SOURCE_CACHE/$SOURCE2"
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/devel/dosemu/DEPENDS b/devel/dosemu/DEPENDS
deleted file mode 100644
index 5b2612e..0000000
--- a/devel/dosemu/DEPENDS
+++ /dev/null
@@ -1,17 +0,0 @@
-depends  slang
-depends  SDL
-
-optional_depends  "gpm"  \
-                  ""     \
-                  "--without-gpm"  \
-                  "for mouse support within the CLI"
-
-optional_depends  "alsa-lib"  \
-                  ""  \
-                  "--without-alsa"  \
-                  "for alsa sound support"
-
-optional_depends  "libsndfile"  \
-                  ""  \
-                  "--without-sndfile"  \
-                  "for sound file support"
diff --git a/devel/dosemu/DETAILS b/devel/dosemu/DETAILS
deleted file mode 100644
index b491090..0000000
--- a/devel/dosemu/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=dosemu
-         VERSION=1.4.0
-          SOURCE=$MODULE-$VERSION.tgz
-         SOURCE2=$MODULE-freedos-b9r5-bin.tgz
-      SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:202311b6bd54708fb10a59f87599488cbfafd55b
-     SOURCE2_URL=$SFORGE_URL/$MODULE
-     SOURCE2_VFY=md5:34c0015398f35b30d4d8e484ced3be17
-        WEB_SITE=http://dosemu.org
-         ENTERED=20040421
-         UPDATED=20070510
-           SHORT="A DOS emulator"
-cat << EOF
-DOSEMU stands for DOS Emulation, and allows you to run DOS and many
-DOS programs, inlcuding many DPMI applications such as DOOM and
-Windows 3.1, under Linux.
-NOTE: this module also builds the GUI xdosemu
-EOF
diff --git a/devel/dosemu/POST_REMOVE b/devel/dosemu/POST_REMOVE
deleted file mode 100644
index cf0527b..0000000
--- a/devel/dosemu/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-rm -fR /usr/share/dosemu
diff --git a/devel/kqemu/BUILD b/devel/kqemu/BUILD
deleted file mode 100644
index fb0f8ae..0000000
--- a/devel/kqemu/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
-  default_build &&
-  gather_docs LICENSE kqemu-doc.html
-  
-) > $C_FIFO 2>&1
diff --git a/devel/kqemu/DEPENDS b/devel/kqemu/DEPENDS
deleted file mode 100644
index 6a8c0d4..0000000
--- a/devel/kqemu/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends qemu
diff --git a/devel/kqemu/DETAILS b/devel/kqemu/DETAILS
deleted file mode 100644
index 84dd4a2..0000000
--- a/devel/kqemu/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          MODULE=kqemu
-         VERSION=1.4.0pre1
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.nongnu.org/qemu/
-      SOURCE_VFY=sha1:398f440829863f16c2d63065af1026d8eaa257c4
-        WEB_SITE=http://www.nongnu.org/qemu/about.html
-         ENTERED=20060322
-         UPDATED=20090309
-           PSAFE=no
-           SHORT="increases the speed of QEMU when a PC is emulated on a PC"
-cat << EOF
-The QEMU Accelerator Module increases the speed of QEMU when a PC is emulated
-on a PC. It runs most of the target application code directly on the host
-processor to achieve near native performance. It is very useful when you want
-to run another Operating System (for example Windows) on a Linux desktop.
-EOF
diff --git a/devel/kqemu/POST_INSTALL b/devel/kqemu/POST_INSTALL
deleted file mode 100644
index 941ffb1..0000000
--- a/devel/kqemu/POST_INSTALL
+++ /dev/null
@@ -1,4 +0,0 @@
-message "${CYAN}Don't forget to do 'modprobe kqemu' before you"
-message "next invoke qemu. You may also need to setup tmpfs on"
-message "/dev/shm. with something like:"
-message "mount -t tmpfs -o size=144m none /dev/shm${DEFAULT_COLOR}"
diff --git a/devel/kvm/BUILD b/devel/kvm/BUILD
deleted file mode 100644
index 08c85c3..0000000
--- a/devel/kvm/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-(
-
-  echo 'KERNEL=="kvm", NAME="%k", GROUP="kvm"' > 90-kvm.rules  &&
-
-  if module_installed qemu; then
-   OPTS="$OPTS --qemu-cc=${GCC3_PREFIX:-/opt/lunar/gcc3}/bin/gcc"
-  fi  &&
-
-  add_priv_group kvm  &&
-  ./configure --prefix=/usr  \
-              $OPTS         &&
-
-  default_make  &&
-
-  install -m0644 90-kvm.rules /etc/udev/rules.d/
-
-) > $C_FIFO 2>&1
diff --git a/devel/kvm/CONFLICTS b/devel/kvm/CONFLICTS
deleted file mode 100644
index 1fa5ce5..0000000
--- a/devel/kvm/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts  qemu
diff --git a/devel/kvm/DEPENDS b/devel/kvm/DEPENDS
deleted file mode 100644
index 7158917..0000000
--- a/devel/kvm/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends  autoconf
-
-optional_depends  SDL  ""  "--disable-sdl --disable-gfx-check"  \
-                  "for gui qemu support"
diff --git a/devel/kvm/DETAILS b/devel/kvm/DETAILS
deleted file mode 100644
index 9817dda..0000000
--- a/devel/kvm/DETAILS
+++ /dev/null
@@ -1,30 +0,0 @@
-          MODULE=kvm
-         VERSION=86
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:7d5a5115ef7919419642a673fb746c803996e489
-        WEB_SITE=http://kvm.qumranet.com/kvmwiki
-         ENTERED=20070406
-         UPDATED=20090525
-           SHORT="Native x86 Virtualization host using vt extensions"
-
-cat << EOF
-KVM (for Kernel-based Virtual Machine) is a full virtualization
-solution for Linux on x86 hardware containing virtualization
-extensions (Intel VT or AMD-V). It consists of a loadable kernel
-module, kvm.ko, that provides the core virtualization infrastructure
-and a processor specific module, kvm-intel.ko or kvm-amd.ko. KVM
-also requires a modified QEMU although work is underway to get the
-required changes upstream.
-
-Using KVM, one can run multiple virtual machines running unmodified
-Linux or Windows images. Each virtual machine has private virtualized
-hardware: a network card, disk, graphics adapter, etc.
-
-How can I tell if I have Intel VT or AMD-V?  With a recent enough Linux
-kernel, run the command: egrep '^flags.*(vmx|svm)' /proc/cpuinfo
-If it produces output, you can use KVM.
-
-KVM will run at the same (slower) speed as qemu if your processor does not
-support vmx/svm
-EOF
diff --git a/devel/qemu/BUILD b/devel/qemu/BUILD
deleted file mode 100644
index fe59559..0000000
--- a/devel/qemu/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-(
-  unset CFLAGS
-
-  OPTS+=" --extra-ldflags=-L/usr/X11R6/lib"
-  OPTS+=" --target-list=$(echo $TARGETLIST | sed s/\ /,/g)"
-
-  ./configure --prefix=/usr  \
-               $OPTS        &&
-                  
-  default_make  &&
-
-  # qemu-doc.html may not exist, but it will be ignored if that is the case
-  gather_docs TODO qemu-doc.html
-
-) > $C_FIFO 2>&1
diff --git a/devel/qemu/CONFIGURE b/devel/qemu/CONFIGURE
deleted file mode 100644
index 6b5da0f..0000000
--- a/devel/qemu/CONFIGURE
+++ /dev/null
@@ -1,39 +0,0 @@
-SUPPORTED_TARGETS="i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user mips-linux-user mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user"
-
-
-make_targets_checklist() {
-  for target in $SUPPORTED_TARGETS; do
-    title=$target
-    echo "\"$target\" \"$title\" \"off\" "
-  done
-}
-
-select_targets() {
-  BACKTITLE="Qemu Target Configuration"
-      TITLE="Target Selection"
-       HELP="Select targes you want to build"
-  make_targets_checklist | xargs \
-  dialog --backtitle "$BACKTITLE" \
-         --title     "$TITLE"     \
-         --stdout                 \
-         --separate-output        \
-         --checklist "$HELP"      \
-         0 0 0
-}
-
-if ! grep -q CONFIGURED $MODULE_CONFIG; then
-  if grep -q "TARGETLIST=" $MODULE_CONFIG; then
-    message "Selecting targets is optional"
-  fi
-
-  if query "Would you like to select arch targets? If not selected, all targets will be installed." y ; then
-    TARGETLIST=`select_targets`
-    TEMP=`grep -v "TARGETLIST="             $MODULE_CONFIG`
-    echo "$TEMP"                             > $MODULE_CONFIG
-    echo "TARGETLIST=\"$TARGETLIST\"" >> $MODULE_CONFIG
-
-  fi
-
-  echo "OPTS=\"\$OPTS $OPTS\"" >> $MODULE_CONFIG
-  echo "CONFIGURED=y"          >> $MODULE_CONFIG
-fi
diff --git a/devel/qemu/CONFLICTS b/devel/qemu/CONFLICTS
deleted file mode 100644
index e3f0d0f..0000000
--- a/devel/qemu/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts  kvm
diff --git a/devel/qemu/DEPENDS b/devel/qemu/DEPENDS
deleted file mode 100644
index 17863e4..0000000
--- a/devel/qemu/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends  autoconf
-
-optional_depends  SDL       ""  "--disable-sdl --disable-gfx-check" "for gui qemu support"
-optional_depends  alsa-lib  ""  ""                                  "for ALSA sound support"
diff --git a/devel/qemu/DETAILS b/devel/qemu/DETAILS
deleted file mode 100644
index dd1485d..0000000
--- a/devel/qemu/DETAILS
+++ /dev/null
@@ -1,27 +0,0 @@
-          MODULE=qemu
-         VERSION=0.12.4
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://download.savannah.gnu.org/releases/$MODULE
-      SOURCE_VFY=sha1:1cc3200bf496c836f7c4256c1d12143dab9b82dc
-        WEB_SITE=http://wiki.qemu.org/Index.html
-         ENTERED=20040318
-         UPDATED=20100505
-           SHORT="A fast processor emulator"
-      MAINTAINER=tchan at lunar-linux.org
-
-cat << EOF
-By using dynamic translation it achieves a reasonable speed while being easy
-to port on new host CPUs. QEMU has two operating modes:
-
-User mode emulation. In this mode, QEMU can launch Linux processes compiled
-for one CPU on another CPU. Linux system calls are converted because of
-endianness and 32/64 bit mismatches. Wine (Windows API emulator) and DOSEMU
-(DOS emulation) are the main targets for QEMU.
-
-Full system emulation. In this mode, QEMU emulates a full system, including
-a processor and various peripherials. It enables easier testing and
-debugging of system code. It can also be used to provide virtual hosting of
-several virtual PC on a single server.
-
-As QEMU requires no host kernel patches to run, it is very safe and easy to use.
-EOF
diff --git a/devel/xmms-ruby/BUILD b/devel/xmms-ruby/BUILD
deleted file mode 100644
index 0aa1161..0000000
--- a/devel/xmms-ruby/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
-  ruby ./extconf.rb &&
-  default_make
-
-) > $C_FIFO 2>&1
diff --git a/devel/xmms-ruby/DEPENDS b/devel/xmms-ruby/DEPENDS
deleted file mode 100644
index 866eee3..0000000
--- a/devel/xmms-ruby/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends ruby
diff --git a/devel/xmms-ruby/DETAILS b/devel/xmms-ruby/DETAILS
deleted file mode 100644
index 608ff0b..0000000
--- a/devel/xmms-ruby/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
-          MODULE=xmms-ruby
-         VERSION=0.1.2
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.pablotron.org/download/
-      SOURCE_VFY=sha1:a5c2afccab054d5a59ecd476192dff3e8aed488a
-        WEB_SITE=http://www.pablotron.org/software/xmms-ruby/
-         ENTERED=20041221
-         UPDATED=20041221
-           SHORT="XMMS bindings for Ruby."
-cat << EOF
-XMMS bindings for Ruby.
-EOF
diff --git a/utils/dosbox/BUILD b/utils/dosbox/BUILD
deleted file mode 100644
index b18da8b..0000000
--- a/utils/dosbox/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
-  OPTS="$OPTS --enable-core-inline"
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/utils/dosbox/DEPENDS b/utils/dosbox/DEPENDS
deleted file mode 100644
index a04c0dc..0000000
--- a/utils/dosbox/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends  SDL
-
-optional_depends libpng   "" ""  "needed for screenshots"
-optional_depends alsa-lib "" ""  "to use alsa support"
-optional_depends SDL_net  "" ""  "for modem support"
diff --git a/utils/dosbox/DETAILS b/utils/dosbox/DETAILS
deleted file mode 100644
index 45e6e47..0000000
--- a/utils/dosbox/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          MODULE=dosbox
-         VERSION=0.74
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:2d99f0013350efb29b769ff19ddc8e4d86f4e77e
-        WEB_SITE=http://dosbox.sourceforge.net
-         ENTERED=20040331
-         UPDATED=20100512
-           SHORT="DOSBox a dos emulator with cpu emu"
-
-cat << EOF
-With DOSBox its possible to run all those old dos games youve been itchin
-to play. It not only emulates dos it emulates the cpu, filesystem/xms/ems,
-Tandy/Hercules/CGA/EGA/VGA/VESA graphcis and SoundBlaster/Gravis Ultra
-Sound Card for all your dos needs.
-EOF
diff --git a/virtual/bochs/BUILD b/virtual/bochs/BUILD
new file mode 100644
index 0000000..d797573
--- /dev/null
+++ b/virtual/bochs/BUILD
@@ -0,0 +1,58 @@
+(
+
+bad_flags -malign-double 
+
+OPTS="$OPTS --enable-cpu-level=6"
+OPTS="$OPTS --with-all-libs"
+
+if [[ $ALL == "y" ]]; then
+  OPTS="$OPTS --enable-all-optimizations"
+else
+  if [[ $G2H == "y" ]]; then
+    OPTS="$OPTS --enable-guest2host-tlb"
+  fi
+
+  if [[ $REPEAT == "y" ]]; then
+    OPTS="$OPTS --enable-repeat-speedups"
+  fi
+
+  if [[ $ICACHE == "y" ]]; then
+    OPTS="$OPTS --enable-icache"
+  fi
+
+  if [[ $ASM == "y" ]]; then
+    OPTS="$OPTS --enable-host-specific-asms"
+  fi
+fi
+
+if [[ $SB16 == "y" ]]; then
+  OPTS="$OPTS --enable-sb16=linux"
+fi
+
+if [[ $PLUGINS == "y" ]]; then
+  OPTS="$OPTS --enable-plugins"
+fi
+
+if [[ $GLOBAL == "y" ]]; then
+  OPTS="$OPTS --enable-global-pages"
+fi
+
+if [[ $SLOWDOWN == "y" ]]; then
+  OPTS="$OPTS --enable-slowdown"
+fi
+
+if [[ $IDLE == "y" ]]; then
+  OPTS="$OPTS --enable-idle-hack"
+fi
+
+if [[ $NE2000 == "y" ]]; then
+  OPTS="$OPTS --enable-ne2000"
+fi
+
+if [[ $MSR == "y" ]]; then
+  OPTS="$OPTS --enable-ignore-bad-msr"
+fi
+
+default_build
+
+) > $C_FIFO 2>&1
diff --git a/virtual/bochs/CONFIGURE b/virtual/bochs/CONFIGURE
new file mode 100644
index 0000000..49df3aa
--- /dev/null
+++ b/virtual/bochs/CONFIGURE
@@ -0,0 +1,12 @@
+mquery ALL "Enable all safe optimizations?" y
+mquery G2H "Enable guest to host tlb (speed)?" y
+mquery REPEAT "Enable repeat speedups?" y
+mquery ICACHE "Enable icache (speed)?" y
+mquery ASM "Enable host specific asms?" y
+mquery SB16 "Emulate SB16?" n
+mquery PLUGINS "Enable plugins?" n
+mquery GLOBAL "Enable global pages?" n
+mquery SLOWDOWN "Enable timer slowdown?" n
+mquery IDLE "Enable idle hack?" n
+mquery NE2000 "Emulate NE2000 network card?" n
+mquery MSR "Ignore bad msr (Don't stop on error)?" n
diff --git a/virtual/bochs/DEPENDS b/virtual/bochs/DEPENDS
new file mode 100644
index 0000000..3b2b8e3
--- /dev/null
+++ b/virtual/bochs/DEPENDS
@@ -0,0 +1 @@
+optional_depends "wxGTK" "--with-wx" "" "for wxWindows support"
diff --git a/virtual/bochs/DETAILS b/virtual/bochs/DETAILS
new file mode 100644
index 0000000..9cd13b1
--- /dev/null
+++ b/virtual/bochs/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=bochs
+         VERSION=2.4.5
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/bochs
+      SOURCE_VFY=sha1:e334d31efd79c80454018c9cdafaa0eb75cb018a
+        WEB_SITE=http://bochs.sourceforge.net
+         ENTERED=20011015
+         UPDATED=20100512
+           SHORT="i386 hardware emulator"
+
+cat << EOF
+Bochs is a portable x86 PC emulation software package that emulates
+enough of the x86 CPU, related AT hardware, and BIOS to run DOS, 
+Windows 95, Linux, FreeBSD, and other OS's, all on your workstation.
+EOF
diff --git a/virtual/dosbox/BUILD b/virtual/dosbox/BUILD
new file mode 100644
index 0000000..b18da8b
--- /dev/null
+++ b/virtual/dosbox/BUILD
@@ -0,0 +1,6 @@
+(
+
+  OPTS="$OPTS --enable-core-inline"
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/virtual/dosbox/DEPENDS b/virtual/dosbox/DEPENDS
new file mode 100644
index 0000000..a04c0dc
--- /dev/null
+++ b/virtual/dosbox/DEPENDS
@@ -0,0 +1,5 @@
+depends  SDL
+
+optional_depends libpng   "" ""  "needed for screenshots"
+optional_depends alsa-lib "" ""  "to use alsa support"
+optional_depends SDL_net  "" ""  "for modem support"
diff --git a/virtual/dosbox/DETAILS b/virtual/dosbox/DETAILS
new file mode 100644
index 0000000..45e6e47
--- /dev/null
+++ b/virtual/dosbox/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=dosbox
+         VERSION=0.74
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:2d99f0013350efb29b769ff19ddc8e4d86f4e77e
+        WEB_SITE=http://dosbox.sourceforge.net
+         ENTERED=20040331
+         UPDATED=20100512
+           SHORT="DOSBox a dos emulator with cpu emu"
+
+cat << EOF
+With DOSBox its possible to run all those old dos games youve been itchin
+to play. It not only emulates dos it emulates the cpu, filesystem/xms/ems,
+Tandy/Hercules/CGA/EGA/VGA/VESA graphcis and SoundBlaster/Gravis Ultra
+Sound Card for all your dos needs.
+EOF
diff --git a/virtual/dosemu/BUILD b/virtual/dosemu/BUILD
new file mode 100644
index 0000000..4c2e6cb
--- /dev/null
+++ b/virtual/dosemu/BUILD
@@ -0,0 +1,8 @@
+(
+
+  sedit "s:cp -a:cp -aL:" src/arch/linux/Makefile.main &&
+
+  OPTS="$OPTS --with-x --with-fdtarball=$SOURCE_CACHE/$SOURCE2"
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/virtual/dosemu/DEPENDS b/virtual/dosemu/DEPENDS
new file mode 100644
index 0000000..5b2612e
--- /dev/null
+++ b/virtual/dosemu/DEPENDS
@@ -0,0 +1,17 @@
+depends  slang
+depends  SDL
+
+optional_depends  "gpm"  \
+                  ""     \
+                  "--without-gpm"  \
+                  "for mouse support within the CLI"
+
+optional_depends  "alsa-lib"  \
+                  ""  \
+                  "--without-alsa"  \
+                  "for alsa sound support"
+
+optional_depends  "libsndfile"  \
+                  ""  \
+                  "--without-sndfile"  \
+                  "for sound file support"
diff --git a/virtual/dosemu/DETAILS b/virtual/dosemu/DETAILS
new file mode 100644
index 0000000..b491090
--- /dev/null
+++ b/virtual/dosemu/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=dosemu
+         VERSION=1.4.0
+          SOURCE=$MODULE-$VERSION.tgz
+         SOURCE2=$MODULE-freedos-b9r5-bin.tgz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:202311b6bd54708fb10a59f87599488cbfafd55b
+     SOURCE2_URL=$SFORGE_URL/$MODULE
+     SOURCE2_VFY=md5:34c0015398f35b30d4d8e484ced3be17
+        WEB_SITE=http://dosemu.org
+         ENTERED=20040421
+         UPDATED=20070510
+           SHORT="A DOS emulator"
+cat << EOF
+DOSEMU stands for DOS Emulation, and allows you to run DOS and many
+DOS programs, inlcuding many DPMI applications such as DOOM and
+Windows 3.1, under Linux.
+NOTE: this module also builds the GUI xdosemu
+EOF
diff --git a/virtual/dosemu/POST_REMOVE b/virtual/dosemu/POST_REMOVE
new file mode 100644
index 0000000..cf0527b
--- /dev/null
+++ b/virtual/dosemu/POST_REMOVE
@@ -0,0 +1 @@
+rm -fR /usr/share/dosemu
diff --git a/virtual/libvirt/BUILD b/virtual/libvirt/BUILD
new file mode 100644
index 0000000..06c78eb
--- /dev/null
+++ b/virtual/libvirt/BUILD
@@ -0,0 +1,12 @@
+(
+
+
+# this is because XEN isn't included in moonbase yet
+  OPTS+=" --without-xen" &&
+
+# this is i guess wanted by all of those that want to use this module
+  OPTS+=" --with-network --with-netcf --with-python"
+  default_build
+
+
+) > $C_FIFO 2>&1
diff --git a/virtual/libvirt/DEPENDS b/virtual/libvirt/DEPENDS
new file mode 100644
index 0000000..23c863d
--- /dev/null
+++ b/virtual/libvirt/DEPENDS
@@ -0,0 +1,10 @@
+depends dnsmasq
+depends bridge-utils
+depends netcf
+depends Python 
+depends virtinst
+optional_depends "avahi"      "--with-avahi" "--without-avahi" "Advertise daemon to network"
+optional_depends "PolicyKit"  "--with-polkit" "--without-polkit" "Enable PolicyKit support"
+optional_depends "cyrus-sasl" "--with-sasl" "--without-sasl" "Enable SASL Authentication"
+optional_depends "qemu"       "--with-qemu" "--without-qemu" "Enable qemu/kvm support?"
+optional_depends "virtualbox" "--with-vbox" "--without-vbox" "Enable virtualbox support?"
diff --git a/virtual/libvirt/DETAILS b/virtual/libvirt/DETAILS
new file mode 100644
index 0000000..7fbaf25
--- /dev/null
+++ b/virtual/libvirt/DETAILS
@@ -0,0 +1,12 @@
+          MODULE=libvirt
+         VERSION=0.8.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=ftp://libvirt.org/$MODULE
+      SOURCE_VFY=sha1:59692501082f22d88a8d48cf845b9fb120f4112b
+        WEB_SITE="http://virt-manager.org"
+         ENTERED=20100419
+         UPDATED=20100419
+           SHORT="Library for managing virtual machines"
+cat <<EOF
+A toolkit to interact with the virtualization capabilities of recent versions of Linux
+EOF
diff --git a/virtual/libvirt/init.d/libvirtd b/virtual/libvirt/init.d/libvirtd
new file mode 100644
index 0000000..dfa5fc6
--- /dev/null
+++ b/virtual/libvirt/init.d/libvirtd
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+# chkconfig: 345 99 01
+# description: libvirt is a library controling the installed virtual machines
+# processname: /usr/sbin/libvirtd
+# sigreload: HUP
+
+ARGS="  -d"
+
+. /lib/lsb/init-functions $1
+
+
diff --git a/virtual/qemu/BUILD b/virtual/qemu/BUILD
new file mode 100644
index 0000000..fe59559
--- /dev/null
+++ b/virtual/qemu/BUILD
@@ -0,0 +1,15 @@
+(
+  unset CFLAGS
+
+  OPTS+=" --extra-ldflags=-L/usr/X11R6/lib"
+  OPTS+=" --target-list=$(echo $TARGETLIST | sed s/\ /,/g)"
+
+  ./configure --prefix=/usr  \
+               $OPTS        &&
+                  
+  default_make  &&
+
+  # qemu-doc.html may not exist, but it will be ignored if that is the case
+  gather_docs TODO qemu-doc.html
+
+) > $C_FIFO 2>&1
diff --git a/virtual/qemu/CONFIGURE b/virtual/qemu/CONFIGURE
new file mode 100644
index 0000000..6b5da0f
--- /dev/null
+++ b/virtual/qemu/CONFIGURE
@@ -0,0 +1,39 @@
+SUPPORTED_TARGETS="i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user mips-linux-user mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user"
+
+
+make_targets_checklist() {
+  for target in $SUPPORTED_TARGETS; do
+    title=$target
+    echo "\"$target\" \"$title\" \"off\" "
+  done
+}
+
+select_targets() {
+  BACKTITLE="Qemu Target Configuration"
+      TITLE="Target Selection"
+       HELP="Select targes you want to build"
+  make_targets_checklist | xargs \
+  dialog --backtitle "$BACKTITLE" \
+         --title     "$TITLE"     \
+         --stdout                 \
+         --separate-output        \
+         --checklist "$HELP"      \
+         0 0 0
+}
+
+if ! grep -q CONFIGURED $MODULE_CONFIG; then
+  if grep -q "TARGETLIST=" $MODULE_CONFIG; then
+    message "Selecting targets is optional"
+  fi
+
+  if query "Would you like to select arch targets? If not selected, all targets will be installed." y ; then
+    TARGETLIST=`select_targets`
+    TEMP=`grep -v "TARGETLIST="             $MODULE_CONFIG`
+    echo "$TEMP"                             > $MODULE_CONFIG
+    echo "TARGETLIST=\"$TARGETLIST\"" >> $MODULE_CONFIG
+
+  fi
+
+  echo "OPTS=\"\$OPTS $OPTS\"" >> $MODULE_CONFIG
+  echo "CONFIGURED=y"          >> $MODULE_CONFIG
+fi
diff --git a/virtual/qemu/CONFLICTS b/virtual/qemu/CONFLICTS
new file mode 100644
index 0000000..e3f0d0f
--- /dev/null
+++ b/virtual/qemu/CONFLICTS
@@ -0,0 +1 @@
+conflicts  kvm
diff --git a/virtual/qemu/DEPENDS b/virtual/qemu/DEPENDS
new file mode 100644
index 0000000..17863e4
--- /dev/null
+++ b/virtual/qemu/DEPENDS
@@ -0,0 +1,4 @@
+depends  autoconf
+
+optional_depends  SDL       ""  "--disable-sdl --disable-gfx-check" "for gui qemu support"
+optional_depends  alsa-lib  ""  ""                                  "for ALSA sound support"
diff --git a/virtual/qemu/DETAILS b/virtual/qemu/DETAILS
new file mode 100644
index 0000000..dd1485d
--- /dev/null
+++ b/virtual/qemu/DETAILS
@@ -0,0 +1,27 @@
+          MODULE=qemu
+         VERSION=0.12.4
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://download.savannah.gnu.org/releases/$MODULE
+      SOURCE_VFY=sha1:1cc3200bf496c836f7c4256c1d12143dab9b82dc
+        WEB_SITE=http://wiki.qemu.org/Index.html
+         ENTERED=20040318
+         UPDATED=20100505
+           SHORT="A fast processor emulator"
+      MAINTAINER=tchan at lunar-linux.org
+
+cat << EOF
+By using dynamic translation it achieves a reasonable speed while being easy
+to port on new host CPUs. QEMU has two operating modes:
+
+User mode emulation. In this mode, QEMU can launch Linux processes compiled
+for one CPU on another CPU. Linux system calls are converted because of
+endianness and 32/64 bit mismatches. Wine (Windows API emulator) and DOSEMU
+(DOS emulation) are the main targets for QEMU.
+
+Full system emulation. In this mode, QEMU emulates a full system, including
+a processor and various peripherials. It enables easier testing and
+debugging of system code. It can also be used to provide virtual hosting of
+several virtual PC on a single server.
+
+As QEMU requires no host kernel patches to run, it is very safe and easy to use.
+EOF
diff --git a/virtual/virt-manager/DEPENDS b/virtual/virt-manager/DEPENDS
new file mode 100644
index 0000000..db99492
--- /dev/null
+++ b/virtual/virt-manager/DEPENDS
@@ -0,0 +1,2 @@
+depends pygtk
+depends libvirt
diff --git a/virtual/virt-manager/DETAILS b/virtual/virt-manager/DETAILS
new file mode 100644
index 0000000..6a124e6
--- /dev/null
+++ b/virtual/virt-manager/DETAILS
@@ -0,0 +1,12 @@
+          MODULE=virt-manager
+         VERSION=0.8.4
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://virt-manager.org/download/sources/virt-manager/
+      SOURCE_VFY=sha1:cdc8e65c84164c28ac5027c3bba46a3cd7531e96
+        WEB_SITE="http://virt-manager.org"
+         ENTERED=20100419
+         UPDATED=20100419
+           SHORT="Virtual Machine Manager"
+cat <<EOF
+Manage your virtual machines
+EOF
diff --git a/virtual/virtinst/BUILD b/virtual/virtinst/BUILD
new file mode 100644
index 0000000..8c43477
--- /dev/null
+++ b/virtual/virtinst/BUILD
@@ -0,0 +1,7 @@
+(
+
+    python setup.py build &&
+    prepare_install &&
+    python setup.py install
+    
+) > $C_FIFO 2>&1
diff --git a/virtual/virtinst/DEPENDS b/virtual/virtinst/DEPENDS
new file mode 100644
index 0000000..ad7623b
--- /dev/null
+++ b/virtual/virtinst/DEPENDS
@@ -0,0 +1 @@
+depends urlgrabber
diff --git a/virtual/virtinst/DETAILS b/virtual/virtinst/DETAILS
new file mode 100644
index 0000000..469ce34
--- /dev/null
+++ b/virtual/virtinst/DETAILS
@@ -0,0 +1,12 @@
+          MODULE=virtinst
+         VERSION=0.500.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://virt-manager.org/download/sources/$MODULE
+      SOURCE_VFY=sha1:7a9a7de082ec06195752038021d34148785b056c
+        WEB_SITE="http://virt-manager.org"
+         ENTERED=20100419
+         UPDATED=20100419
+           SHORT="Virtual Machine Manager installer"
+cat <<EOF
+Manage your virtual machines
+EOF
diff --git a/zbeta/libvirt/BUILD b/zbeta/libvirt/BUILD
deleted file mode 100644
index 06c78eb..0000000
--- a/zbeta/libvirt/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
-
-# this is because XEN isn't included in moonbase yet
-  OPTS+=" --without-xen" &&
-
-# this is i guess wanted by all of those that want to use this module
-  OPTS+=" --with-network --with-netcf --with-python"
-  default_build
-
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/libvirt/DEPENDS b/zbeta/libvirt/DEPENDS
deleted file mode 100644
index 23c863d..0000000
--- a/zbeta/libvirt/DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-depends dnsmasq
-depends bridge-utils
-depends netcf
-depends Python 
-depends virtinst
-optional_depends "avahi"      "--with-avahi" "--without-avahi" "Advertise daemon to network"
-optional_depends "PolicyKit"  "--with-polkit" "--without-polkit" "Enable PolicyKit support"
-optional_depends "cyrus-sasl" "--with-sasl" "--without-sasl" "Enable SASL Authentication"
-optional_depends "qemu"       "--with-qemu" "--without-qemu" "Enable qemu/kvm support?"
-optional_depends "virtualbox" "--with-vbox" "--without-vbox" "Enable virtualbox support?"
diff --git a/zbeta/libvirt/DETAILS b/zbeta/libvirt/DETAILS
deleted file mode 100644
index 7fbaf25..0000000
--- a/zbeta/libvirt/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
-          MODULE=libvirt
-         VERSION=0.8.0
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=ftp://libvirt.org/$MODULE
-      SOURCE_VFY=sha1:59692501082f22d88a8d48cf845b9fb120f4112b
-        WEB_SITE="http://virt-manager.org"
-         ENTERED=20100419
-         UPDATED=20100419
-           SHORT="Library for managing virtual machines"
-cat <<EOF
-A toolkit to interact with the virtualization capabilities of recent versions of Linux
-EOF
diff --git a/zbeta/libvirt/init.d/libvirtd b/zbeta/libvirt/init.d/libvirtd
deleted file mode 100644
index dfa5fc6..0000000
--- a/zbeta/libvirt/init.d/libvirtd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# chkconfig: 345 99 01
-# description: libvirt is a library controling the installed virtual machines
-# processname: /usr/sbin/libvirtd
-# sigreload: HUP
-
-ARGS="  -d"
-
-. /lib/lsb/init-functions $1
-
-
diff --git a/zbeta/virt-manager/DEPENDS b/zbeta/virt-manager/DEPENDS
deleted file mode 100644
index db99492..0000000
--- a/zbeta/virt-manager/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends pygtk
-depends libvirt
diff --git a/zbeta/virt-manager/DETAILS b/zbeta/virt-manager/DETAILS
deleted file mode 100644
index 6a124e6..0000000
--- a/zbeta/virt-manager/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
-          MODULE=virt-manager
-         VERSION=0.8.4
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://virt-manager.org/download/sources/virt-manager/
-      SOURCE_VFY=sha1:cdc8e65c84164c28ac5027c3bba46a3cd7531e96
-        WEB_SITE="http://virt-manager.org"
-         ENTERED=20100419
-         UPDATED=20100419
-           SHORT="Virtual Machine Manager"
-cat <<EOF
-Manage your virtual machines
-EOF
diff --git a/zbeta/virtinst/BUILD b/zbeta/virtinst/BUILD
deleted file mode 100644
index 8c43477..0000000
--- a/zbeta/virtinst/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
-    python setup.py build &&
-    prepare_install &&
-    python setup.py install
-    
-) > $C_FIFO 2>&1
diff --git a/zbeta/virtinst/DEPENDS b/zbeta/virtinst/DEPENDS
deleted file mode 100644
index ad7623b..0000000
--- a/zbeta/virtinst/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends urlgrabber
diff --git a/zbeta/virtinst/DETAILS b/zbeta/virtinst/DETAILS
deleted file mode 100644
index 469ce34..0000000
--- a/zbeta/virtinst/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
-          MODULE=virtinst
-         VERSION=0.500.3
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://virt-manager.org/download/sources/$MODULE
-      SOURCE_VFY=sha1:7a9a7de082ec06195752038021d34148785b056c
-        WEB_SITE="http://virt-manager.org"
-         ENTERED=20100419
-         UPDATED=20100419
-           SHORT="Virtual Machine Manager installer"
-cat <<EOF
-Manage your virtual machines
-EOF
diff --git a/zdeprecated/kqemu/BUILD b/zdeprecated/kqemu/BUILD
new file mode 100644
index 0000000..fb0f8ae
--- /dev/null
+++ b/zdeprecated/kqemu/BUILD
@@ -0,0 +1,6 @@
+(
+
+  default_build &&
+  gather_docs LICENSE kqemu-doc.html
+  
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/kqemu/DEPENDS b/zdeprecated/kqemu/DEPENDS
new file mode 100644
index 0000000..6a8c0d4
--- /dev/null
+++ b/zdeprecated/kqemu/DEPENDS
@@ -0,0 +1 @@
+depends qemu
diff --git a/zdeprecated/kqemu/DETAILS b/zdeprecated/kqemu/DETAILS
new file mode 100644
index 0000000..84dd4a2
--- /dev/null
+++ b/zdeprecated/kqemu/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=kqemu
+         VERSION=1.4.0pre1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.nongnu.org/qemu/
+      SOURCE_VFY=sha1:398f440829863f16c2d63065af1026d8eaa257c4
+        WEB_SITE=http://www.nongnu.org/qemu/about.html
+         ENTERED=20060322
+         UPDATED=20090309
+           PSAFE=no
+           SHORT="increases the speed of QEMU when a PC is emulated on a PC"
+cat << EOF
+The QEMU Accelerator Module increases the speed of QEMU when a PC is emulated
+on a PC. It runs most of the target application code directly on the host
+processor to achieve near native performance. It is very useful when you want
+to run another Operating System (for example Windows) on a Linux desktop.
+EOF
diff --git a/zdeprecated/kqemu/POST_INSTALL b/zdeprecated/kqemu/POST_INSTALL
new file mode 100644
index 0000000..941ffb1
--- /dev/null
+++ b/zdeprecated/kqemu/POST_INSTALL
@@ -0,0 +1,4 @@
+message "${CYAN}Don't forget to do 'modprobe kqemu' before you"
+message "next invoke qemu. You may also need to setup tmpfs on"
+message "/dev/shm. with something like:"
+message "mount -t tmpfs -o size=144m none /dev/shm${DEFAULT_COLOR}"
diff --git a/zdeprecated/kvm/BUILD b/zdeprecated/kvm/BUILD
new file mode 100644
index 0000000..08c85c3
--- /dev/null
+++ b/zdeprecated/kvm/BUILD
@@ -0,0 +1,17 @@
+(
+
+  echo 'KERNEL=="kvm", NAME="%k", GROUP="kvm"' > 90-kvm.rules  &&
+
+  if module_installed qemu; then
+   OPTS="$OPTS --qemu-cc=${GCC3_PREFIX:-/opt/lunar/gcc3}/bin/gcc"
+  fi  &&
+
+  add_priv_group kvm  &&
+  ./configure --prefix=/usr  \
+              $OPTS         &&
+
+  default_make  &&
+
+  install -m0644 90-kvm.rules /etc/udev/rules.d/
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/kvm/CONFLICTS b/zdeprecated/kvm/CONFLICTS
new file mode 100644
index 0000000..1fa5ce5
--- /dev/null
+++ b/zdeprecated/kvm/CONFLICTS
@@ -0,0 +1 @@
+conflicts  qemu
diff --git a/zdeprecated/kvm/DEPENDS b/zdeprecated/kvm/DEPENDS
new file mode 100644
index 0000000..7158917
--- /dev/null
+++ b/zdeprecated/kvm/DEPENDS
@@ -0,0 +1,4 @@
+depends  autoconf
+
+optional_depends  SDL  ""  "--disable-sdl --disable-gfx-check"  \
+                  "for gui qemu support"
diff --git a/zdeprecated/kvm/DETAILS b/zdeprecated/kvm/DETAILS
new file mode 100644
index 0000000..9817dda
--- /dev/null
+++ b/zdeprecated/kvm/DETAILS
@@ -0,0 +1,30 @@
+          MODULE=kvm
+         VERSION=86
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:7d5a5115ef7919419642a673fb746c803996e489
+        WEB_SITE=http://kvm.qumranet.com/kvmwiki
+         ENTERED=20070406
+         UPDATED=20090525
+           SHORT="Native x86 Virtualization host using vt extensions"
+
+cat << EOF
+KVM (for Kernel-based Virtual Machine) is a full virtualization
+solution for Linux on x86 hardware containing virtualization
+extensions (Intel VT or AMD-V). It consists of a loadable kernel
+module, kvm.ko, that provides the core virtualization infrastructure
+and a processor specific module, kvm-intel.ko or kvm-amd.ko. KVM
+also requires a modified QEMU although work is underway to get the
+required changes upstream.
+
+Using KVM, one can run multiple virtual machines running unmodified
+Linux or Windows images. Each virtual machine has private virtualized
+hardware: a network card, disk, graphics adapter, etc.
+
+How can I tell if I have Intel VT or AMD-V?  With a recent enough Linux
+kernel, run the command: egrep '^flags.*(vmx|svm)' /proc/cpuinfo
+If it produces output, you can use KVM.
+
+KVM will run at the same (slower) speed as qemu if your processor does not
+support vmx/svm
+EOF
diff --git a/zdeprecated/xmms-ruby/BUILD b/zdeprecated/xmms-ruby/BUILD
new file mode 100644
index 0000000..0aa1161
--- /dev/null
+++ b/zdeprecated/xmms-ruby/BUILD
@@ -0,0 +1,6 @@
+(
+
+  ruby ./extconf.rb &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/xmms-ruby/DEPENDS b/zdeprecated/xmms-ruby/DEPENDS
new file mode 100644
index 0000000..866eee3
--- /dev/null
+++ b/zdeprecated/xmms-ruby/DEPENDS
@@ -0,0 +1 @@
+depends ruby
diff --git a/zdeprecated/xmms-ruby/DETAILS b/zdeprecated/xmms-ruby/DETAILS
new file mode 100644
index 0000000..608ff0b
--- /dev/null
+++ b/zdeprecated/xmms-ruby/DETAILS
@@ -0,0 +1,12 @@
+          MODULE=xmms-ruby
+         VERSION=0.1.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.pablotron.org/download/
+      SOURCE_VFY=sha1:a5c2afccab054d5a59ecd476192dff3e8aed488a
+        WEB_SITE=http://www.pablotron.org/software/xmms-ruby/
+         ENTERED=20041221
+         UPDATED=20041221
+           SHORT="XMMS bindings for Ruby."
+cat << EOF
+XMMS bindings for Ruby.
+EOF


More information about the Lunar-commits mailing list