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

Port details
quake2-data 3.20_3 games on this many watch lists=2 search for ports that depend on this port
Quake II data files
Maintained by: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 16 Oct 2005 22:32:18
License: not specified in port


Quake II data files.

This port installs the data files needed to run Quake II: the updates for the
original game, or the demo (shareware) data if requested.

For a full game, you need to have a legitimate copy of the game in order to
obtain the pak0.pak file.

WWW: http://www.idsoftware.com/games/quake/quake2/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

This port is required by:

for Run

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


Configuration Options
===> The following configuration options are available for quake2-data-3.20_3:
     MANUAL=off: Install game HTML manual
     OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
     SHAREWARE=off: Install demo version of the game data
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 25

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
12 May 2013 08:39:29
Original commit files touched by this commit  3.20_3
danfe search for other commits by this committer
Toughen the check and unbreak INDEX.
12 May 2013 08:06:32
Original commit files touched by this commit  3.20_3
danfe search for other commits by this committer
If port is setting PKGNAMEPREFIX=${FOOPKGNAMEPREFIX}, but .include's this
file before <bsd.port.options.mk>, options handling gets broken because
options will be loaded from OPTIONSFILE which is based on UNIQUENAME and
thus PKGNAMEPREFIX, which is empty at that point.  Prevent this: ensure
that FOOPKGNAMEPREFIX is defined in advance for ports that use it to set
their PKGNAMEPREFIX and having OPTIONS.
12 May 2013 06:35:06
Original commit files touched by this commit  3.20_3
danfe search for other commits by this committer
- Slightly improve usage description (comment) in quake2-data/Makefile.include
- Synchronize other games' -data/Makefile.include files (consistently use
  LOCALBASE, drop obvious comments, adjust formatting, etc.)
17 Mar 2013 12:18:23
Original commit files touched by this commit  3.20_3
danfe search for other commits by this committer
- Makefile.include must be included before bsd.port.options.mk, otherwise
  "make config", "make showconfig" will not work correctly
- Drop redundant PKGMESSAGE assignment, tighten PLIST_SUB's
- Make a few non-functional changes while here
16 Mar 2013 13:33:12
Original commit files touched by this commit  3.20_3
danfe search for other commits by this committer
- Trim Makefile header per new style guidelines
- Convert to contemporary OPTIONS framework
- Cleanup Makefiles, fix a typo, reword pkg-descr
- Add a hint where to look for data port logic description to quake3-data
  port and terminate an URL with slash while here
03 Jul 2011 14:25:36
Original commit files touched by this commit  3.20_3
ohauer search for other commits by this committer
-remove MD5
14 Mar 2011 16:47:46
Original commit files touched by this commit  3.20_3
danfe search for other commits by this committer
Bring unmaintained Quake ports under my wing.
27 Feb 2011 04:54:41
Original commit files touched by this commit  3.20_3
tabthorpe search for other commits by this committer
- Reassign ports to heap

Submitted by:   alepulver
03 Jun 2010 15:54:29
Original commit files touched by this commit  3.20_3
pav search for other commits by this committer
- Convert unzip -a to USE_DOS2UNIX

PR:             ports/146533
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
17 Dec 2006 20:25:39
Original commit files touched by this commit  3.20_3
alepulver search for other commits by this committer
- Fix building with GCC 4.x.

Reported by:    pointyhat
18 Sep 2006 20:02:55
Original commit files touched by this commit  3.20_3
alepulver search for other commits by this committer
- Add the demo/manual distfile to the "data" group.

Reported by:    Volodymyr Kostyrko <arcade@synergetica.dn.ua>
04 Aug 2006 15:19:08
Original commit files touched by this commit  3.20_3
alepulver search for other commits by this committer
- Fix wrong backslash breaking the MANUAL option.
02 Aug 2006 15:45:12
Original commit files touched by this commit  3.20_3
alepulver search for other commits by this committer
- Add missing entry in distinfo (required for MANUAL and SHAREWARE options).
28 Jul 2006 21:39:00
Original commit files touched by this commit  3.20_3
alepulver search for other commits by this committer
- Bump PORTREVISION.
- Build an install the original game.so file to avoid each engine having to
  build its own version (unless it provides additional features or is
  incompatible).
- Add MANUAL option (to install the game manual).
- Add some notes about Quake II ports in Makefile.include.
- Remove CTF option (split to "games/quake2-ctf").
- Remove mention of Rogue/Xatrix mission packs in files/pkg-message.in (split
  to "games/quake2/rogue" and "games/quake2-xatrix").
24 Apr 2006 21:12:50
Original commit files touched by this commit  3.20_2
alepulver search for other commits by this committer
- Fix OPTIONS handling.
- Bump PORTREVISION.

Approved by:    garga (mentor)
09 Apr 2006 13:08:16
Original commit files touched by this commit  3.20_1
alepulver search for other commits by this committer
Change the maintainership address to the @FreeBSD.org one.

Approved by:    garga (mentor)
06 Apr 2006 00:21:42
Original commit files touched by this commit  3.20_1
edwin search for other commits by this committer
[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>
22 Jan 2006 02:11:14
Original commit files touched by this commit  3.20_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
28 Dec 2005 21:15:32
Original commit files touched by this commit  3.20_1
edwin search for other commits by this committer
[MAINTAINER UPDATE] games/quake2-data: redesign, patch dependant ports

        - Changed quake2-data/Makefile.include to be more similar
          to bsd.*.mk files, also it doesn't override port's
          variables.
        - Change dependant ports.

PR:             ports/90147
Subnmitted by:  Alejandro Pulver <alejandro@varnet.biz>
25 Nov 2005 21:47:35
Original commit files touched by this commit  3.20_1
pav search for other commits by this committer
- Add SHA256

Requested by:   maintainer
03 Nov 2005 05:14:42
Original commit files touched by this commit  3.20_1
edwin search for other commits by this committer
move BUILD_DEPENDS to EXTRACT_DEPENDS
Noticed by: YAPHR
31 Oct 2005 17:19:28
Original commit files touched by this commit  3.20
garga search for other commits by this committer
- Add MASTER_SITES mirrot
- Unbraek

PR:             ports/88209
Submitted by:   maintainer
28 Oct 2005 22:52:43
Original commit files touched by this commit  3.20
kris search for other commits by this committer
BROKEN: Unfetchable
19 Oct 2005 22:34:32
Original commit files touched by this commit  3.20
edwin search for other commits by this committer
Add dependency on archivers/unzip
Noticed by: YAPHR
16 Oct 2005 22:31:37
Original commit files touched by this commit  3.20
edwin search for other commits by this committer
[NEW PORT] games/quake2-data - Quake II data files

        Quake II data files.

        This port installs the data files needed to run Quake II.
        It installs the updates and Capture The Flag mod data.

        You still need to have a legitimate copy of the game in
        order to obtain the .pak files. Otherwise you can use the
        shareware version of the game data.

PR:             8 7179
Submitted by:   Alejandro Pulver <alejandro@varnet.biz>

Number of commits found: 25

2865
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24542
Broken 216
Deprecated 478
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 2
new 48 hours8
new 7 days30
new fortnight60
new month217

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