Port details |
- quake2-source Quake II game source
- 3.21_1 games
=2 3.21_1Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2005-10-16 05:59:15
- Last Update: 2022-07-20 14:21:58
- Commit Hash: d56127b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- Description:
- This port installs the Quake II game source, together with BSD Makefiles, for
building modifications. It can also install the Capture the Flag mod, Rogue,
and Xatrix game sources.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- quake2-source>0:games/quake2-source
- To install the port:
- cd /usr/ports/games/quake2-source/ && make install clean
- To add the package, run one of these commands:
- pkg install games/quake2-source
- pkg install quake2-source
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: quake2-source
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (quake2lnx/quake2-r0.16.2.tar.gz) = 98cea3cbd70bd1f195e5190d0ae047c636e00e21dbc6cc5bdee4acd52876d3e9
SIZE (quake2lnx/quake2-r0.16.2.tar.gz) = 1496377
SHA256 (quake2lnx/roguesrc320.shar.Z) = ceefb2fd748961cb0bc3244220f3eb09d8f7b8ca2eb32cdf9b284727a2fdc919
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for quake2-source-3.21_1:
CTF=off: Capture The Flag mod source
ROGUE=off: Ground Zero (Rogue) mission pack source
XATRIX=off: Reckoning (Xatrix) mission pack source
===> Use 'make config' to modify these settings
- Options name:
- games_quake2-source
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.21_1 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 ) |
3.21_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.21_1 01 Jan 2016 17:53:19
  |
rakuco  |
Remove MASTER_SITE that no longer exists. |
3.21_1 17 Aug 2015 14:20:41
  |
mat  |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
3.21_1 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.21_1 16 Jan 2015 20:14:52
  |
amdmi3  |
- Drop @dirrm* from and add empty directories to plists
Approved by: portmgr blanket |
3.21_1 09 Jul 2014 02:29:22
  |
danfe  |
Mostly cosmetic fixes over various Quake2 ports:
- Wrap overly long lines to fit standard terminal width
- When installing pre-generated docs, do not check PORT_OPTIONS:MDOCS
which is useless in post-stage era
- Simplify MASTER_SITES, optimize away MASTER_SITE_SUBDIR if possible
- Amend COMMENT text and pkg-descr in `quake2-lights' port
- Unbreak installation of Quake2-LNX (icculus.org port) |
3.21_1 03 Jul 2014 22:35:58
  |
wg  |
games/quake2-source: support stage |
3.21_1 02 Jul 2014 18:22:39
  |
antoine  |
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr |
3.21_1 05 May 2014 09:45:37
  |
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
3.21_1 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
3.21_1 31 May 2013 14:40:56
  |
jgh  |
- adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup
Approved by: portmgr (bapt) |
3.21_1 03 Jul 2011 14:25:36
 |
ohauer  |
-remove MD5 |
3.21_1 14 Mar 2011 16:47:46
 |
danfe  |
Bring unmaintained Quake ports under my wing. |
3.21_1 27 Feb 2011 04:54:41
 |
tabthorpe  |
- Reassign ports to heap
Submitted by: alepulver |
3.21_1 31 Mar 2007 02:36:40
 |
alepulver  |
- Bump PORTREVISION because of the changes in the last commit. |
3.21 31 Mar 2007 02:33:20
 |
alepulver  |
- Remove part of patch-security which was causing a "Bad challenge" error when
connecting to a password protected server.
Reported by: "Kyle Hunter" <keletmaster@gmail.com> |
3.21 29 Dec 2006 21:34:35
 |
alepulver  |
- Fix MASTER_SITES (point to real URL instead of the one with a redirect).
Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua> |
3.21 24 Apr 2006 21:13:27
 |
alepulver  |
- Remove '@' from installation commands.
Approved by: garga (mentor) |
3.21 09 Apr 2006 13:08:16
 |
alepulver  |
Change the maintainership address to the @FreeBSD.org one.
Approved by: garga (mentor) |
3.21 06 Apr 2006 00:21:42
 |
edwin  |
[PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWARE
This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors to
bsd.sites.mk and adds it to the following ports:
games/doom
games/linux-quake3
games/linux-quake4
games/qcc
games/quake-data
games/quake-source
games/quake2-data
games/quake2-source
games/quake2forge
games/quake2lnx
games/quake3
games/quake3-data
games/rtcw
PR: ports/93546
Submitted by: Alejandro Pulver <alejandro@varnet.biz> |
3.21 14 Nov 2005 21:38:12
 |
mnag  |
Add more master sites
Add SHA256
PR: 89034
Submitted by: "Alejandro Pulver" <alejandro@varnet.biz> (maintainer) |
3.21 16 Oct 2005 05:58:42
 |
edwin  |
[NEW PORT] games/quake2-source - Quake II game source
Quake II game source.
This port installs the Quake II game source, together with
BSD Makefiles, for building modifications. It can also
install the Capture the Flag mod, Rogue and Xatrix game
source.
PR: ports/86737
Submitted by: Alejandro Pulver <alejandro@varnet.biz> |