summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2005-05-07Fix typo in email address committed with update.wiz1-2/+2
2005-05-03Update to 0.7.0.xtraeme13-111/+253
Changes: - better BIOS translation and HDD geometry auto-detection - user mode networking bug fix - undocumented FPU ops support - Cirrus VGA: support for 1280x1024x[8,15,16] modes - 'pidfile' option - .dmg disk image format support (Johannes Schindelin) - keymaps support (initial patch by Johannes Schindelin) - big endian ARM support (Lennert Buytenhek) - added generic 64 bit target support - x86_64 target support - initial APIC support - MMX/SSE/SSE2/PNI support - PC parallel port support (Mark Jonckheere) - initial SPARC64 support (Blue Swirl) - SPARC target boots Linux (Blue Swirl) - armv5te user mode support (Paul Brook) - ARM VFP support (Paul Brook) - ARM "Angel" semihosting syscalls (Paul Brook) - user mode gdb stub support (Paul Brook) - Samba 3 support - initial Cocoa support (Pierre d'Herbemont) - generic FPU emulation code - Virtual PC read-only disk image support (Alex Beregszaszi) pkgsrc changes: Applied Hubert Feyrer workaround for the x86_64 target (patch-aw).
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-29Update to 0.3.2xtraeme3-9/+28
The most important/visible changes from 0.3.1 to 0.3.2 are: x) NetBSD/cobalt can run from a harddisk image. (Installation must be done using another OS though, for example NetBSD/pmax.) x) Some minor fixes to make the binary translation system a bit more stable.
2005-04-28Remove unused variables.jlam1-10/+3
2005-04-22Remove rewind -- does not build on 2.0/i386, and hasn't been buildingwiz7-458/+1
for over 8 months. No new version out either.
2005-04-22Add patch to make this look for the generated html pageswiz2-1/+15
in the correct place. Should fix bulk build.
2005-04-20Update to 2.17:wiz2-7/+7
10/04/2005 *** v2.17 *** - Uses DatLib v2.5. - Excludes disks from RomCenter data files (-k will include them).
2005-04-20Update to 2.5:wiz2-7/+7
10/04/2005 *** v2.5 *** - Excludes disks from RomCenter data files (datutil -k to override).
2005-04-15Correct HOMEPAGE.kristerw1-2/+2
2005-04-15Prevent warnings during bulk dependency tree creation for ports thatkristerw4-8/+8
cannot use these packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv97-194/+97
2005-04-07Update to 0.3.1.xtraeme3-9/+9
The two most visible changes from version 0.3 to 0.3.1 are: x) Name change (from mips64emul to GXemul). x) NetBSD/hpcmips can now be installed and run from a harddisk image on an emulated NEC MobilePro 770, 780, 800, or 880.
2005-04-05Convert to bl3, untested.wiz1-4/+2
2005-04-05Add buildlink3.mk.wiz1-0/+18
2005-04-05Sort lines to please pkglint.wiz1-2/+2
2005-04-05Sort.wiz1-2/+2
2005-04-05Set USE_X11.wiz1-1/+2
2005-04-03pull in 7.3 SUSE_VERSION and SUSE_DIR_PREFIX explicitlyjdolecek1-1/+4
fixes build problem pointed out by Krister Walfrid in private e-mail
2005-04-03put definition of SUSE_VERSION and SUSE_DIR_PREFIX into separate filejdolecek5-11/+25
vars.mk
2005-04-02Make this build on NetBSD/1.6.x-i386.kristerw3-1/+30
The source code use some global register variables, and gcc 2.95 reports errors because the header files contains "static inline" function definitions before the global register variables are defined. Reordering the includes is too much work, so just fall back to normal (non-register) globals when using gcc2.
2005-04-02Update xmess to 0.95.kristerw4-29/+29
Changes since 0.90 includes: - Everything from MAME 0.95 (http://x.mame.net/changes-mame.html) and MESS 0.95 (http://x.mame.net/changes-mess.html). - Forcing Xv to use YV12 ("-force-yuv 2") no longer causes rotated games to segfault. Fixes Bugzilla bug 679. - Fixed the aspect ratio of the MESS SuperVision driver so that it's quadratic. (PeT) - Fixed several problems with the front-end "-list" commands: The MESS commands could segfault, some commands' headers were misaligned, and "-listpalettesize" was causing the ROM list to print. - Worked around or fixed a double-free on exit in xmess. - Fixed a segfault on startup that occurred when four or more joysticks devices were found. - The SDL joystick driver now works with multiple joysticks attached. - The SDL sound driver should produce much better output. Also fixed a potential deadlock.
2005-04-02Update xmame to 0.95.kristerw3-14/+28
Changes since 0.90 includes: - Everything from MAME 0.95 (http://x.mame.net/changes-mame.html) and MESS 0.95 (http://x.mame.net/changes-mess.html). - Forcing Xv to use YV12 ("-force-yuv 2") no longer causes rotated games to segfault. Fixes Bugzilla bug 679. - Fixed the aspect ratio of the MESS SuperVision driver so that it's quadratic. (PeT) - Fixed several problems with the front-end "-list" commands: The MESS commands could segfault, some commands' headers were misaligned, and "-listpalettesize" was causing the ROM list to print. - Worked around or fixed a double-free on exit in xmess. - Fixed a segfault on startup that occurred when four or more joysticks devices were found. - The SDL joystick driver now works with multiple joysticks attached. - The SDL sound driver should produce much better output. Also fixed a potential deadlock.
2005-04-02change this package so that it's usable when using SuSE 9.1 -basedjdolecek1-2/+3
emulation packages (this still uses the old SuSE 7.3 stuff - newer SuSE doesn't have any libc5 support at all)
2005-04-02mention libc5 is obsoletejdolecek1-1/+1
2005-04-02Add .cz mirrorjdolecek1-2/+4
2005-04-02put identical URI parts in MASTER_SITE_SUSE91 into variables, so it'sjdolecek1-9/+12
easier to add mirrors
2005-04-02added emulators/suse91_glxjdolecek1-1/+2
2005-04-02Add SuSE 9.1 -based package for GL support libraries.jdolecek3-0/+40
Adresses PR pkg/29561 by Robert Elz
2005-04-02add emulators/suse91_slangjdolecek1-1/+2
2005-04-02Add SuSE 9.1 compatibility package for Slang libraryjdolecek3-0/+38
Adresses PR pkg/29561 by Robert Elz
2005-04-02added suse91_vmware - SuSE 9.1 -based VMware support packagejdolecek1-1/+2
2005-04-02remove /etc/mtab, it's part of suse91_basejdolecek1-2/+2
2005-04-02fixup checksumsjdolecek1-3/+4
2005-04-02Add suse91_vmware - the SuSE 9.1 -based variant of suse_vmware, neededjdolecek5-0/+69
for vmware and vmware3 packages. Based on suse_vmware, with the unnecessary bits removed. Package provided by Robert Elz in PR pkg/29561, but added grep RPM, which was found necessary too.
2005-03-30+ gxemulxtraeme1-2/+2
- mips64emul
2005-03-30mips64emul has been renamed to gxemul.xtraeme5-138/+0
2005-03-30Initial import of gxemul-20050329.xtraeme4-0/+87
GXemul is a machine emulator. The initial goal was to write a simple 64-bit MIPS emulator for running multiprocessor experiments with a microkernel, but the emulator can be used for many other things. While some simulators only simulate a CPU, GXemul also simulates other hardware components, making it possible to use the emulator to run unmodified operating systems, such as NetBSD, OpenBSD, or Linux. [previously known as mips64emul, it was renamed because now supports more cpu archs than MIPS, as sparc, ppc...]
2005-03-29Update to 1.5.13-1. Mainly changes that improve process managementtv2-5/+6
(and as a side effect, make Cygwin processes behave a little better when invoked from Interix). Full release notes: http://sources.redhat.com/ml/cygwin-announce/2005-03/msg00000.html
2005-03-29Update to 2.6:wiz2-7/+7
28/03/2005 *** v2.6 *** Updated altbeast ROMs (Calice and System16) to match MAME v0.95.
2005-03-27One of the configure tests goes into an infinite loop when trying tokristerw1-1/+3
build on Darwin. Mark package as not for Darwin for now.
2005-03-27Update to 2.16:wiz2-8/+8
25/03/2005 *** v2.16 *** - Uses DatLib v2.4. - Fixed another crash with datutil -X and 'forcemerging full'. - Changed the delimited format to use \N for NULLs. - Changed the delimited format so that all types are 'game_*'. - Changed the delimited format so that games include 'runnable'. - Added save support for a DISK section in the RomCenter format. - Added several aliases for the output formats (see notes above).
2005-03-27Update to 2.4:wiz2-7/+7
25/03/2005 *** v2.4 *** - Fixed another crash with datutil -X and 'forcemerging full'. - Changed the delimited format to use \N for NULLs. - Changed the delimited format so that all types are 'game_*'. - Changed the delimited format so that games include 'runnable'. - Added save support for a DISK section in the RomCenter format. - Added several aliases for the output formats (see DatUtil docs).
2005-03-27PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).wiz17-28/+34
2005-03-27Whitespace nit.wiz1-2/+2
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz2-6/+2
useful.
2005-03-23Fix ONLY_FOR_PLATFORM line.wiz3-7/+7
2005-03-23Add more files and directories in "etc" to the blacklist to avoid strangetron1-5/+8
behavior of e.g. Netscape 7. Based on a suggestion by Mark Davies in private e-mail. Bump package revision because of this change.
2005-03-22Update to 2.15:wiz2-7/+9
07/03/2005 *** v2.15 *** - Uses DatLib v2.3. - Fixed a problem with counting parents (happened with DatUtil -X). - This also avoids a crash with datutil -X and 'forcemerging full'.
2005-03-22Update to 2.3:wiz2-7/+7
07/03/2005 *** v2.3 *** - Fixed a problem with counting parents (happened with DatUtil -X). - This also avoids a crash with datutil -X and 'forcemerging full'.