aboutsummaryrefslogtreecommitdiff
path: root/games/freetennis
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* - Add LICENSEDmitry Marakasov2016-08-182-2/+5
| | | | | | | - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=420403
* Ressurect devel/omake, graphics/ocaml-images and games/freetennis [1]Rene Ladan2016-07-234-0/+68
| | | | | | | | | | | | | | | | | | | - devel/omake: - add new MASTER_SITES - regenerate patches [1] - graphics/ocaml-images: - add missing LIB_DEPENDS - pet portlint - bump PORTREVISION - games/freetennis: - add missing indirect depedencies [2] - bump PORTREVISION PR: 210853 [1] Submitted by: lightside@gmx.com [1] Reported by: poudriere testport [2] Notes: svn path=/head/; revision=418967
* Remove expired ports:Rene Ladan2016-07-054-62/+0
| | | | | | | | | games/freetennis: depends on expired graphics/ocaml-images 2016-07-04 graphics/ocaml-images: Depends on expiring devel/omake 2016-07-04 devel/omake: Broken for more than 6 months Notes: svn path=/head/; revision=418101
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addGuido Falsi2015-05-041-1/+1
| | | | | | | | | | | | | | | | | | depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat) Notes: svn path=/head/; revision=385413
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS becauseTijl Coosemans2014-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upstream forgot to regenerate the build scripts. This makes the build use the correct version information and causes a library version bump. Use this opportunity to use USES=libtool instead of USES=libtool:oldver. Bump PORTREVISION on all dependent ports and convert them to USES=libtool where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS syntax here and there. games/freedink-engine: - Option helpers. - Staging. - Use dirrmtry for locale directories. games/oolite: - Staging. - Replace ECHO with ECHO_CMD. - Don't use GNUSTEP_PREFIX to install files because it expands to LOCALBASE rather than PREFIX. games/openssn: - Remove USES=desktop-file-utils. No MimeType field in desktop file. - Staging. - Install files in standard DATADIR. games/xblast: - Use proper options. - Staging. - Patch configure so normal make install can be used instead of do-install. - Replace TAR | TAR with COPYTREE_SHARE. Notes: svn path=/head/; revision=352815
* - Add staging supportPawel Pekala2014-04-131-18/+4
| | | | | | | | - Convert to USES=tar:bzip2 - Use PORDATA for plist Notes: svn path=/head/; revision=351239
* 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
* games/freetennis: Adjust dependenciesJohn Marino2013-08-181-2/+2
| | | | | | | | | | | | | | | | There were a few problems with the dependency definitions of freetennis. The ocaml-images dependency is a static build dependency, and not a RUN DEPENDS. Secondly, a specific static library is specified, but no library of that name exists, at least not for the upcoming ocaml-images 4.0. Freetennis really wants the entire directory, so ocaml-images has been changed to a package depends instead of a file depends. It's been tested with ocaml-images 4.0 (DragonFly) and ocaml-images 3.0 (FreeBSD/ Redports). Approved by: bapt/culot (mentors, implicit) Notes: svn path=/head/; revision=324890
* Compilation of ocaml-images is no longer broken (tested on multiple systems).Johan van Selst2013-08-061-3/+0
| | | | | | | | Possibly silently fixed through update of a dependency. Expiration notice removed. Notes: svn path=/head/; revision=324318
* Set expiration date to 2013-08-04, depends on expired graphics/ocaml-imagesRene Ladan2013-06-031-1/+4
| | | | Notes: svn path=/head/; revision=319814
* update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjustBrendan Fabeny2013-03-051-7/+5
| | | | | | | | | | dependent ports PR: 144982, 149958 Reviewed by: johans (earlier version of the patch) Notes: svn path=/head/; revision=313476
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Fix build with new ocaml-images.Stanislav Sedov2010-04-092-6/+4
| | | | Notes: svn path=/head/; revision=252476
* Mark BROKEN: does not build.Erwin Lansing2010-04-041-0/+2
| | | | Notes: svn path=/head/; revision=252215
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Reset jylefort's port maintainerships. portmgr has taken his commit bitMark Linimon2008-04-291-1/+1
| | | | | | | into safekeeping due to inactivity. Notes: svn path=/head/; revision=212200
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Free Tennis is a tennis simulation. The most notable features of Free TennisJean-Yves Lefort2007-03-074-0/+81
are: - Real tactics are useful in the game. For example, it is best to take the net with a slow, low shot (backspin); it is best to play diagonal when you are decentered horizontally, in order not to give angles; you should get back to center and behind the baseline after the shot, in order not to be caught in No-Man's-Land when the opponent hits - The A.I. is very advanced and reflects those tactics; - You have total control over the parabola described by the shot; - The graphic gestures are realistic and elegant; - Different players have different skills; - The game is developed by a former tennis player; WWW: http://freetennis.sourceforge.net/ Notes: svn path=/head/; revision=186813