aboutsummaryrefslogtreecommitdiff
path: root/games/crrcsim
Commit message (Collapse)AuthorAgeFilesLines
* - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as ↵Dmitry Marakasov2013-12-161-1/+0
| | | | | | | suggested by Porter's Handbook Notes: svn path=/head/; revision=336650
* - Support stagingDmitry Marakasov2013-10-162-162/+8
| | | | | | | | - Convert USE_GMAKE to USES - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=330505
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-0/+11
| | | | Notes: svn path=/head/; revision=327199
* - Explicitely specify portaudio2 so version, for it to not be confised with ↵Dmitry Marakasov2013-08-301-1/+1
| | | | | | | one from portaudio Notes: svn path=/head/; revision=325681
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Trim Makefile headersDmitry Marakasov2013-07-122-0/+0
| | | | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files Notes: svn path=/head/; revision=322840
* - Trim Makefile headersDmitry Marakasov2013-06-181-8/+6
| | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful Notes: svn path=/head/; revision=321181
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* - 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Kill EOL whitespace.Alexey Dokuchaev2011-06-231-3/+3
| | | | Notes: svn path=/head/; revision=276092
* - Update to 0.9.11Dmitry Marakasov2010-10-053-5/+8
| | | | Notes: svn path=/head/; revision=262464
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Add DESKTOP_ENTRY to bunch of portsDmitry Marakasov2009-09-111-0/+8
| | | | | | | - Mark some ports MAKE_JOBS_SAFE Notes: svn path=/head/; revision=241249
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Fix FMSPIC serial interface configuration problemsDmitry Marakasov2009-05-082-0/+46
| | | | | | | Submitted by: Erkki Moorits <erkki dot moorits at mail dot ee> Notes: svn path=/head/; revision=233414
* - Update to 0.9.10Dmitry Marakasov2009-03-126-47/+51
| | | | | | | - Update MASTER_SITES and WWW Notes: svn path=/head/; revision=229968
* - Update my email in two more portsDmitry Marakasov2008-06-201-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=215329
* Crrcsim is a model-airplane flight simulation program. Using it,Martin Wilke2008-06-195-0/+206
you can learn how to fly model aircraft, test new aircraft designs, and improve your skills by practicing on your computer. It rules! The flight model is very realistic. The flight model parameters are calculated based on a 3D representation of the aircraft. Stalls are properly modelled as well. Model control is possible with your own rc transmitter, or any input device such as joystick, mouse, keyboard. WWW: http://crrcsim.sourceforge.net/ PR: ports/124659 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> Notes: svn path=/head/; revision=215259