summaryrefslogtreecommitdiff
path: root/emulators (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eolcvs2svn2008-05-3199-31194/+0
| | | | | Notes: svn path=/head/; revision=214069 svn path=/tags/RELEASE_5_EOL/; revision=214070; tag=5-eol
* Xcpc is a portable Amstrad CPC464/CPC664/CPC6128 EmulatorFelippe de Meirelles Motta2008-05-315-0/+93
| | | | | | | | | | | | | | written in C. It is designed to run on any POSIX system (Linux/BSD/UNIX-like OSes). WWW: http://xcpc.sourceforge.net/ PR: ports/120189 Submitted by: Sven Klose <pixel@hugbox.org> Approved by: gabor (mentor) Notes: svn path=/head/; revision=213997
* Fix pkg-plist after itetcu@ PORTDATA police actions.Edwin Groothuis2008-05-302-2/+2
| | | | Notes: svn path=/head/; revision=213913
* Replace /usr/X11R6 with /usr/local in the Makefile rulesEdwin Groothuis2008-05-302-2/+13
| | | | | | | Noticed by: pavrun on amd64/7.0 Notes: svn path=/head/; revision=213907
* New Port: emulators/xjoypadEdwin Groothuis2008-05-287-0/+90
| | | | | | | | | | | | | | | | xjoypad allows an USB joypad (probably a USB Joystick, too) to be used with games on linux (probably other unix-like operating systems too). This is done by mapping the joypad events to X keyboard events which are sent to the window currently having the focus. Therefore only keyboard-controlled games are currently supported by xjoypad. xjoypad was written to add joypad support to the playstation emulator epsxe. PR: ports/95990 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Notes: svn path=/head/; revision=213808
* Update to 3.5.1Edwin Groothuis2008-05-267-89/+79
| | | | Notes: svn path=/head/; revision=213680
* Update to version 1.0-rc2 which brings (a lot of) bug fixes only.Gerald Pfeifer2008-05-246-12/+12
| | | | Notes: svn path=/head/; revision=213612
* - Update to 7.3Martin Wilke2008-05-225-76/+60
| | | | | | | | PR: 123871 Submitted by: Ports Fury Notes: svn path=/head/; revision=213505
* - Update to version 0.4.6.3Martin Wilke2008-05-222-16/+12
| | | | | | | | PR: 123870 Submitted by: Ports Fury Notes: svn path=/head/; revision=213501
* Unbreak by fixing the sloppy C-code, that the new gcc refuses to compile.Mikhail Teterin2008-05-212-4/+802
| | | | | | | Tons of warnings still exist... Notes: svn path=/head/; revision=213478
* New port: emulators/mupen64plusJose Alonso Cardenas Marquez2008-05-204-0/+75
| | | | | | | | | | This is the metaport to install the mupen64plus emulator and all graphics, input and audio plugins. WWW: http://code.google.com/p/mupen64plus/ Notes: svn path=/head/; revision=213424
* - New port: emulators/mupen64plus-soundJose Alonso Cardenas Marquez2008-05-203-0/+32
| | | | | | | A sound plugin for Mupen64Plus emulator Notes: svn path=/head/; revision=213422
* - New port: emulators/mupen64plus-sdlinputJose Alonso Cardenas Marquez2008-05-205-0/+87
| | | | | | | An input plugin for Mupen64Plus emulator Notes: svn path=/head/; revision=213420
* - New port: emulators/mupen64plus-sdlaudioJose Alonso Cardenas Marquez2008-05-203-0/+45
| | | | | | | An audio plugin for Mupen64Plus emulator Notes: svn path=/head/; revision=213418
* - New port: emulators/mupen64plus-rspJose Alonso Cardenas Marquez2008-05-203-0/+41
| | | | | | | A RSP plugin for Mupen64plus emulator Notes: svn path=/head/; revision=213415
* - New port: emulators/mupen64plus-riceJose Alonso Cardenas Marquez2008-05-205-0/+95
| | | | | | | A graphic plugin for Mupen64Plus emulator Notes: svn path=/head/; revision=213413
* - New port: emulators/mupen64plus-inputJose Alonso Cardenas Marquez2008-05-202-0/+23
| | | | | | | An input plugin for Mupen64Plus emulator Notes: svn path=/head/; revision=213411
* - New port: emulators/mupen64plus-gln64Jose Alonso Cardenas Marquez2008-05-203-0/+63
| | | | | | | A graphics plugin for Mupen64Plus emulator Notes: svn path=/head/; revision=213408
* - New port: emulators/mupen64plus-glideJose Alonso Cardenas Marquez2008-05-203-0/+81
| | | | | | | Graphic plugin for Mupen64Plus emulator Notes: svn path=/head/; revision=213406
* - New port: emulators/mupen64plus-dummyaudioJose Alonso Cardenas Marquez2008-05-202-0/+21
| | | | | | | Audio plugin for Mupen64Plus emulator Notes: svn path=/head/; revision=213404
* - New port: emulators/mupen64plus-baseJose Alonso Cardenas Marquez2008-05-2015-0/+883
| | | | | | | | | | | | | | Mupen64Plus is a plugin-based N64 emulator for Linux, FreeBSD which is capable of accurately playing many games. Included are four MIPS R4300 CPU emulators, with dynamic recompilers for 32-bit x86 and 64-bit amd64 systems, and necessary plugins for audio, graphical rendering (RDP), signal co-processor (RSP), and input. There are 3 OpenGL video plugins included: glN64, RiceVideoLinux, and Glide64. WWW: http://code.google.com/p/mupen64plus/ Notes: svn path=/head/; revision=213402
* - Fix wrong userland fsbase load after gdt move that caused qemu toJuergen Lock2008-05-184-8/+8
| | | | | | | | | | | | | | | | | segfault sometimes on first invocation - Get rid of redundant & in two places - Bump PORTREVISION There still is the unresolved issue of (likely) the gdt move causing the host to hang for one guy, if this happens to you you can try the following kernel patch that sets up seperate gdts at boot so kqemu doesn't have to do the move: http://people.freebsd.org/~nox/qemu/patch-sys-amd64-seperate-gdt.txt Thanx to: Yamagi for testing Notes: svn path=/head/; revision=213301
* - Update to version 0.125.Alejandro Pulver2008-05-182-9/+9
| | | | | | | - Make fetchable. Notes: svn path=/head/; revision=213283
* - Add note about network boot issues to pkg-message.sJuergen Lock2008-05-176-382/+24
| | | | | | | | - Remove obsolete dhcp patch - Bump PORTREVISION Notes: svn path=/head/; revision=213207
* - The emulators/dlx port is one of the last remaining ports that usesMartin Wilke2008-05-161-0/+65
| | | | | | | | | | | sgtty exclusively. We'd better port it to termios, to make it work without the COMPAT_43TTY kernel switch. PR: 122884 Submitted by: Ed Schouten <ed@80386.nl> Notes: svn path=/head/; revision=213136
* Add PKGNAMESUFFIX -nox11 to fix INDEXMartin Blapp2008-05-161-0/+1
| | | | | | | Submitted by: wxs Notes: svn path=/head/; revision=213133
* New port: open-vm-tools-nox11Martin Blapp2008-05-161-0/+11
| | | | Notes: svn path=/head/; revision=213113
* Add open-vm-tools-nox11Martin Blapp2008-05-161-0/+1
| | | | Notes: svn path=/head/; revision=213112
* Change build to lib dependencies.Martin Blapp2008-05-161-2/+2
| | | | | | | Submitted by: Guy Yur <guyyur@gmail.com> Notes: svn path=/head/; revision=213111
* Fix __asm macros for asm_x86_64Martin Blapp2008-05-151-0/+20
| | | | Notes: svn path=/head/; revision=213090
* - Add dependency on devel/icuMartin Blapp2008-05-155-73/+98
| | | | | | | | | | - Split startup rc files, start vmware-kmod.sh earlier - Bump portrevision Submitted by: jkim Notes: svn path=/head/; revision=213089
* Accidently took the size of former distfile. Fix this.Martin Blapp2008-05-141-1/+1
| | | | Notes: svn path=/head/; revision=213066
* - Update to 3.05.Edward Tomasz Napierala2008-05-148-155/+176
| | | | | | | | PR: ports/119449 Submitted by: bz@ (maintainer) Notes: svn path=/head/; revision=213043
* Upgrade to build 90473Martin Blapp2008-05-144-117/+6
| | | | Notes: svn path=/head/; revision=213040
* - Add notes about how to autoload kqemu at boot and about the fact thatJuergen Lock2008-05-134-8/+40
| | | | | | | | | | | | | kqemu only accellerates qemu-system-x86_64 on amd64 that were missing in qemu's pkg-message [1] - Update the note about kqemu on amd64 SMP, and add a reminder to keep kqemu in sync with the kernel while I'm at it - Bump PORTREVISION Noticed by: bakul [1] Notes: svn path=/head/; revision=213001
* - Fix multiple qemu processes on amd64 SMP by actually using seperateJuergen Lock2008-05-124-18/+100
| | | | | | | | | | | | | per-cpu gdts (the previous fix was only stable for one qemu process at a time) Relevant thread: http://lists.freebsd.org/pipermail/freebsd-emulation/2008-May/004902.html - Bump PORTREVISION PR: ports/113430 Notes: svn path=/head/; revision=212967
* Reset maintainer:Felippe de Meirelles Motta2008-05-122-2/+2
| | | | | | | | | | <xcas@cox.net>: host mx.west.cox.net[68.6.19.3] said: 550 5.1.1 <xcas@cox.net> recipient rejected (in reply to RCPT TO command) Approved by: gabor (mentor) Notes: svn path=/head/; revision=212965
* - Get rid of the infamous "fpudna in kernel mode" messages on amd64 byJuergen Lock2008-05-116-18/+174
| | | | | | | | | | | | | | calling fpudna()/npxdna() directly instead of programmatically invoking int 7 (should also speed up the i386 case a tiny little bit that didn't print a message) [1] - Rename kqemu_tss_workaround to kqemu_tss_fixup [2] - Bump PORTREVISION Looked over by: bde [1] Prodded by: jhb [2] Notes: svn path=/head/; revision=212900
* Fix "drive_init()" Disk Format Security BypassJuergen Lock2008-05-084-2/+118
| | | | | | | | Obtained from: qemu cvs Security: http://www.vuxml.org/freebsd/8950ac62-1d30-11dd-9388-0211060005df.html Notes: svn path=/head/; revision=212848
* - Update to version 0.2.b2.Alejandro Pulver2008-05-063-4/+26
| | | | Notes: svn path=/head/; revision=212748
* - Update to version 0.27.Alejandro Pulver2008-05-062-4/+4
| | | | Notes: svn path=/head/; revision=212745
* - Needs an external (non-base) compiler on all FreeBSD 5.x (not only amd64).Alejandro Pulver2008-05-052-2/+2
| | | | Notes: svn path=/head/; revision=212692
* Remove build dependency on fontforge since Wine now delivers the fontsGerald Pfeifer2008-05-052-2/+0
| | | | | | | | | | as part of the main package. PR: 123353 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=212647
* - use gtk20 and make it defaultDirk Meyer2008-05-041-1/+3
| | | | | | | | | | | - drop option VICE_WITH_GNOME - new option VICE_WITHOUT_GNOME for lite package, will build with Xaw (not3d) - new option VICE_WITH_XAW3D for classic package, will build with Xaw3d Notes: svn path=/head/; revision=212598
* - use gtk20 and make it defaultDirk Meyer2008-05-041-7/+13
| | | | | | | | | | | - drop option VICE_WITH_GNOME - new option VICE_WITHOUT_GNOME for lite package, will build with Xaw (not3d) - new option VICE_WITH_XAW3D for classic package, will build with Xaw3d Notes: svn path=/head/; revision=212597
* Update to Wine 0.9.61. This release marks the beginning of the code freezeGerald Pfeifer2008-05-026-8/+10
| | | | | | | | | | | | | | for the 1.0 release. Among others, it includes the following changes: - Automatic updating of the WINEPREFIX directory. - Winhelp now uses Richedit as display engine. - Many RichEdit fixes. - More improvements to IME support. - More quartz fixes. - Implementation for many more Gdiplus functions. - Lots of bug fixes. Notes: svn path=/head/; revision=212507
* - Add a workaround for the amd64 SMP shared gdt issue that caused theJuergen Lock2008-05-016-4/+192
| | | | | | | | | | | | | | host panics - longer explanation in this post: http://docs.freebsd.org/cgi/mid.cgi?20080501101951.GA30274 [1] - Get rid of superfluous "kqemu " in IGNORE message when kernel source is missing - Pass down DEBUG_FLAGS to the build - Bump PORTREVISION PR: ports/113430 [1] Notes: svn path=/head/; revision=212415
* Reset jylefort's port maintainerships. portmgr has taken his commit bitMark Linimon2008-04-295-5/+5
| | | | | | | into safekeeping due to inactivity. Notes: svn path=/head/; revision=212200
* - Force lnAndrew Pantyukhin2008-04-271-1/+1
| | | | Notes: svn path=/head/; revision=212119
* - Works with gcc 4.xPav Lucistnik2008-04-272-2/+0
| | | | | | | Reported by: Zyl/FreeNode Notes: svn path=/head/; revision=212109