The FreeBSD Ports Archive
FreeBSD emulators : cpmemu4>
Cpm emulator
A CPM emulator.
Type 'UNIX' at the CCP prompt to leave the emulator.
(Or ctrl-@, followed by 'q' any time the keyboard is polled)
WARNING! This software runs only on 386 compatible processors
and systems which allow nonaligned word/dword memory access.
|
cpmemu history
v. 1.20
date: 2003/02/20 17:21:48; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.19
date: 2002/12/03 04:42:17; author: kris; state: Exp; lines: +3 -1
ONLY_FOR_ARCHS=i386
v. 1.18
date: 2000/05/14 05:40:46; author: billf; state: Exp; lines: +2 -3
ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.
v. 1.17
date: 2000/04/12 04:55:17; author: mharo; state: Exp; lines: +4 -4
PORTNAME/VERSION stuff
v. 1.16
date: 1999/11/26 17:50:41; author: steve; state: Exp; lines: +11 -13
* Updated version to 0.2.1.1
* Added MetaLab(sunsite) mirror to MASTER_SITES
* Fixed some files to respect CFLAGS properly
PR: 14903
Submitted by: KATO Tsuguru
v. 1.15
date: 1999/11/14 03:07:58; author: steve; state: Exp; lines: +1 -1
Correction the last commit should have said.
PR: 14831
Submitted by: Chris D. Faulhaber
v. 1.14
date: 1999/11/14 03:05:04; author: steve; state: Exp; lines: +2 -2
New location on MASTER_SITE.
PR: 14823
Submitted by: KIRIYAMA Kazuhiko
v. 1.13
date: 1999/08/28 16:50:28; author: cpiazza; state: Exp; lines: +14 -7
Unbreak this port by upgrading to 0.2.1
PR: 13416
Submitted by: Ade Lovett
v. 1.12
date: 1999/08/25 05:49:11; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.11
date: 1998/10/13 03:37:48; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
gcc -s -o cpm single.o z80emu.o em.o io.o bios.o commands.o running.o main.o disneu.o disz80.o low.o
single.o(.text+0x9): undefined reference to `_z80regs'
single.o(.text+0xe): undefined reference to `_z80mem'
single.o(.text+0x15): undefined reference to `_z80regs'
single.o(.text+0x1c): undefined reference to `_z80regs'
single.o(.text+0x23): undefined reference to `_z80regs'
single.o(.text+0x2a): undefined reference to `_z80regs'
single.o(.text+0x3f): undefined reference to `_z80regs'
single.o(.text+0x46): more undefined references to `_z80regs' follow
single.o(.text+0x18f2): undefined reference to `_hardware_access'
single.o(.text+0x1948): undefined reference to `_z80regs'
single.o(.text+0x195a): undefined reference to `_z80regs'
v. 1.10
date: 1998/08/10 12:06:46; author: steve; state: Exp; lines: +3 -6
Find the distfile again.
PR: 7542
Submitted by: Daniel O'Connor
v. 1.9
date: 1998/07/27 00:01:04; author: steve; state: Exp; lines: +3 -1
Can no longer fetch version 0.2. Version 0.2.1 is available but
has a few too many Linux'isms to fix easily.
Prodded by: Bill Fenner's distfile checker
v. 1.8
date: 1998/02/01 23:23:51; author: fenner; state: Exp; lines: +4 -3
Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsite
explicitly; the /pub/Linux/distributions directory isn't mirrored.
Submitted by: distfile checker
v. 1.7
date: 1998/01/08 18:52:04; author: fenner; state: Exp; lines: +2 -2
Eliminate double slashes in URL's by:
- Removing trailing slashes from MASTER_SITE_SUBDIR
- Removing doubled slashes in URL
- Adding %2F at start of absolute pathnames (see RFC1738)
v. 1.6
date: 1996/11/18 10:35:22; author: asami; state: Exp; lines: +3 -3
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.5
date: 1996/11/12 02:16:40; author: obrien; state: Exp; lines: +4 -1
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.4
date: 1995/11/22 11:47:57; author: asami; state: Exp; lines: +1 -1
Change category name from "emulation" to "emulators". This was the
most confusing of all!
v. 1.3
date: 1995/07/01 09:00:36; author: asami; state: Exp; lines: +2 -1
Add sunsite to list of master sites.
v. 1.2
date: 1995/07/01 08:04:14; author: asami; state: Exp; lines: +1 -1
Change name of executable and package to cpmemu, to avoid confusion
with the existing CP/M floppy read/write utility.
v. 1.1
date: 1995/07/01 07:55:27; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/07/01 07:55:27; author: asami; state: Exp; lines: +0 -0
The CP/M emulator is the first resident of the new "emulators" category.
Submitted by: "Janusz Kokot"
=============================================================================
v. 1.20
date: 2003/02/20 17:21:48; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.19
date: 2002/12/03 04:42:17; author: kris; state: Exp; lines: +3 -1
ONLY_FOR_ARCHS=i386
v. 1.18
date: 2000/05/14 05:40:46; author: billf; state: Exp; lines: +2 -3
ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.
v. 1.17
date: 2000/04/12 04:55:17; author: mharo; state: Exp; lines: +4 -4
PORTNAME/VERSION stuff
v. 1.16
date: 1999/11/26 17:50:41; author: steve; state: Exp; lines: +11 -13
* Updated version to 0.2.1.1
* Added MetaLab(sunsite) mirror to MASTER_SITES
* Fixed some files to respect CFLAGS properly
PR: 14903
Submitted by: KATO Tsuguru
v. 1.15
date: 1999/11/14 03:07:58; author: steve; state: Exp; lines: +1 -1
Correction the last commit should have said.
PR: 14831
Submitted by: Chris D. Faulhaber
v. 1.14
date: 1999/11/14 03:05:04; author: steve; state: Exp; lines: +2 -2
New location on MASTER_SITE.
PR: 14823
Submitted by: KIRIYAMA Kazuhiko
v. 1.13
date: 1999/08/28 16:50:28; author: cpiazza; state: Exp; lines: +14 -7
Unbreak this port by upgrading to 0.2.1
PR: 13416
Submitted by: Ade Lovett
v. 1.12
date: 1999/08/25 05:49:11; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.11
date: 1998/10/13 03:37:48; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
gcc -s -o cpm single.o z80emu.o em.o io.o bios.o commands.o running.o main.o disneu.o disz80.o low.o
single.o(.text+0x9): undefined reference to `_z80regs'
single.o(.text+0xe): undefined reference to `_z80mem'
single.o(.text+0x15): undefined reference to `_z80regs'
single.o(.text+0x1c): undefined reference to `_z80regs'
single.o(.text+0x23): undefined reference to `_z80regs'
single.o(.text+0x2a): undefined reference to `_z80regs'
single.o(.text+0x3f): undefined reference to `_z80regs'
single.o(.text+0x46): more undefined references to `_z80regs' follow
single.o(.text+0x18f2): undefined reference to `_hardware_access'
single.o(.text+0x1948): undefined reference to `_z80regs'
single.o(.text+0x195a): undefined reference to `_z80regs'
v. 1.10
date: 1998/08/10 12:06:46; author: steve; state: Exp; lines: +3 -6
Find the distfile again.
PR: 7542
Submitted by: Daniel O'Connor
v. 1.9
date: 1998/07/27 00:01:04; author: steve; state: Exp; lines: +3 -1
Can no longer fetch version 0.2. Version 0.2.1 is available but
has a few too many Linux'isms to fix easily.
Prodded by: Bill Fenner's distfile checker
v. 1.8
date: 1998/02/01 23:23:51; author: fenner; state: Exp; lines: +4 -3
Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsite
explicitly; the /pub/Linux/distributions directory isn't mirrored.
Submitted by: distfile checker
v. 1.7
date: 1998/01/08 18:52:04; author: fenner; state: Exp; lines: +2 -2
Eliminate double slashes in URL's by:
- Removing trailing slashes from MASTER_SITE_SUBDIR
- Removing doubled slashes in URL
- Adding %2F at start of absolute pathnames (see RFC1738)
v. 1.6
date: 1996/11/18 10:35:22; author: asami; state: Exp; lines: +3 -3
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.5
date: 1996/11/12 02:16:40; author: obrien; state: Exp; lines: +4 -1
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.4
date: 1995/11/22 11:47:57; author: asami; state: Exp; lines: +1 -1
Change category name from "emulation" to "emulators". This was the
most confusing of all!
v. 1.3
date: 1995/07/01 09:00:36; author: asami; state: Exp; lines: +2 -1
Add sunsite to list of master sites.
v. 1.2
date: 1995/07/01 08:04:14; author: asami; state: Exp; lines: +1 -1
Change name of executable and package to cpmemu, to avoid confusion
with the existing CP/M floppy read/write utility.
v. 1.1
date: 1995/07/01 07:55:27; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/07/01 07:55:27; author: asami; state: Exp; lines: +0 -0
The CP/M emulator is the first resident of the new "emulators" category.
Submitted by: "Janusz Kokot"
=============================================================================
v. 1.20
date: 2003/02/20 17:21:48; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.19
date: 2002/12/03 04:42:17; author: kris; state: Exp; lines: +3 -1
ONLY_FOR_ARCHS=i386
v. 1.18
date: 2000/05/14 05:40:46; author: billf; state: Exp; lines: +2 -3
ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.
v. 1.17
date: 2000/04/12 04:55:17; author: mharo; state: Exp; lines: +4 -4
PORTNAME/VERSION stuff
v. 1.16
date: 1999/11/26 17:50:41; author: steve; state: Exp; lines: +11 -13
* Updated version to 0.2.1.1
* Added MetaLab(sunsite) mirror to MASTER_SITES
* Fixed some files to respect CFLAGS properly
PR: 14903
Submitted by: KATO Tsuguru
v. 1.15
date: 1999/11/14 03:07:58; author: steve; state: Exp; lines: +1 -1
Correction the last commit should have said.
PR: 14831
Submitted by: Chris D. Faulhaber
v. 1.14
date: 1999/11/14 03:05:04; author: steve; state: Exp; lines: +2 -2
New location on MASTER_SITE.
PR: 14823
Submitted by: KIRIYAMA Kazuhiko
v. 1.13
date: 1999/08/28 16:50:28; author: cpiazza; state: Exp; lines: +14 -7
Unbreak this port by upgrading to 0.2.1
PR: 13416
Submitted by: Ade Lovett
v. 1.12
date: 1999/08/25 05:49:11; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.11
date: 1998/10/13 03:37:48; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
gcc -s -o cpm single.o z80emu.o em.o io.o bios.o commands.o running.o main.o disneu.o disz80.o low.o
single.o(.text+0x9): undefined reference to `_z80regs'
single.o(.text+0xe): undefined reference to `_z80mem'
single.o(.text+0x15): undefined reference to `_z80regs'
single.o(.text+0x1c): undefined reference to `_z80regs'
single.o(.text+0x23): undefined reference to `_z80regs'
single.o(.text+0x2a): undefined reference to `_z80regs'
single.o(.text+0x3f): undefined reference to `_z80regs'
single.o(.text+0x46): more undefined references to `_z80regs' follow
single.o(.text+0x18f2): undefined reference to `_hardware_access'
single.o(.text+0x1948): undefined reference to `_z80regs'
single.o(.text+0x195a): undefined reference to `_z80regs'
v. 1.10
date: 1998/08/10 12:06:46; author: steve; state: Exp; lines: +3 -6
Find the distfile again.
PR: 7542
Submitted by: Daniel O'Connor
v. 1.9
date: 1998/07/27 00:01:04; author: steve; state: Exp; lines: +3 -1
Can no longer fetch version 0.2. Version 0.2.1 is available but
has a few too many Linux'isms to fix easily.
Prodded by: Bill Fenner's distfile checker
v. 1.8
date: 1998/02/01 23:23:51; author: fenner; state: Exp; lines: +4 -3
Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsite
explicitly; the /pub/Linux/distributions directory isn't mirrored.
Submitted by: distfile checker
v. 1.7
date: 1998/01/08 18:52:04; author: fenner; state: Exp; lines: +2 -2
Eliminate double slashes in URL's by:
- Removing trailing slashes from MASTER_SITE_SUBDIR
- Removing doubled slashes in URL
- Adding %2F at start of absolute pathnames (see RFC1738)
v. 1.6
date: 1996/11/18 10:35:22; author: asami; state: Exp; lines: +3 -3
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.5
date: 1996/11/12 02:16:40; author: obrien; state: Exp; lines: +4 -1
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.4
date: 1995/11/22 11:47:57; author: asami; state: Exp; lines: +1 -1
Change category name from "emulation" to "emulators". This was the
most confusing of all!
v. 1.3
date: 1995/07/01 09:00:36; author: asami; state: Exp; lines: +2 -1
Add sunsite to list of master sites.
v. 1.2
date: 1995/07/01 08:04:14; author: asami; state: Exp; lines: +1 -1
Change name of executable and package to cpmemu, to avoid confusion
with the existing CP/M floppy read/write utility.
v. 1.1
date: 1995/07/01 07:55:27; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/07/01 07:55:27; author: asami; state: Exp; lines: +0 -0
The CP/M emulator is the first resident of the new "emulators" category.
Submitted by: "Janusz Kokot"
=============================================================================
|
| |

|