b2a1 FreshPorts -- games/warsow
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
warsow 0.6.2_3 games on this many watch lists=0 search for ports that depend on this port
Futuristic, fast-paced first person shooter
Maintained by: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 01 Jun 2006 11:21:57
License: GPLv2


Set in a futuristic cartoon-like world where rocketlauncher-wielding pigs
and lasergun-carrying cyberpunks roam the streets, Warsow is a completely
free fast-paced first-person shooter (FPS) for Windows, Unix, and Mac OS X.

Speed and movement, that's what Warsow is all about.  Like a true cyber-
athlete you jump, dash, dodge, and walljump your way through the game.
Grab those power-ups before your enemy does, plant the bomb before anyone
sees you, and steal the enemy's flag before anyone knows what's going on!

WWW: http://www.warsow.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
  2. x11/libXinerama
  3. x11/libXxf86dga
  4. devel/sdl12
Required To Run:
  1. games/warsow-data
  2. x11/libXinerama
  3. x11/libXxf86dga
Required Libraries:
  1. ftp/curl
  2. graphics/jpeg
  3. audio/libvorbis
  4. audio/openal-soft
  5. graphics/libGL
  6. devel/sdl12
There are no ports dependent upon this port

To install the port: cd /usr/ports/games/warsow/ && make install clean
To add the package: pkg_add -r warsow


Configuration Options
===> The following configuration options are available for warsow-0.6.2_3:
     CLIENT=on: Build game client
     IRC=on: Build IRC client module
     OPENAL=on: Build OpenAL sound module
     QF=on: Build Qf sound module
     SERVER=on: Build dedicated server
     TV_SRV=on: Build Warsow TV server
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/warsow/
  2. http://www.zcdn.org/dl/

Number of commits found: 31

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
05 Dec 2012 10:52:11
Original commit files touched by this commit  0.6.2_3
danfe search for other commits by this committer
In preparation to update the port to version 1.0.2, cleanup things a bit:

- Convert to the new OPTION framework
- Drop shlib ABI version numbers from LIB_DEPENDS
- Retire WSWSUBDIR variable, drop article from COMMENT, trim header
- Avoid legacy "yes" values in USE_GL and USE_SDL knobs
- Slightly change some in-place patching (idea from Gentoo)
- Move client-related OPTIONS inside .if ${PORT_OPTIONS:MCLIENT} block

Feature safe:	yes
19 Jul 2012 20:15:39
Original commit files touched by this commit  0.6.2_3
naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
18 Feb 2012 10:18:33
Original commit files touched by this commit  0.6.2_2
mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- 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
23 Nov 2011 14:32:03
Original commit files touched by this commit  0.6.2_1
danfe search for other commits by this committer
Convert pkg-list into PLIST_FILES/DIRS.  While static plists are good in a
number of ways (e.g. greppability), in this particular case it was hardly
useful feature: lots of PLIST_SUB's (literally, every line of pkg-plist is
substituted up to four times).  It turned out that maintaining even a short
plist like this one and keeping all PLIST_SUB's consistent causes just too
much hassle.

Also, this conversion allows us to drop WSWBIN variable and get executable
list from PLIST_FILES directly with small make(1) magic, yet not damaging
readability at the same time.  Makefile is considerably sorter now.  ;-)

Feature safe:   yes
23 Nov 2011 11:35:26
Original commit files touched by this commit  0.6.2_1
danfe search for other commits by this committer
- Fix unicode input in X11 (courtesy of Danko Alexeyev)
- While here, remove `-g' from CFLAGS when building AngelScript

Obtained from:  http://forum.picmip.org/forum/thread/12194
Feature safe:   yes
23 Nov 2011 10:08:05
Original commit files touched by this commit  0.6.2
danfe search for other commits by this committer
- Update to version 0.6.2
- Remove stale master sites
- Adjust COMMENT slightly; avoid full stop in a comment in post-patch
- Build angelwrap library (cf. PR ports/155268)

Feature safe:   yes
21 Nov 2011 10:36:26
Original commit files touched by this commit  0.6
danfe search for other commits by this committer
- Reformat for better line length distribution
- Replace occurrence of `Linux' with `Unix'

