aboutsummaryrefslogtreecommitdiff
path: root/games/wormux
Commit message (Collapse)AuthorAgeFilesLines
* Remove, renamed to games/warmuxMax Brazhnikov2011-03-217-1759/+0
| | | | Notes: svn path=/head/; revision=271437
* - Update graphics/sdl_ttf to version 2.0.10Marcus von Appen2010-08-111-1/+1
| | | | | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version. Notes: svn path=/head/; revision=259098
* Add OPTIONS:Max Brazhnikov2010-06-142-0/+22
| | | | | | | | | | | FRIBIDI - bi-directional unicode support SERVER - build the index and game servers PR: ports/147733 Submitted by: Demelier David <demelier.david at gmail.com> Notes: svn path=/head/; revision=256535
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Update to 0.9.2.1Max Brazhnikov2010-04-253-5/+21
| | | | Notes: svn path=/head/; revision=253216
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+1
| | | | Notes: svn path=/head/; revision=252125
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update to 0.9.1Max Brazhnikov2010-03-143-65/+123
| | | | Notes: svn path=/head/; revision=251038
* Update to 0.9.0Max Brazhnikov2010-03-123-117/+266
| | | | | | | | | | | Take maintainership PR: ports/144147 Submitted by: makc@ Approved by: maintainer timeout Notes: svn path=/head/; revision=250969
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* - Fix fetchPav Lucistnik2009-09-151-1/+2
| | | | | | | | Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=241483
* Updated sdl_gfx to 2.0.19Marcus von Appen2009-08-021-1/+1
| | | | | | | | | Bumped PORTREVISION on dependent ports. Approved by: miwi (mentor) Notes: svn path=/head/; revision=238762
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 0.8.3Martin Wilke2009-04-113-251/+154
| | | | | | | | | PR: 132882 Requested by: Frank Bartels <freebsd@knarf.de> Approved by: maintainer timeout Notes: svn path=/head/; revision=232078
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-0/+1
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Update to 0.8.1Martin Wilke2008-09-273-375/+901
| | | | | | | | | PR: 127455 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=220905
* - Fix start crashMartin Wilke2008-09-072-0/+12
| | | | | | | | | | | - Bump PORTREVISION PR: 126680 (based on) Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=220180
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 0.8Martin Wilke2008-07-176-146/+401
| | | | | | | | | PR: 125130 Submitted by: miwi Approved by: maintainer timeout Notes: svn path=/head/; revision=216999
* 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
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Fix build with gcc 4.2Martin Wilke2007-07-141-6/+4
| | | | | | | Approved by: maintainer via privat mail Notes: svn path=/head/; revision=195629
* - Mark BROKEN on 7.0: does not compile with gcc42Pav Lucistnik2007-07-141-2/+2
| | | | | | | Requested by: Anton Yudin <contact@toha.org.ua> (maintainer) Notes: svn path=/head/; revision=195618
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-12/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.7.9Martin Wilke2007-02-264-613/+735
| | | | | | | | | PR: 108487 Submitted by: miwi Approved by: maintainer timeout Notes: svn path=/head/; revision=185974
* - Marked BROKEN for 4.XMartin Wilke2007-01-101-1/+1
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=181987
* - Fix incorrect install phatMartin Wilke2006-12-132-1/+608
| | | | | | | | | | | | | - Fix pkg-plist - Bump PORTREVISION PR: ports/105939 Submitted by: Denis Barov<dindin@freebsd.org.ua> Cédric Jonas <cedric@decemplex.net> (via privat mail) Approved by: maintainer timeout Notes: svn path=/head/; revision=179646
* - Update to 0.7.4Martin Wilke2006-11-153-423/+36
| | | | | | | | | PR: ports/105046 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: maintainer timeout Notes: svn path=/head/; revision=177364
* - Update to 0.7beta3Pav Lucistnik2006-03-184-28/+451
| | | | | | | | | PR: ports/93114 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Approved by: Anton Yudin <toha@toha.org.ua> (maintainer) Notes: svn path=/head/; revision=157622
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* Maybe this will work betterEdwin Groothuis2005-01-121-0/+1
| | | | | | | | | | | | checking for clanSignals-0.7... no gnome-config: not found Package clanSignals-0.7 was not found in the pkg-config search path. thus: USE_GNOME= gnomelibs Notes: svn path=/head/; revision=126177
* New port games/wormux.Edwin Groothuis2004-12-233-0/+60
Almost everyone has heard of the Worms(R) series of games, developed by Team17. Worms was created in 1990, the goal of the game consisting of a several teams of "worms" fighting to the death on a 2D map. Wormux is heavily influenced by all games in this genre, including Scorched Earth and Liero. Wormux is free software clone of this game concept. Though currently under heavy development, it is already very playable, with lots of weapons (Dynamite, Baseball Bat, Teleportation, etc.). There are also lots of maps available for your battling pleasure! Wormux takes the genre to the next level, with great customisation options leading to great gameplay. There is a wide selection of teams, from the Aliens to the Chickens. Also, new battlefields can be downloaded from the Internet, making strategy an important part of each battle. PR: ports/75186 Submitted by: Anton Yudin <toha@toha.org.ua> Notes: svn path=/head/; revision=124926