aboutsummaryrefslogtreecommitdiffstats
path: root/games/wop
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Update devel/sdl12 to 1.2.15mva2012-02-181-1/+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
* -remove MD5ohauer2011-07-031-2/+0
|
* - Update graphics/sdl_ttf to version 2.0.10mva2010-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.
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Update devel/sdl12 to version 1.2.14.mva2010-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)
* - Add DESKTOP_ENTRY to bunch of portsamdmi32009-09-121-0/+7
| | | | - Mark some ports MAKE_JOBS_SAFE
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Update URL of my distfile mirror in 87 portsamdmi32009-07-291-1/+1
| | | | Approved by: portmgr (erwin)
* - Update address of my distfile mirroramdmi32009-01-061-1/+1
|
* Update my email address in 132 ports.amdmi32008-06-201-1/+1
| | | | Approved by: miwi (mentor)
* * Depend on `makedepend' in a correct waymiwi2008-03-261-3/+2
| | | | | | | * Remove useless GCC variable PR: 122026 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-9/+3
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* [MAINTAINER] update my email address in 76 ports + mirror some distfilesedwin2006-12-221-3/+4
| | | | | | | | | I've got a brand new hosting, so change my email to the new one. Also, now I can mirror some distfiles, so update MASTER_SITES for some ports. PR: ports/107038 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-0/+1
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* - Update to 0.4.3clsung2006-07-272-4/+4
| | | | | PR: ports/100902 Submitted by: maintainer (Dmitry Marakasov)
* Track inplace distfile change [1]ehaupt2006-02-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [1] --- wop.diff begins here --- diff -ruN old/wop-0.4.1/src/Makefile new/wop-0.4.1/src/Makefile --- old/wop-0.4.1/src/Makefile Thu Feb 9 15:00:08 2006 +++ new/wop-0.4.1/src/Makefile Mon Feb 13 12:14:01 2006 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.80.2.2 2006/02/09 12:00:08 chfreund Exp $ +# $Id: Makefile,v 1.80.2.3 2006/02/13 09:14:01 chfreund Exp $ TARGET = ../bin/wop DBG_LEVEL = 4 @@ -12,12 +12,12 @@ SOURCE_FILES = $(wildcard *.cpp) OBJECT_FILES = $(patsubst %.cpp,%.o, $(SOURCE_FILES)) -CXXFLAGS ?= -Wall -Wshadow -Wsign-compare -Wparentheses -Wconversion -ansi +CXXFLAGS ?= -Wall -Wshadow -Wsign-compare -Wparentheses -Wconversion -O3 -ansi CXXFLAGS += -fno-exceptions -fno-strict-aliasing -ffloat-store \ -DDBG_LEVEL=$(DBG_LEVEL) -DLOG_LEVEL=$(LOG_LEVEL) \ -DUSE_SDL -DNEW=new\(std::nothrow\) \ -I../sdlwidgets \ - $(shell sdl-config --cflags) -g + $(shell sdl-config --cflags) # -g LDFLAGS = -L../sdlwidgets -lsdlwidgets -lz \ -lm -lSDL_net -lSDL_mixer -lSDL_ttf -lSDL_image \ $(shell sdl-config --libs) # -g --- wop.diff ends here --- PR: 93382 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
* Update to 0.4.1.lawrance2006-02-124-9/+27
| | | | | PR: ports/93112 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
* add build dependency on makedepend (devel/imake-6)edwin2005-12-271-0/+2
|
* New port: games/wop Free real-time Worms gameedwin2005-12-274-0/+4815
Worms of Prey is the new and free real-time Worms game for Linux, MacOS X, and Windows similar to Liero, Liero AI, Liero Extreme, Yet Another Liero Clone, NiL, and Wurmz! Features include: - Multi-player with one player per computer - Completely new graphics - Low bandwidth usage - Different game modes (death match, team play) - Ropes can be attached to any object - Rope can be released - Any number of ropes - Multiple moving goals - Free Linux, Windows and MacOS version under GPL license WWW: http://wormsofprey.org/ PR: ports/90946 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>