Feature safe:   yes
07 Feb 2011 10:59:53
Original commit files touched by this commit  0.6
danfe search for other commits by this committer
- Update Warsow game and data ports to version 0.6
- Clean up distfile mirror list (via distilator)
- Add LICENSE (GPLv2, applies to game engine only)
- Add NO_PACKAGE to data port as its size is 550MB now

Feature safe:   yes
06 Jun 2010 20:44:03
Original commit files touched by this commit  0.5_4
naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
03 Apr 2010 10:44:36
Original commit files touched by this commit  0.5_3
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.5_2
dinoex search for other commits by this committer
- update to jpeg-8
25 Jan 2010 19:15:18
Original commit files touched by this commit  0.5_1
pav search for other commits by this committer
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:             ports/142123
Submitted by:   mva
Tested by:      pointyhat exp-run
Approved by:    portmgr (hat)
05 Dec 2009 15:04:34
Original commit files touched by this commit  0.5
danfe search for other commits by this committer
- Belatedly update to version 0.5
- Offer to install community map pack (on by default)
- Convert one patch file to simple inplace editing
03 Oct 2009 16:54:07
Original commit files touched by this commit  0.42_3
danfe search for other commits by this committer
Update description to match official one.
18 Jul 2009 11:11:29
Original commit files touched by this commit  0.42_3
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
06 Jul 2009 21:26:00
Original commit files touched by this commit  0.42_2
naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
23 Jan 2009 15:43:14
Original commit files touched by this commit  0.42_1
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
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.
12 Aug 2008 19:11:19
Original commit files touched by this commit  0.42
danfe search for other commits by this committer
Fix classic "unquoted parameter with spaces" case.

Reported by:    pointyhat (via pav, erwin)
25 Jul 2008 09:34:45
Original commit files touched by this commit  0.42
danfe search for other commits by this committer
Add missing dependency.  I hate modular X.Org sooo much.  :-(

Reported by:    QA Tindy
25 Jul 2008 06:09:42
Original commit files touched by this commit  0.42
danfe search for other commits by this committer
- Belatedly update to version 0.42
- Introduce number of new knobs
- Throw in couple of comments on inplace patching
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.12_7
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
27 Mar 2008 13:15:53
Original commit files touched by this commit  0.12_7
miwi search for other commits by this committer
- Add missing dependency
- Bump PORTREVISION

Submitted by:   pavbot
13 Mar 2008 14:28:35
Original commit files touched by this commit  0.12_6
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
19 May 2007 20:32:57
Original commit files touched by this commit  0.12_5
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
13 Dec 2006 12:41:36
Original commit files touched by this commit  0.12_4
roam search for other commits by this committer
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:   -ports
20 Sep 2006 11:21:59
Original commit files touched by this commit  0.12_3
stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   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)
20 Aug 2006 15:11:09
Original commit files touched by this commit  0.12_2
acm search for other commits by this committer
- Integrate games/warsow with games/warsow-data
- Fixes some problems with games/linux-warsow and games/warsow-data, now
  we can install games/warsow and games/linux-warsow at the same place.

Submitted by:   me
Approved by:    maintainer timeout (16 days), garga (mentor)
29 Jun 2006 09:07:17
Original commit files touched by this commit  0.12_1
danfe search for other commits by this committer
- Fix potential mouse problems
- Utilize OPTIONS for granular build
- Bump PORTREVISION

PR:             ports/98774
Submitted by:   alepulver
28 Jun 2006 09:18:21
Original commit files touched by this commit  0.12
danfe search for other commits by this committer
- Update to version 0.12
- Report correct build platform in "version" cvar
- Set and utilize DATADIR macro (Makefile/pkg-plist)
16 Jun 2006 04:17:59
Original commit files touched by this commit  0.11
danfe search for other commits by this committer
Fix missing dependency, use modern GCC to build on 4.X.

Reported by:    krismail
01 Jun 2006 11:19:18
Original commit files touched by this commit  0.11
danfe search for other commits by this committer
Add Warsow, a fast paced first person shooter game with cartoonish graphics
which is primarily focused on trix (trick jumps) and art of move.

WWW: http://www.warsow.net/

Number of commits found: 31

282b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24529
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days26
new fortnight58
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0