From d038a73ebd432fae3ce355b84443038f88cb7199 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:52:58 +0000 Subject: Move pkg/ files into package's toplevel directory --- emulators/bochs/DESCR | 10 ++++++++++ emulators/bochs/MESSAGE | 18 ++++++++++++++++++ emulators/bochs/PLIST | 40 ++++++++++++++++++++++++++++++++++++++++ emulators/bochs/pkg/DESCR | 10 ---------- emulators/bochs/pkg/MESSAGE | 18 ------------------ emulators/bochs/pkg/PLIST | 40 ---------------------------------------- 6 files changed, 68 insertions(+), 68 deletions(-) create mode 100644 emulators/bochs/DESCR create mode 100644 emulators/bochs/MESSAGE create mode 100644 emulators/bochs/PLIST delete mode 100644 emulators/bochs/pkg/DESCR delete mode 100644 emulators/bochs/pkg/MESSAGE delete mode 100644 emulators/bochs/pkg/PLIST (limited to 'emulators/bochs') diff --git a/emulators/bochs/DESCR b/emulators/bochs/DESCR new file mode 100644 index 00000000000..4671d303037 --- /dev/null +++ b/emulators/bochs/DESCR @@ -0,0 +1,10 @@ +(Quoted from http://www.bochs.com/) + +The program bochs is a highly portable open source x86 PC emulator +written in C++, and runs on most popular platforms. It includes +emulation of the Intel x86 CPU, common IO devices, and a custom BIOS. +Currently, bochs can be compiled to emulate a 386, 486 or Pentium CPU. +Bochs is capable of running most Operating Systems inside the emulation +including Linux, Windows'95, DOS, and recently Windows NT 4. + +Source code for bochs is available by anonymous FTP under the LGPL. diff --git a/emulators/bochs/MESSAGE b/emulators/bochs/MESSAGE new file mode 100644 index 00000000000..f9f8c4b1d39 --- /dev/null +++ b/emulators/bochs/MESSAGE @@ -0,0 +1,18 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1 2001/10/31 23:52:15 zuntum Exp $ + +You need to copy the ${BOCHS_MAINDIR}/bochsrc file to your home +directory and name it .bochsrc. Then edit it to your tastes +defining the hard drives and floppies as needed. You also need +to ${BOCHS_FONTDIR} to your X font path and to enable it +before running bochs, e.g. + + $ xset fp+ ${BOCHS_FONTDIR} + $ xset fp rehash + +Documentation is available on the website, and a copy of that +website is in ${BOCHS_DOCDIR}. The file install.html +will assist you in creating a HD "file". (A raw disk partition can +be used as well.) + +====================================================================== diff --git a/emulators/bochs/PLIST b/emulators/bochs/PLIST new file mode 100644 index 00000000000..e4d60f1d466 --- /dev/null +++ b/emulators/bochs/PLIST @@ -0,0 +1,40 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:52:15 zuntum Exp $ +bin/bochs +share/doc/html/bochs/00README +share/doc/html/bochs/3rdparty.license.html +share/doc/html/bochs/Linux.html +share/doc/html/bochs/Minix.html +share/doc/html/bochs/OldWindows95.html +share/doc/html/bochs/Windows95.html +share/doc/html/bochs/changelog.html +share/doc/html/bochs/codingguidelines.html +share/doc/html/bochs/configure.html +share/doc/html/bochs/construction.html +share/doc/html/bochs/cosimulation.html +share/doc/html/bochs/cvs-status.html +share/doc/html/bochs/debugger.html +share/doc/html/bochs/developers.html +share/doc/html/bochs/faq.html +share/doc/html/bochs/features.html +share/doc/html/bochs/fpu.html +share/doc/html/bochs/guestNT.html +share/doc/html/bochs/index.html +share/doc/html/bochs/install.html +share/doc/html/bochs/instrumentation.html +share/doc/html/bochs/mtools.html +share/doc/html/bochs/sound.html +share/doc/html/bochs/undercon.gif +share/doc/html/bochs/whatisbochs.html +share/doc/html/bochs/win32.html +share/bochs/bios/BIOS-bochs-990925a +share/bochs/bios/VGABIOS-elpin-2.40 +share/bochs/bios/VGABIOS-elpin-LICENSE +share/bochs/xfonts/fonts.dir +share/bochs/xfonts/hercules.bdf +share/bochs/xfonts/vga.bdf +share/bochs/xfonts/vga.pcf +share/bochs/bochsrc +@dirrm share/doc/html/bochs +@dirrm share/bochs/bios +@dirrm share/bochs/xfonts +@dirrm share/bochs diff --git a/emulators/bochs/pkg/DESCR b/emulators/bochs/pkg/DESCR deleted file mode 100644 index 4671d303037..00000000000 --- a/emulators/bochs/pkg/DESCR +++ /dev/null @@ -1,10 +0,0 @@ -(Quoted from http://www.bochs.com/) - -The program bochs is a highly portable open source x86 PC emulator -written in C++, and runs on most popular platforms. It includes -emulation of the Intel x86 CPU, common IO devices, and a custom BIOS. -Currently, bochs can be compiled to emulate a 386, 486 or Pentium CPU. -Bochs is capable of running most Operating Systems inside the emulation -including Linux, Windows'95, DOS, and recently Windows NT 4. - -Source code for bochs is available by anonymous FTP under the LGPL. diff --git a/emulators/bochs/pkg/MESSAGE b/emulators/bochs/pkg/MESSAGE deleted file mode 100644 index 2d0263e054d..00000000000 --- a/emulators/bochs/pkg/MESSAGE +++ /dev/null @@ -1,18 +0,0 @@ -====================================================================== -$NetBSD: MESSAGE,v 1.4 2001/01/29 11:34:25 wiz Exp $ - -You need to copy the ${BOCHS_MAINDIR}/bochsrc file to your home -directory and name it .bochsrc. Then edit it to your tastes -defining the hard drives and floppies as needed. You also need -to ${BOCHS_FONTDIR} to your X font path and to enable it -before running bochs, e.g. - - $ xset fp+ ${BOCHS_FONTDIR} - $ xset fp rehash - -Documentation is available on the website, and a copy of that -website is in ${BOCHS_DOCDIR}. The file install.html -will assist you in creating a HD "file". (A raw disk partition can -be used as well.) - -====================================================================== diff --git a/emulators/bochs/pkg/PLIST b/emulators/bochs/pkg/PLIST deleted file mode 100644 index 1e91c9d6a44..00000000000 --- a/emulators/bochs/pkg/PLIST +++ /dev/null @@ -1,40 +0,0 @@ -@comment $NetBSD: PLIST,v 1.7 2001/05/25 23:01:33 kei Exp $ -bin/bochs -share/doc/html/bochs/00README -share/doc/html/bochs/3rdparty.license.html -share/doc/html/bochs/Linux.html -share/doc/html/bochs/Minix.html -share/doc/html/bochs/OldWindows95.html -share/doc/html/bochs/Windows95.html -share/doc/html/bochs/changelog.html -share/doc/html/bochs/codingguidelines.html -share/doc/html/bochs/configure.html -share/doc/html/bochs/construction.html -share/doc/html/bochs/cosimulation.html -share/doc/html/bochs/cvs-status.html -share/doc/html/bochs/debugger.html -share/doc/html/bochs/developers.html -share/doc/html/bochs/faq.html -share/doc/html/bochs/features.html -share/doc/html/bochs/fpu.html -share/doc/html/bochs/guestNT.html -share/doc/html/bochs/index.html -share/doc/html/bochs/install.html -share/doc/html/bochs/instrumentation.html -share/doc/html/bochs/mtools.html -share/doc/html/bochs/sound.html -share/doc/html/bochs/undercon.gif -share/doc/html/bochs/whatisbochs.html -share/doc/html/bochs/win32.html -share/bochs/bios/BIOS-bochs-990925a -share/bochs/bios/VGABIOS-elpin-2.40 -share/bochs/bios/VGABIOS-elpin-LICENSE -share/bochs/xfonts/fonts.dir -share/bochs/xfonts/hercules.bdf -share/bochs/xfonts/vga.bdf -share/bochs/xfonts/vga.pcf -share/bochs/bochsrc -@dirrm share/doc/html/bochs -@dirrm share/bochs/bios -@dirrm share/bochs/xfonts -@dirrm share/bochs -- cgit v1.2.3