aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-2412-34/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Respect STRIP [1]Juergen Lock2011-10-221-1/+5
| | | | | | | | | | - Respect NOPORTDOCS, even if it's empty [2] PR: ports/161856 [1], ports/161857 [2] Submitted by: Nali Toja <nalitoja@gmail.com> Notes: svn path=/head/; revision=284132
* - Respect CC (sgabios) [1]Juergen Lock2011-10-222-9/+33
| | | | | | | | | | | | | - Respect STRIP [2] - Respect NOPORTDOCS, even if it's empty [3] - Trim deps for -nographic [4] PR: ports/161855 [1], ports/161856 [2], ports/161857 [3], ports/161858 [4] Submitted by: Nali Toja <nalitoja@gmail.com> Notes: svn path=/head/; revision=284131
* Update to Wine 1.3.31. This includes the following changes:Gerald Pfeifer2011-10-226-6/+14
| | | | | | | | | | | - BiDi text support in the single-line edit control. - Support for StretchDIBits and AlphaBlend in the DIB engine. - A number of audio fixes. - VBScript improvements. - Various bug fixes. Notes: svn path=/head/; revision=284094
* Fix build with gcc 4.6Pawel Pekala2011-10-213-0/+23
| | | | | | | | | PR: ports/161782 Submitted by: Christian Mangin <cmangin@arobas.net> Approved by: maintainer Notes: svn path=/head/; revision=284069
* Mark BROKEN: does not buildErwin Lansing2011-10-201-0/+2
| | | | Notes: svn path=/head/; revision=283962
* Update to 0.9.96Emanuel Haupt2011-10-198-124/+24
| | | | | | | | PR: 161649 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=283907
* - Add LICENSEEmanuel Haupt2011-10-182-2/+6
| | | | | | | | | | | - Add MAKE_JOBS_SAFE - Update WWW PR: 161647 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=283785
* - Update to 425873Steve Wills2011-10-146-51/+26
| | | | | | | | | | | | - Unmark broken - Pet portlint PR: ports/161001 Submitted by: swills (me) Approved by: maintainer timeout (>2 weeks) Notes: svn path=/head/; revision=283535
* Update to 0.15.1 - Changelog:Juergen Lock2011-10-135-94/+42
| | | | | | | http://wiki.qemu.org/ChangeLog/0.15 Notes: svn path=/head/; revision=283488
* Joytran is a joystick to keyboard/mouse events translator written in C.Pawel Pekala2011-10-124-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The project has several advantages over similar software: - Portable to a wide variety of platforms, since it is based on SDL and the X11 XTest Extension (Developed on FreeBSD) - It is easy to use the joystick in places where it is not usually supported - Supports keyboard and mouse emulation - Supports multiple joysticks - Handles the presence of non-joystick devices, such as USB mice/trackballs that masquerade as joysticks gracefully - Easy switching between profiles - Lightweight, with few dependencies - Comprehensive feature set (if there are features missing that are important to you, I will at least consider implementing them) - Freely available (MIT License) WWW: http://chiselapp.com/user/beyert/repository/joytran/ - Timothy Beyer beyert@cs.ucr.edu PR: ports/159325 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Notes: svn path=/head/; revision=283445
* Should only be BROKEN if compiled with X11. open-vm-tools-nox11 still buildsDavid Thiel2011-10-111-4/+4
| | | | | | | cleanly. Notes: svn path=/head/; revision=283403
* Update to Wine 1.3.30. This includes the following changes:Gerald Pfeifer2011-10-116-8/+10
| | | | | | | | | | | | - DirectSound reimplemented on top of MMDevAPI. - Support for StretchBlt in the DIB engine. - User interface improvements in HTML help. - Some MSXML fixes. - Performance improvements in cmd. - Various bug fixes. Notes: svn path=/head/; revision=283348
* Welcome Dolphin-emu, a free Wii/GC emulatorGanael LAPLANCHE2011-10-038-0/+1575
| | | | Notes: svn path=/head/; revision=282862
* - Incorporate Quilt MZ80 patches for non-i386 and add legal notificationsRene Ladan2011-09-307-13/+91
| | | | | | | | | | | | | | | - Update MASTER_SITES - Replace pkg-plist by PLIST_FILES - Only depend on devel/nasm when on i386 - Add WWW to pkg-descr - Bump PORTREVISION PR: ports/153437 Submitted by: Anonymous (swell.k) Approved by: maintainer Notes: svn path=/head/; revision=282688
* - Mark BROKEN: does not compilePav Lucistnik2011-09-241-0/+2
| | | | | | | | | /usr/local/include/X11/Xdefs.h:47: error: conflicting types for 'Bool' Reported by: pointyhat Notes: svn path=/head/; revision=282337
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-2341-74/+57
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to Wine 1.3.29. This includes the following changes:Gerald Pfeifer2011-09-236-12/+10
| | | | | | | | | | | | | - Extensive support for VBScript. - Various improvements to the calendar common control. - A number of XRender fixes and optimizations. - Several new functions in the MSVCP runtime. - A number of audio fixes. - DirectDraw cleanups. - Various bug fixes. Notes: svn path=/head/; revision=282270
* Add XInput2 (aka x11/libXi aka xi.6) as an explicit dependency.Gerald Pfeifer2011-09-192-4/+6
| | | | | | | | Suggested by: Alex Kozlov <spam@rm-rf.kiev.ua>, David Naylor <naylor.b.david@gmail.com> Notes: svn path=/head/; revision=282028
* Fix building for OSVERSION >= 900044.Boris Samorodov2011-09-181-0/+8
| | | | | | | | | PR: ports/160799 Submitted by: Ivan Klymenko <fidaj@ukr.net> Patch by: Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=281960
* - Add ahci emulation fix for FreeBSD guests. [1]Juergen Lock2011-09-163-1/+38
| | | | | | | | | | | | - Add OPTION to build a seabios git snapshot that add ahci boot disk emulation. [2] - Bump PORTREVISION. Submitted by: avg [1] Suggested by: avg [2] Notes: svn path=/head/; revision=281855
* SeaBIOS is an open source implementation of a 16bit X86 BIOS. SeaBIOSJuergen Lock2011-09-164-0/+62
| | | | | | | | | | | | | | | | can run in an emulator or it can run natively on X86 hardware with the use of coreboot. SeaBIOS is the default BIOS for qemu and kvm. This is a git snapshot to be used with the emulators/qemu-devel port. (compared to the version shipped with qemu 0.15.0 this snapshot adds ahci boot disk support.) WWW: http://www.seabios.org/SeaBIOS Notes: svn path=/head/; revision=281848
* Update to Wine 1.3.28. This includes the following changes:Gerald Pfeifer2011-09-116-6/+22
| | | | | | | | | | | | | | - Initial version of the VBScript parser. - Automagic audio driver selection. - Support for volume information on UDF file systems. - The OpenGL renderer is now the default for DirectDraw. - Device configuration dialog in DirectInput. - SetDIBitsToDevice support in the DIB engine. - Several improvements in the cmd parser. - Various bug fixes. Notes: svn path=/head/; revision=281633
* - Fix SFML dependency (use LIB_DEPENDS as now sfml installs numbered .so ↵Dmitry Marakasov2011-09-091-3/+3
| | | | | | | | | | | libraries) PR: 160045 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=281477
* - emulators/wahcade: eliminate py-elementtree dependency [0]Eitan Adler2011-09-071-2/+1
| | | | | | | | | | | | - security/zenmap: eliminate py-pysqlite2x dependency [1] - deskutils/griffith: eliminate py-pysqlite2x dependency [2] PR: ports/160049 [0], ports/160071 [1], ports/160161 [2] Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> [0,1,2] Approved by: bapt (mentor) Notes: svn path=/head/; revision=281394
* - Update to version 1.3Alexey Dokuchaev2011-09-066-18/+20
| | | | | | | | | | - Reformat port description and fix line wrapping in Makefile while here PR: ports/160243 Approved by: maintainer Notes: svn path=/head/; revision=281279
* Update to 20110826.Stefan Walter2011-09-049-1552/+19
| | | | | | | | PR: 160217 Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer) Notes: svn path=/head/; revision=281147
* Add LICENSE (GPLv2) and relinquish to the pool.Alexey Dokuchaev2011-09-011-1/+3
| | | | Notes: svn path=/head/; revision=280950
* Minor language fixes.Alexey Dokuchaev2011-09-012-4/+4
| | | | Notes: svn path=/head/; revision=280947
* 2011-09-01 deskutils/gkrellm-gtodo: No more public distfilesBaptiste Daroussin2011-09-0122-6082/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2011-09-01 deskutils/xopps: No more public distfiles 2011-09-01 devel/adocman: No more public distfiles 2011-09-01 devel/bisongen: No more public distfiles 2011-09-01 devel/crow: BROKEN for more than 6 month 2011-09-01 devel/p5-Config-INI-MVP: Disappear from CPAN 2011-09-01 devel/p5-Date-Set: Disappear from CPAN 2011-09-01 devel/p5-File-FTS: No more public distfiles 2011-09-01 devel/p5-PerlMenu: No more public distfiles 2011-09-01 devel/p5-Proc-PIDFile: No more public distfiles 2011-09-01 devel/p5-UNIVERSAL-exports: Disappear from CPAN 2011-09-01 devel/ruby-rbtree: No Master Site 2011-09-01 dns/host: No more public distfiles 2011-09-01 emulators/linux-padjoy: No more public distfiles 2011-09-01 emulators/mame-extras: No more public distfiles 2011-09-01 emulators/snespp: BROKEN for more than 6 month 2011-09-01 emulators/xgs: No more public distfiles 2011-09-01 ftp/gproftpd: No more public distfiles 2011-09-01 ftp/muddleftpd: No more public distfiles Notes: svn path=/head/; revision=280937
* Fix build under 7.xRyan Steinmetz2011-08-311-0/+4
| | | | | | | | Reported by: pointyhat Approved by: wxs (mentor) Notes: svn path=/head/; revision=280882
* - Fix SMC91c111 device emulation in qemu. This allows FreeBSD to boot onStanislav Sedov2011-08-312-1/+39
| | | | | | | | | | the GUMSTIX platform. Approved by: nox (maintainer) Obtained from: qemu git Notes: svn path=/head/; revision=280802
* Update to Wine 1.3.26. This includes the following changes:Gerald Pfeifer2011-08-276-12/+14
| | | | | | | | | | | | | | | | | | - Support for multisampling in Direct3D. - New version of the Gecko engine. - Improvements to the network proxy handling. - Better write support in MSXML. - Side-by-side manifests for built-in libraries. - Various bug fixes. Explicitly disable gstreamer support, thus avoiding automatic detection and incorrect package lists in case. [1] PR: 159749 [1] Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> [1] Notes: svn path=/head/; revision=280595
* - Update MASTER_SITES and WWW: lineMartin Wilke2011-08-262-11/+9
| | | | | | | | | | - Add LICENSE PR: 160099 Submitted by: Ports Fury Notes: svn path=/head/; revision=280450
* - Fix MASTER_SITESMartin Wilke2011-08-261-7/+8
| | | | | | | | PR: 160098 Submitted by: Ports Fury Notes: svn path=/head/; revision=280449
* Fix last-minute Makefile edit that broke the build WITH_GNS3.Juergen Lock2011-08-251-5/+1
| | | | Notes: svn path=/head/; revision=280415
* - Undeprecate.Stanislav Sedov2011-08-241-8/+2
| | | | Notes: svn path=/head/; revision=280320
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵Koop Mast2011-08-231-2/+2
| | | | | | | needed. Notes: svn path=/head/; revision=280300
* Update to 0.9.7Ryan Steinmetz2011-08-232-7/+13
| | | | | | | | | | | Add LICENSE PR: ports/158929 Submitted by: L Campbell <llc2w@virginia.edu> (maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=280271
* Geocities has been gone for almost 2 years now, so let's removeDoug Barton2011-08-231-1/+0
| | | | | | | | | references to it. Deprecate ports whose only MASTER_SITE is (was) geocities Notes: svn path=/head/; revision=280250
* - Update to 0.15.0 - Changelog:Juergen Lock2011-08-2117-2911/+218
| | | | | | | http://wiki.qemu.org/ChangeLog/0.15 Notes: svn path=/head/; revision=280122
* - Update to version 0.6.3, which features number of bug fixes and "netbook"Alexey Dokuchaev2011-08-195-46/+19
| | | | | | | | | | | | | | look for small/short screens. Unfortunately, SX ROM revision J still does not seem to work - Build is done with GNU make now (was Imake before) - Contract ${MASTER_SITE_BERLIOS} -> BERLIOS - Augment CATEGORIES (add math): x48 can be used as powerful calculator - Add LICENSE (GPLv3), utilize PORTDOCS - Touch a COMMENT (use HP's official "graphic calculator" spelling) and add couple of small comments about HP ROM images in Makefile Notes: svn path=/head/; revision=280028
* - Update to 20110809Gabor Kovesdan2011-08-184-2797/+885
| | | | Notes: svn path=/head/; revision=279982
* Move LICENSE, LICENSE_COMB and LICENSE_FILE up to appease new portlint. [1]Gerald Pfeifer2011-08-154-118/+26
| | | | | | | | | | | | | | | Use PORTDATA which allows simplifying pkg-plist significantly. [1][2] Explicitly disable ALSA support. [2] Add to PLIST_SUB instead of just setting it (for the OPENAL knob). [1] Bump PORTREVISION due to the potentially fixed package list. PR: 159749 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> [1] Inspired by: Anatoly Borodin <anatoly.borodin@gmail.com> [2] Notes: svn path=/head/; revision=279783
* - Update to 0.143p2 ('borrowing' obrien's cool patchlevel code from editors/vim)Chris Rees2011-08-135-44/+63
| | | | | | | | | | | | | | | - Add missing fontconfig dependency - Use PORTDOCS/PORTEXAMPLES - Use PATCHDIR (not FILESDIR) - Use COPYTREE_SHARE (not cp -R) Mostly based on: PR: ports/153645 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer), acm Approved by: maintainer timeout (8 weeks) Notes: svn path=/head/; revision=279613
* Update to 1.5.0Emanuel Haupt2011-08-123-15/+30
| | | | | | | | PR: 159439 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=279567
* - Fix PG_UNMANAGED compile problem on HEAD after r224746.Bernhard Froehlich2011-08-123-0/+75
| | | | | | | | | | | | | | | Remove explicit initialization of m->flags and m->oflags because per default vm_phys_alloc_contig() already initializes the page as unmanaged. Chase move of PG_UNMANAGED flag from m->flags to m->oflags and renaming to VPO_UNMANAGED for an additional assert. PR: ports/159675 Reported by: Kyryll A Mirnenko <xmirya@gmail.com>, Michael Butler <imb@protected-networks.net> Thanks to: beat Notes: svn path=/head/; revision=279551
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-113-3/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Mark as broken on sparc64: fails to compile.Mark Linimon2011-08-101-1/+7
| | | | Notes: svn path=/head/; revision=279392
* Add dependency on alsa-lib. Port picks it up with configure if installedTilman Keskinoz2011-08-071-2/+5
| | | | | | | | | | Fix mispelled option MISALIGNED PR: 159340 Submitted by: Joel Ray Holveck <joelh@piquan.org> Notes: svn path=/head/; revision=279126