summaryrefslogtreecommitdiffstats
path: root/emulators/pcemu
Commit message (Collapse)AuthorAgeFilesLines
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-231-7/+3
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Make this port build under -current. (Of course, it'll also build underjoerg2002-12-022-0/+34
| | | | | | | -stable still. ;-) gcc 3 is (correctly) a lot more picky about some suspicious cpp constructs that remained undetected in the original sources until now.
* Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andasami2000-09-121-1/+8
| | | | | | RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento
* PORTNAME/VERSION stuffmharo2000-04-121-4/+3
|
* This is the last of the ports PRs assigned to me... and actually ajoerg2000-02-2110-271/+1283
| | | | | | | | | | | | | | | | | | | | | rather large patchset improving pcemu. I therefore also decided to bump the version number from 1.01a to 1.01b, David Hedley apparently abandoned all work on pcemu anyway. The exact details of Arne's patches can be studied in the PR, it's something like 50 lines of explanation i don't want to quote in full here. In short, he submitted a number of improvements and a fix for the hard disk emulation in pcemu's BIOS. After a review, i decided to leave the patches verbatim. In addition and while i was at it, i added something i always ment to do: the option to dynamically add floppy disks (and now also hard disks) from within the .pcemurc file, so there's no need to recompile if you just wanna get access to your floppy from within pcemu. Comment it out again once you're done. PR: ports/5788 Submitted by: <arnej@math.ntnu.no> Arne Henrik Juul
* $Id$ -> $FreeBSD$peter1999-08-291-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Don't assume ${FILESDIR} is some fixed number of directories up fromasami1998-12-011-2/+2
| | | | | ${WRKSRC}. Note I haven't fixed the "pack" target, that requires more than just ${FILESDIR} frobbing.
* Don't assume ${FILESDIR} is some fixed number of directories up fromasami1998-12-011-1/+2
| | | | | ${WRKSRC}. Note I haven't fixed the "pack" target, that requires more than just ${FILESDIR} frobbing.
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeasami1998-11-281-1/+3
| | | | for ilu and mkdirhier for asl.)
* Fix path on ftp.cs.bris.ac.ukfenner1998-10-251-2/+2
|
* The former ftp.germany.eu.net (now ftp.de.uu.net) has thrown a lot ofjoerg1998-08-021-5/+8
| | | | stuff away. Move to other FTP servers.
* Eliminate double slashes in URL's by: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)
* Trim down excessively long DESCR files in ports i either own, or wherejoerg1996-12-221-218/+2
| | | | | | i'm somehow related to (hpscan, that is). Requested by: asmi (long ago)
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-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.
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-2/+2
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Typo.asami1996-07-101-1/+1
| | | | Submitted by: James Raynard <fports@jraynard.demon.co.uk>
* Change category name from "emulation" to "emulators". This was theasami1995-11-221-2/+2
| | | | most confusing of all!
* Shorten the COMMENT line.joerg1995-10-241-1/+1
|
* Minor grammatical correction.joerg1995-10-241-1/+1
| | | | Submitted by: jhs
* These boys now beling to emulators....asami1995-07-131-2/+2
|
* Neither the port nor the package installed emufs.sys.joerg1995-04-292-1/+2
| | | | Pointed out by: phk, and burg@burg2.is.ge.com (Dick van den Burg)
* Finalize the packaging for this port. Fix a spelling error in myjoerg1995-04-175-251/+291
| | | | | README.FreeBSD, and provide an adequate packaging list. Fix a minor problem for `make install' (use mkdir -p where appropriate).
* Remove the first master site from the list; it doesn't seem to have ajoerg1995-04-161-2/+1
| | | | copy of pcemu around anymore.
* Another round of Makefile updates, in utils!asami1995-04-151-2/+4
|
* Claim my ports, and add the MAINTAINER entry.joerg1995-04-011-1/+2
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* This is David Hedley's pcemu 8086 PC emulator.joerg1995-03-2713-0/+2093
Technically, i consider this an excellent work. I've made some efforts to make it easier for people get it actually up & running. This would have required an image of a DOS boot floppy, which we cannot provide. Instead, i wrote a small bootstrap loader (basically a small more(1) clone with builtin text) that can be ``booted'' from. It instructs the user how to get the image of a bootable DOS floppy, and where to find the various files. (The bootstrap loader requires bcc to be recompiled, but i'm providing a gzip'ed/uuencoded version in the files directory as well.) The pkg directory is not yet done. Will follow RSN. :)
OpenPOWER on IntegriCloud