summaryrefslogtreecommitdiff
path: root/emulators (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 980124 version of Bochs. This is the first release of BochsAlexander Langer1998-02-273-6/+7
| | | | | | | which is able to boot Linux. Notes: svn path=/head/; revision=9951
* Remove "Frodo - " from front, we don't do this anymore.Satoshi Asami1998-02-251-1/+1
| | | | Notes: svn path=/head/; revision=9920
* Upgrade to use tcl8.1 and tk8.1.Justin M. Seger1998-02-241-3/+3
| | | | Notes: svn path=/head/; revision=9912
* More tcl/tk virtual category fixups.Bill Fenner1998-02-221-2/+2
| | | | Notes: svn path=/head/; revision=9880
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-2/+2
| | | | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. Notes: svn path=/head/; revision=9876
* activate frodoSteve Price1998-02-211-1/+2
| | | | Notes: svn path=/head/; revision=9874
* Frodo version 4.1.Steve Price1998-02-218-0/+161
| | | | | | | | | | Emulates a Commodore 64. PR: 5329 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> Notes: svn path=/head/; revision=9873
* Add xmame to subdirs.Jordan K. Hubbard1998-02-101-1/+2
| | | | Notes: svn path=/head/; revision=9649
* New port of xmame version 0.30.1; also moved into its proper locationJordan K. Hubbard1998-02-106-0/+105
| | | | | | | | | | at the request of the author (who's right, this is an emulator first and a game second ;). PR: 5687 Submitted by: Donald Burr <dburr@POBoxes.com> Notes: svn path=/head/; revision=9648
* 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
* MASTER_SITE change to http://www.komkon.org/fms/iNES/Vanilla I. Shu1998-01-261-2/+2
| | | | | | | | PR: ports/5430 Submitted by: maintainer Notes: svn path=/head/; revision=9451
* Upgrade to 980124 version of Bochs.Alexander Langer1998-01-264-13/+13
| | | | Notes: svn path=/head/; revision=9448
* MASTER_SITE moved.Steve Price1998-01-251-2/+2
| | | | | | | | PR: 5452 Submitted by: Yukihiro Nakai <Nakai@technologist.com> Notes: svn path=/head/; revision=9437
* Author patch. Adds recursive mcopy, mdir, mattrib. Bugfixes to FAT32David E. O'Brien1998-01-214-3/+28
| | | | | | | handling. Adds mshowfat cmd. Notes: svn path=/head/; revision=9391
* Update to 980118 version of Bochs.Alexander Langer1998-01-194-21/+21
| | | | Notes: svn path=/head/; revision=9371
* Eliminate double slashes in URL's by:Bill Fenner1998-01-082-4/+4
| | | | | | | | | - 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
* Update to 980104 version of Wine.Stefan Eßer1998-01-044-8/+8
| | | | Notes: svn path=/head/; revision=9266
* Add -lxpg4 option to LDLIBS for full wide-character support.Stefan Eßer1997-12-242-0/+22
| | | | Notes: svn path=/head/; revision=9168
* No need to use += on first appearance of variables.Alexander Langer1997-12-241-2/+2
| | | | Notes: svn path=/head/; revision=9161
* The Christmas Wine: update to 971221 version of WINEStefan Eßer1997-12-234-8/+8
| | | | Notes: svn path=/head/; revision=9160
* No need to use += on first appearance of variables.Satoshi Asami1997-12-231-2/+2
| | | | Notes: svn path=/head/; revision=9155
* Removed adjustment of LOCAL_PREFIX in patch-aa and MESSAGE.Alexander Langer1997-12-213-12/+5
| | | | | | | PR: 5354 Notes: svn path=/head/; revision=9144
* Activate bochs.Alexander Langer1997-12-181-1/+2
| | | | Notes: svn path=/head/; revision=9125
* Bochs is an Intel x86 CPU emulator capable of running protected modeAlexander Langer1997-12-187-0/+102
| | | | | | | software such as Windows 95. Notes: svn path=/head/; revision=9124
* correct my email address again, sorry.Vanilla I. Shu1997-12-121-2/+2
| | | | Notes: svn path=/head/; revision=9063
* "ln -s" -> "ln -sf" so it won't bark if you install this port twice.Satoshi Asami1997-12-048-16/+16
| | | | Notes: svn path=/head/; revision=8989
* Update to 971130 version of Wine.Stefan Eßer1997-12-014-8/+8
| | | | Notes: svn path=/head/; revision=8947
* Change my email address.Vanilla I. Shu1997-11-301-2/+2
| | | | Notes: svn path=/head/; revision=8918
* Use checksum for the right file.James Raynard1997-11-292-2/+2
| | | | | | | Spotted by: "orur Ivarsson <totii@est.is> Notes: svn path=/head/; revision=8884
* Update to 971116 version of Wine.Stefan Eßer1997-11-274-8/+8
| | | | Notes: svn path=/head/; revision=8862
* Put localtime information where Linux binaries will see it.Mike Smith1997-11-258-8/+24
| | | | | | | Submitted by: bde via "Brian N. Handy" <handy@sag.space.lockheed.com> Notes: svn path=/head/; revision=8802
* Add xcopilot.Bill Fenner1997-11-231-1/+2
| | | | Notes: svn path=/head/; revision=8778
* Don't install docs if NOPORTDOCS is set.David E. O'Brien1997-11-162-2/+6
| | | | Notes: svn path=/head/; revision=8651
* Define MANCOMPRESSED, because manpage is, like, compressed.Satoshi Asami1997-11-151-1/+2
| | | | Notes: svn path=/head/; revision=8633
* Delete extra line (md5 of md5 file? :).Satoshi Asami1997-11-151-1/+0
| | | | Notes: svn path=/head/; revision=8632
* Activate hfsutils.Thomas Gellekum1997-11-141-1/+2
| | | | Notes: svn path=/head/; revision=8621
* Import hfsutils port. hfsutils is another package with Mac HFSThomas Gellekum1997-11-145-0/+75
| | | | | | | | | | utilities. It includes a Tk-8.0 frontend. PR: 4481 Submitted by: Vanilla I. Shu <vanilla@MinJe.com.TW> Notes: svn path=/head/; revision=8620
* Activate xzx.Thomas Gellekum1997-11-131-1/+2
| | | | Notes: svn path=/head/; revision=8600
* Import xzx, a Sinclair ZX Spectrum emulator.Thomas Gellekum1997-11-136-0/+82
| | | | | | | | PR: 5024 Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=8599
* (1) Use "-", not "_", to delimit the basename and version numbers inSatoshi Asami1997-11-104-8/+10
| | | | | | | | | | | PKGNAME. Found by: portlint (2) Put document in share/doc/sim, not share/sim. share is already crowded enough as it is. Notes: svn path=/head/; revision=8549
* Enable sim.James Raynard1997-11-081-1/+2
| | | | Notes: svn path=/head/; revision=8524
* PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators.James Raynard1997-11-0812-0/+222
| | | | Notes: svn path=/head/; revision=8523
* Activate emulators/snes9x.Justin M. Seger1997-11-021-1/+2
| | | | Notes: svn path=/head/; revision=8447
* Import of emulators/snes9x - snes9x version 0.23Justin M. Seger1997-11-025-0/+34
| | | | | | | | | | Super Nintendo Entertainment System(SNES) Emulator PR: ports/3824 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp Notes: svn path=/head/; revision=8446
* Note that -stable here was 2.1-stable.David E. O'Brien1997-11-028-8/+8
| | | | Notes: svn path=/head/; revision=8443
* Upgrade to 971101 version of WINE:Stefan Eßer1997-11-014-8/+8
| | | | | | | | | | - font sizes are much better now - there seems to be a problem with the application's work directory (no longer set to the directory from where the Windows binary was loaded ???) Notes: svn path=/head/; revision=8440
* Activate stonx.Thomas Gellekum1997-10-311-1/+2
| | | | Notes: svn path=/head/; revision=8423
* Import stonx port. STonX is an Atari ST emulator.Thomas Gellekum1997-10-315-0/+139
| | | | | | | | PR: 4296 Submitted by: Tobias Reifenberger <tr@freebsd.mayn.de> Notes: svn path=/head/; revision=8422
* Activate atari800.Thomas Gellekum1997-10-291-1/+2
| | | | Notes: svn path=/head/; revision=8388
* Import atari800 port. This is an emulator of the old 8bit computer.Thomas Gellekum1997-10-2912-0/+421
| | | | | | | | PR: 3411 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au> Notes: svn path=/head/; revision=8387