Date: Thu, 11 May 2023 08:00:24 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 12731a6f7add - main - emulators/pcemu: convert two files encoded as ISO-8859 to UTF-8 Message-ID: <202305110800.34B80OIf026114@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=12731a6f7adde56f8e56d8f3af3f586419cd713d commit 12731a6f7adde56f8e56d8f3af3f586419cd713d Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-05-11 07:59:50 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-05-11 07:59:50 +0000 emulators/pcemu: convert two files encoded as ISO-8859 to UTF-8 Trim needless header and footer (trailing linefeeds) while here and fix some minor typos/grammar in the English text. --- emulators/pcemu/files/README.FreeBSD | 24 ++++++++---------------- emulators/pcemu/scripts/configure | 2 +- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/emulators/pcemu/files/README.FreeBSD b/emulators/pcemu/files/README.FreeBSD index 0b3f5cb449d3..25044e1d20ce 100644 --- a/emulators/pcemu/files/README.FreeBSD +++ b/emulators/pcemu/files/README.FreeBSD @@ -1,7 +1,3 @@ -This is an excerpt of what you can see with the standalone "system". - -- Jörg - - 1. This looks like PC, but where is DOS? How to get pcemu really running Pcemu is an emulator that emulates an 8086 CPU as well as a bunch of @@ -102,7 +98,7 @@ need them. It's not wise to make the whole BSD hierarchy available since DOS does not provide multiuser protection. Should you wish to override some of the emulator defaults like -size and location of the bootfile, you can do this by settig up a +size and location of the bootfile, you can do this by setting up a $HOME/.pcemurc file. Refer to sections 2. and 3. below. @@ -110,14 +106,14 @@ $HOME/.pcemurc file. Refer to sections 2. and 3. below. 2. Information about this FreeBSD port -This `port' of pcemu to FreeBSD has been prepared by Jörg Wunsch. It +This `port' of pcemu to FreeBSD has been prepared by Jörg Wunsch. It is a modified version of David's code, a few problems have been fixed for the BSD compilation environment, the location of the default boot file has been moved in order to get you started with just what you are reading now. Unfortunately David is no longer developing pcemu, so during the past years, a number of improvements have been added to the FreeBSD port. Thanks to Arne Henrik Juul <arnej@math.ntnu.no> who -submitted a large patchset, among them fixes to make harddisk access +submitted a large patchset, among them fixes to make hard disk access work. The PostScript document David is mentioning under 3. below has @@ -128,20 +124,20 @@ been compressed and stored under It is huge however, so if you don't care much for it you might wish to remove it later. -Since i'm living in Germany with a German keyboard, i found the +Since I'm living in Germany with a German keyboard, I found the original X11 KeySym to PC scancode translation unacceptable. Several -scancodes have been unreachable for me. Hence i decided to add another +scancodes have been unreachable for me. Hence I decided to add another section to the .pcemurc file allowing to instruct pcemu of specific keyboard layout semantics. They consist of the keyword keymap, followed by the desired PC scancode, an equal sign, and the character that is generated for this key under X11 without any shift keys. (Note that no space is allowed on either side of the equal sign.) This way -i won't get a German key mapping under DOS, but at least a valid keyboard +I won't get a German key mapping under DOS, but at least a valid keyboard layout where all the scan codes can actually be generated at all. The appropriate section of my .pcemurc file looks like: -keymap 12=ß +keymap 12=ß keymap 13=' keymap 21=z keymap 26=] @@ -155,7 +151,7 @@ keymap 53=- keymap 86=< Another recent addition to the .pcemurc file was the option to add -floppy and hard disk defintions dynamically. (Previously, everything +floppy and hard disk definitions dynamically. (Previously, everything needed to be compiled into the emulator.) The syntax of those entries is: @@ -174,7 +170,3 @@ letting DOS tools access your hard disks... Should you wish to contact me regarding this FreeBSD port, you can reach me as joerg_wunsch@uriah.heep.sax.de. - - - - diff --git a/emulators/pcemu/scripts/configure b/emulators/pcemu/scripts/configure index 75edb9c86fc0..552da9e471b7 100644 --- a/emulators/pcemu/scripts/configure +++ b/emulators/pcemu/scripts/configure @@ -1,6 +1,6 @@ #!/bin/sh -# Author: Jörg Wunsch <joerg@FreeBSD.org> +# Author: Jörg Wunsch <joerg@FreeBSD.org> # Date of creation: Mar 27, 1995 #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305110800.34B80OIf026114>