aboutsummaryrefslogtreecommitdiff
path: root/emulators/joytran
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Add -fcommon to CFLAGS to unbreak the build against modern compilers,Alexey Dokuchaev2020-09-021-2/+6
| | | | | | | | | | | e.g. Clang 11 or GCC 10 - While here, fix CMAKE_ARGS to avoid multi-page complaints from CMake and replace USE* knobs in somewhat more logical order Reported by: pkg-fallout Notes: svn path=/head/; revision=547311
* e*: Add missing USES={gnome,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517045
* Add USES=xorg USES=gl, ports categories eNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'e'. Notes: svn path=/head/; revision=516802
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Clean up plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371563
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* emulators/joytran: provide correct distinfoKurt Jaeger2014-07-201-2/+2
| | | | | | | | PR: 191893 Submitted by: beyert@cs.ucr.edu (maintainer) Notes: svn path=/head/; revision=362297
* emulators/joytran: 0.9.5.1 -> 0.9.5.2Kurt Jaeger2014-07-171-6/+6
| | | | | | | | | | | - stripped binary - USES update PR: 191893 Submitted by: beyert@cs.ucr.edu (maintainer) Notes: svn path=/head/; revision=362121
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* - Update to version 0.9.5.1 (fixes joystick support when SDL 2.x is used) [1]Pawel Pekala2013-11-232-12/+4
| | | | | | | | | | | - Support staging - Define supported DOCS option PR: ports/184064 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=334658
* - Switch devel/sdl20 to use the autotools-based configuration, since theMarcus von Appen2013-11-171-1/+1
| | | | | | | | | | | | | | cmake-based one is not maintained that well - Fix library naming to ensure backwards compatibility on minor version changes - Bump the PORTREVISION on ports depending on devel/sdl20, since its shared library name changed PR: ports/183975 Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com> Notes: svn path=/head/; revision=334079
* - Chase devel/sdl20 shlib version changeMarcus von Appen2013-10-251-2/+2
| | | | Notes: svn path=/head/; revision=331608
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* Update to version 0.9.5Pawel Pekala2013-05-024-36/+13
| | | | | | | | PR: ports/178294 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Notes: svn path=/head/; revision=317125
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 0.8.7Alex Kozlov2012-03-304-7/+53
| | | | | | | | | | | | | | | Appropriate credits given to hosts in documentation - Install Profiles system-wide (defaults to local profiles if available) - Install Optional Documentation system-wide (depends on NOPORTDOCS) - Fix fetch with BerliOS PR: ports/166487 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Approved by: eadler (mentor) Feature safe: yes Notes: svn path=/head/; revision=294000
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* - Update to 0.8.2Jason Helfman2012-02-062-4/+5
| | | | | | | | PR: ports/164758 Submitted by: maintainer, beyert at cs.ucr.edu Notes: svn path=/head/; revision=290507
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+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
* Joytran is a joystick to keyboard/mouse events translator written in C.Pawel Pekala2011-10-123-0/+50
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