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/xbeeb/DESCR | 6 ++++++ emulators/xbeeb/MESSAGE | 40 ++++++++++++++++++++++++++++++++++++++++ emulators/xbeeb/PLIST | 33 +++++++++++++++++++++++++++++++++ emulators/xbeeb/pkg/DESCR | 6 ------ emulators/xbeeb/pkg/MESSAGE | 40 ---------------------------------------- emulators/xbeeb/pkg/PLIST | 33 --------------------------------- 6 files changed, 79 insertions(+), 79 deletions(-) create mode 100644 emulators/xbeeb/DESCR create mode 100644 emulators/xbeeb/MESSAGE create mode 100644 emulators/xbeeb/PLIST delete mode 100644 emulators/xbeeb/pkg/DESCR delete mode 100644 emulators/xbeeb/pkg/MESSAGE delete mode 100644 emulators/xbeeb/pkg/PLIST (limited to 'emulators/xbeeb') diff --git a/emulators/xbeeb/DESCR b/emulators/xbeeb/DESCR new file mode 100644 index 00000000000..1f8a58c8d70 --- /dev/null +++ b/emulators/xbeeb/DESCR @@ -0,0 +1,6 @@ +Xbeeb is an Acorn BBC Micro emulator with an X based interface. + +The emulation is good enough to run many games. Xbeeb includes a filesystem +interface for native filesystem access. + +To run the emulator you must have ROM images from the original machines. diff --git a/emulators/xbeeb/MESSAGE b/emulators/xbeeb/MESSAGE new file mode 100644 index 00000000000..d4eadb426ea --- /dev/null +++ b/emulators/xbeeb/MESSAGE @@ -0,0 +1,40 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1 2001/10/31 23:54:20 zuntum Exp $ + +You must copy the BBC "BASIC2" ROM image to + + ${PREFIX}/${XBEEBROOT}/roms/BASIC2.rom + +and the BBC "OS1.2" ROM image to + + ${PREFIX}/${XBEEBROOT}/roms/OS1.2.rom + +You also need to ensure that your X session can access the fonts +needed. This can be done with: + + $ xset fp+ ${PREFIX}/lib/X11/fonts/xbeeb + +To make the effect permanent for future X sessions, you can do this by +editing certain files in your X installation. + +For example if you are only using the "startx" command to start a local +X session then you would add the above command to your ~/.xinitrc +script. + +If you're running a local X server from xdm then you would need to set +the complete set of font directories in the xdm/Xservers file with the +'-fp' option common to all X servers. + +If you are using the X font server (xfs) then you would add the +intlfonts install directory to the xfs/config file in the comma +separated list of directories given for the "catalogue" setting. +For example: + + catalogue = ${PREFIX}/lib/X11/fonts/misc/, + ${PREFIX}/lib/X11/fonts/Speedo/, + ${PREFIX}/lib/X11/fonts/Type1/, + ${PREFIX}/lib/X11/fonts/100dpi/, + ${PREFIX}/lib/X11/fonts/75dpi/, + ${PREFIX}/lib/X11/fonts/xbeeb/ + +====================================================================== diff --git a/emulators/xbeeb/PLIST b/emulators/xbeeb/PLIST new file mode 100644 index 00000000000..a486087dd3b --- /dev/null +++ b/emulators/xbeeb/PLIST @@ -0,0 +1,33 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:54:20 zuntum Exp $ +bin/xbeeb +lib/X11/fonts/xbeeb/ttext-grc-ldh.pcf +lib/X11/fonts/xbeeb/ttext-std-udh.pcf +lib/X11/fonts/xbeeb/ttext-std-ldh.pcf +lib/X11/fonts/xbeeb/ttext-grs.pcf +lib/X11/fonts/xbeeb/ttext-grs-udh.pcf +lib/X11/fonts/xbeeb/ttext-grs-ldh.pcf +lib/X11/fonts/xbeeb/ttext-grc.pcf +lib/X11/fonts/xbeeb/ttext-grc-udh.pcf +lib/X11/fonts/xbeeb/ttext-std.pcf +lib/X11/fonts/xbeeb/fonts.dir +man/man1/xbeeb.1 +${XBEEBROOT}/roms/xdfs0.70.rom +${XBEEBROOT}/docs/64doc +${XBEEBROOT}/docs/Configuration +${XBEEBROOT}/docs/DataXfer +${XBEEBROOT}/docs/DiskEmulation +${XBEEBROOT}/docs/Help +${XBEEBROOT}/docs/Installation +${XBEEBROOT}/docs/Keyboard +${XBEEBROOT}/docs/KnownBugs +${XBEEBROOT}/docs/MailingLists +${XBEEBROOT}/docs/Options +${XBEEBROOT}/docs/RomPatches +${XBEEBROOT}/docs/SnapshotFormat +${XBEEBROOT}/docs/Thanks +${XBEEBROOT}/docs/WWWSites +${XBEEBROOT}/docs/WorkingSoftware +@dirrm lib/X11/fonts/xbeeb +@dirrm ${XBEEBROOT}/docs +@dirrm ${XBEEBROOT}/roms +@dirrm ${XBEEBROOT} diff --git a/emulators/xbeeb/pkg/DESCR b/emulators/xbeeb/pkg/DESCR deleted file mode 100644 index 1f8a58c8d70..00000000000 --- a/emulators/xbeeb/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Xbeeb is an Acorn BBC Micro emulator with an X based interface. - -The emulation is good enough to run many games. Xbeeb includes a filesystem -interface for native filesystem access. - -To run the emulator you must have ROM images from the original machines. diff --git a/emulators/xbeeb/pkg/MESSAGE b/emulators/xbeeb/pkg/MESSAGE deleted file mode 100644 index f82f2f36ee4..00000000000 --- a/emulators/xbeeb/pkg/MESSAGE +++ /dev/null @@ -1,40 +0,0 @@ -====================================================================== -$NetBSD: MESSAGE,v 1.3 2001/01/29 11:34:26 wiz Exp $ - -You must copy the BBC "BASIC2" ROM image to - - ${PREFIX}/${XBEEBROOT}/roms/BASIC2.rom - -and the BBC "OS1.2" ROM image to - - ${PREFIX}/${XBEEBROOT}/roms/OS1.2.rom - -You also need to ensure that your X session can access the fonts -needed. This can be done with: - - $ xset fp+ ${PREFIX}/lib/X11/fonts/xbeeb - -To make the effect permanent for future X sessions, you can do this by -editing certain files in your X installation. - -For example if you are only using the "startx" command to start a local -X session then you would add the above command to your ~/.xinitrc -script. - -If you're running a local X server from xdm then you would need to set -the complete set of font directories in the xdm/Xservers file with the -'-fp' option common to all X servers. - -If you are using the X font server (xfs) then you would add the -intlfonts install directory to the xfs/config file in the comma -separated list of directories given for the "catalogue" setting. -For example: - - catalogue = ${PREFIX}/lib/X11/fonts/misc/, - ${PREFIX}/lib/X11/fonts/Speedo/, - ${PREFIX}/lib/X11/fonts/Type1/, - ${PREFIX}/lib/X11/fonts/100dpi/, - ${PREFIX}/lib/X11/fonts/75dpi/, - ${PREFIX}/lib/X11/fonts/xbeeb/ - -====================================================================== diff --git a/emulators/xbeeb/pkg/PLIST b/emulators/xbeeb/pkg/PLIST deleted file mode 100644 index dea7f8a321e..00000000000 --- a/emulators/xbeeb/pkg/PLIST +++ /dev/null @@ -1,33 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2001/04/28 01:00:54 jtb Exp $ -bin/xbeeb -lib/X11/fonts/xbeeb/ttext-grc-ldh.pcf -lib/X11/fonts/xbeeb/ttext-std-udh.pcf -lib/X11/fonts/xbeeb/ttext-std-ldh.pcf -lib/X11/fonts/xbeeb/ttext-grs.pcf -lib/X11/fonts/xbeeb/ttext-grs-udh.pcf -lib/X11/fonts/xbeeb/ttext-grs-ldh.pcf -lib/X11/fonts/xbeeb/ttext-grc.pcf -lib/X11/fonts/xbeeb/ttext-grc-udh.pcf -lib/X11/fonts/xbeeb/ttext-std.pcf -lib/X11/fonts/xbeeb/fonts.dir -man/man1/xbeeb.1 -${XBEEBROOT}/roms/xdfs0.70.rom -${XBEEBROOT}/docs/64doc -${XBEEBROOT}/docs/Configuration -${XBEEBROOT}/docs/DataXfer -${XBEEBROOT}/docs/DiskEmulation -${XBEEBROOT}/docs/Help -${XBEEBROOT}/docs/Installation -${XBEEBROOT}/docs/Keyboard -${XBEEBROOT}/docs/KnownBugs -${XBEEBROOT}/docs/MailingLists -${XBEEBROOT}/docs/Options -${XBEEBROOT}/docs/RomPatches -${XBEEBROOT}/docs/SnapshotFormat -${XBEEBROOT}/docs/Thanks -${XBEEBROOT}/docs/WWWSites -${XBEEBROOT}/docs/WorkingSoftware -@dirrm lib/X11/fonts/xbeeb -@dirrm ${XBEEBROOT}/docs -@dirrm ${XBEEBROOT}/roms -@dirrm ${XBEEBROOT} -- cgit v1.2.3