summaryrefslogtreecommitdiff
path: root/emulators/cpmemu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Mark BROKEN for ELF:Justin M. Seger1998-10-131-1/+3
| | | | | | | | | | | | | | | | | | 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' Notes: svn path=/head/; revision=13935
* Find the distfile again.Steve Price1998-08-102-7/+4
| | | | | | | | PR: 7542 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=12421
* Can no longer fetch version 0.2. Version 0.2.1 is available butSteve Price1998-07-271-1/+3
| | | | | | | | | has a few too many Linux'isms to fix easily. Prodded by: Bill Fenner's distfile checker Notes: svn path=/head/; revision=12140
* Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsiteBill Fenner1998-02-011-3/+4
| | | | | | | | | explicitly; the /pub/Linux/distributions directory isn't mirrored. Submitted by: distfile checker Notes: svn path=/head/; revision=9562
* Eliminate double slashes in URL's by:Bill Fenner1998-01-081-2/+2
| | | | | | | | | - Removing trailing slashes from MASTER_SITE_SUBDIR - Removing doubled slashes in URL - Adding %2F at start of absolute pathnames (see RFC1738) Notes: svn path=/head/; revision=9295
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-4/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+3
| | | | Notes: svn path=/head/; revision=4572
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-1/+4
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Change category name from "emulation" to "emulators". This was theSatoshi Asami1995-11-221-1/+1
| | | | | | | most confusing of all! Notes: svn path=/head/; revision=2446
* Add sunsite to list of master sites.Satoshi Asami1995-07-011-1/+2
| | | | Notes: svn path=/head/; revision=1903
* Change name of executable and package to cpmemu, to avoid confusionSatoshi Asami1995-07-012-2/+2
| | | | | | | with the existing CP/M floppy read/write utility. Notes: svn path=/head/; revision=1900
* The CP/M emulator is the first resident of the new "emulators" category.Satoshi Asami1995-07-015-0/+129
Submitted by: "Janusz Kokot" <JKOKOT@demeter.ipan.lublin.pl> Notes: svn path=/head/; revision=1898