Port details |
- tremulous Free FPS game featuring two opposing teams: humans and aliens
- 1.1.0_14 games =5 1.1.0_14Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2006-06-08 03:21:16
- Last Update: 2024-02-29 20:21:37
- Commit Hash: 572f236
- People watching this port, also watch:: k3b, mplayer, fusefs-sshfs, wine, xorg-server
- License: GPLv2
- WWW:
- http://www.tremulous.net/
- Description:
- Tremulous is a free, open source game that blends a team based FPS with
elements of an RTS. Players can choose from 2 unique races: aliens and
humans. Players on both teams are able to build working structures in-game
like an RTS. These structures provide many functions, the most important
being spawning. The designated builders must ensure there are spawn
structures or other players will not be able to rejoin the game after death.
Other structures provide automated base defense (to some degree), healing
functions, and much more.
Player advancement is different depending on which team you are on. As a
human, players are rewarded with credits for each alien kill. These credits
may be used to purchase new weapons and upgrades from the "Armoury". The
alien team advances quite differently. Upon killing a human foe, the alien
is able to evolve into a new class. The more kills gained the more powerful
the classes available.
The overall objective behind Tremulous is to eliminate the opposing team.
This is achieved by not only killing the opposing players but also removing
their ability to respawn by destroying their spawn structures.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tremulous>0:games/tremulous
- To install the port:
- cd /usr/ports/games/tremulous/ && make install clean
- To add the package, run one of these commands:
- pkg install games/tremulous
- pkg install tremulous
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tremulous
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tremulous-1.1.0.zip) = c7bb66f55abc88932edee16c253e5d37f90dded2ce29cf6cb15ad4f78e378987
SIZE (tremulous-1.1.0.zip) = 105821907
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xxf86dga.pc : x11/libXxf86dga
- xxf86vm.pc : x11/libXxf86vm
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xxf86dga.pc : x11/libXxf86dga
- xxf86vm.pc : x11/libXxf86vm
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tremulous-1.1.0_14:
GAMELIBS=off: Force building game libraries
OPENAL=off: Audio support via OpenAL
OPENAL_DLOPEN=off: Enable dinamic loading of OpenAL
OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
SDL_AUDIO=off: Use SDL for audio
SDL_VIDEO=off: Use SDL for video
VORBIS=off: Ogg Vorbis audio codec support
====> Clients and servers: you have to choose at least one of them
CLIENT=on: Build client
DEDICATED=on: Build dedicated server
SMP_CLIENT=on: Build SMP (threaded) client
MASTER_SERVER=off: Build master server
===> Use 'make config' to modify these settings
- Options name:
- games_tremulous
- USES:
- cpe gmake zip gl xorg
- pkg-message:
- For install:
- If you have sound problems with SDL try setting the variable "s_sdlSpeed" to
"44100". It will be saved to the configuration file.
If you have sound problems with OpenAL recompile without it. Also the OPENAL
option causes the program to omit restoring gamma and mouse sensitivity after
exiting.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0_14 29 Feb 2024 20:21:37 |
Tijl Coosemans (tijl) |
Mk/*: Build with a clean environment
Both our make and gmake use the MAKEFLAGS environment variable but the
values aren't compatible and the latest version of gmake complains about
that. To rule out that any environment variable can cause problems like
this, add a new command SETENVI=/usr/bin/env -i that clears the
environment, and use it to run upstream build systems with a clean
environment.
Introduce a new variable WRK_ENV that contains the environment to use
with SETENVI in all targets that run upstream build commands. Variables
that are common between CONFIGURE_ENV and MAKE_ENV could be moved to
WRK_ENV but for now it just contains a minimal environment:
HOME=${WRKDIR}: Fixes USES=elixir ports that were using the user's HOME. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.0_13 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.0_13 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.1.0_13 31 Aug 2021 09:23:30 |
Bernhard Froehlich (decke) |
games/tremulous: Add CPE information
Approved by: portmgr (blanket) |
1.1.0_13 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.1.0_12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.0_12 04 Feb 2021 17:13:09 |
jbeich |
games/tremulous: unbreak with libglvnd
src/unix/linux_glimp.c:74:10: fatal error: 'X11/extensions/xf86vmode.h' file not
found
#include <X11/extensions/xf86vmode.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: antoine (via bug 246767 exp-run) |
1.1.0_12 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
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. |
1.1.0_12 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
1.1.0_12 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.1.0_11 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1.0_11 25 Mar 2015 23:00:51 |
marino |
games category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket |
1.1.0_11 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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. (Only the first 15 lines of the commit message are shown above ) |
31 Oct 2014 16:11:34
|
amdmi3 |
- Release ports maintained by games@
games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.
Suggested by: marino |
1.1.0_10 14 Oct 2014 15:40:21 |
amdmi3 |
- Drop @dirrm* from plist |
1.1.0_10 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.1.0_9 10 Sep 2014 11:55:07 |
danfe |
- Unbreak the build against Clang
- Bring it under warm games@ wing |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
1.1.0_9 25 Dec 2013 23:29:34 |
antoine |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
1.1.0_9 20 Nov 2013 03:16:24 |
danilo |
- Convert USE_GMAKE to USES
- Convert LIB_DEPENDS to new syntax
- Remove the linker's parameter -static on module master_server
- Add stage support |
1.1.0_9 22 Oct 2013 13:53:34 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
1.1.0_9 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.1.0_9 11 May 2013 12:07:37 |
danfe |
- Improve OPTIONS handling; sort things around the Makefile a bit
- Reformat port description so the right edge is not that ragged (fmt -w 77)
- Relinquish to the pool; port is stable enough to fly solo |
1.1.0_9 16 Mar 2013 16:44:46 |
danfe |
- Remove dead sites from the MASTER_SITES
- Correct one option description while here |
1.1.0_9 16 Mar 2013 15:24:11 |
danfe |
- Trim old-school Makefile header, define LICENSE (GPLv2)
- Clarify wording in the COMMENT line
- Convert to contemporary OPTIONS framework and cleanup Makefile
- Drop shlib ABI version from LIB_DEPENDS
- Fix couple of typos in pkg-message |
1.1.0_9 28 Jul 2012 15:57:56 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.1.0_9 18 Feb 2012 10:18:33 |
mva |
- 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 |
1.1.0_8 11 Nov 2011 02:44:03 |
linimon |
Remove powerpc stanza: fails to compile.
Hat: portmgr
Feature safe: yes |
1.1.0_8 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
1.1.0_8 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
1.1.0_7 25 Jan 2010 19:15:18 |
pav |
- 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) |
1.1.0_6 22 Aug 2009 02:23:49 |
amdmi3 |
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself |
1.1.0_6 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.1.0_6 19 Aug 2009 22:19:12 |
danfe |
- Utilize SF macro for master sites
- Reindent OPTIONS
- Take maintainership |
1.1.0_6 19 Aug 2009 19:50:32 |
linimon |
Reset sbahra at his request due to lack of time to work on these ports. |
1.1.0_6 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
1.1.0_5 19 Apr 2008 17:56:05 |
miwi |
- 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) |
1.1.0_4 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
1.1.0_3 19 Oct 2007 03:31:59 |
alepulver |
- Pass maintainership to sbahra@kerneled.org.
Submitted by: "Samy Al Bahra" <sbahra@kerneled.org> (private e-mail) |
1.1.0_3 02 Oct 2007 18:56:06 |
alepulver |
- Add USE_XLIB since after the 7.x Xorg update, USE_GL doesn't imply it [1].
- Remove 4.x support.
Reported by: linimon [1] |
1.1.0_3 28 Jul 2007 12:27:31 |
miwi |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
1.1.0_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.1.0_1 20 Sep 2006 11:21:59 |
stas |
- 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) |
1.1.0 11 Jun 2006 22:56:08 |
alepulver |
- Add pkg-message about how to fix SDL sound problem. |
1.1.0 07 Jun 2006 22:44:51 |
alepulver |
Tremulous is a free, open source game that blends a team based FPS with
elements of an RTS. Players can choose from 2 unique races, aliens and humans.
Players on both teams are able to build working structures in-game like an
RTS. These structures provide many functions, the most important being
spawning. The designated builders must ensure there are spawn structures or
other players will not be able to rejoin the game after death. Other
structures provide automated base defense (to some degree), healing functions
and much more...
Player advancement is different depending on which team you are on. As a
human, players are rewarded with credits for each alien kill. These credits
may be used to purchase new weapons and upgrades from the "Armoury". The alien
team advances quite differently. Upon killing a human foe, the alien is able
to evolve into a new class. The more kills gained the more powerful the
classes available.
The overall objective behind Tremulous is to eliminate the opposing team. This
is achieved by not only killing the opposing players but also removing their
ability to respawn by destroying their spawn structures.
WWW: http://www.tremulous.net/ |