summaryrefslogtreecommitdiff
path: root/games/quakeserver (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-292-2/+2
| | | | Notes: svn path=/head/; revision=21085
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-8/+8
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Remove comment about requiring linux compat stuff as this port usesMichael Haro1999-05-291-6/+1
| | | | | | | a BSDI binary. Notes: svn path=/head/; revision=19082
* Explicitly create ${WRKDIR}. Apparently unzip can't create more thanSatoshi Asami1998-12-011-1/+3
| | | | | | | one level of directories when given a -d argument. Notes: svn path=/head/; revision=14988
* Mass update of CPAN portsJames FitzGibbon1997-09-141-3/+3
| | | | | | | | | | p5-Pg -> 1.6.1 p5-Tk -> 402.002 p5-WWW-Search -> 1.010 p5-libwww -> 5.12 Notes: svn path=/head/; revision=7899
* Remove fifo before attempting to install it. Otherwise mkfifo fails.Satoshi Asami1997-06-031-1/+2
| | | | Notes: svn path=/head/; revision=6681
* pkg_create can't deal with named pipes (it just hangs there, and when youSatoshi Asami1997-06-031-1/+4
| | | | | | | | hit ^C, it will splat all the +* files in the current directory). Replace it with an explicit @exec mkfifo/chown/chmod sequence. Notes: svn path=/head/; revision=6680
* Add missing startup script to PLISTJames FitzGibbon1997-06-021-0/+1
| | | | Notes: svn path=/head/; revision=6667
* Minor fixes to startup script, Makefile, and readmeJames FitzGibbon1997-06-022-3/+2
| | | | Notes: svn path=/head/; revision=6666
* Fixed perl-style variable usage in a sh scriptJames FitzGibbon1997-06-011-4/+4
| | | | | | | | | | PR: Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=6664
* Upgrade (downgrade?) to v1.0.James FitzGibbon1997-05-316-43/+164
| | | | | | | Explanation: this port used to use the Linux quake client in server mode. It now uses the BSD/OS dedicated server binary, which has lower CPU and memory footprint, and has a different version numbering scheme. Notes: svn path=/head/; revision=6651
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Fix bad MASTER_SITES lineJames FitzGibbon1997-03-231-3/+3
| | | | | | | Reminded-that-I'm-an-idiot-by: Matthew Hunt <mph@pobox.com> Notes: svn path=/head/; revision=5983
* Remove from MASTER_SITES sites that don't have the now obsolete (by ID'sJames FitzGibbon1997-03-191-10/+4
| | | | | | | | | | standards) quake101.zip. This reduces the sites to 3, but until Cracked.Com releases a new version of the Linux Quake loader, there's not much more we can do. Submitted by: Tommy Cheng <tommycheng@pcmagic.net> Notes: svn path=/head/; revision=5978
* Removed entry from MASTER_SITES that had just a path without a hostname.James FitzGibbon1997-03-121-3/+2
| | | | | | | | Fixed typo in MASTER_SITES for ftp2.idsoftware.com Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=5950
* Add reason for NO_CDROM (shareware).Satoshi Asami1996-12-071-2/+2
| | | | Notes: svn path=/head/; revision=4865
* unzip and lha should be BUILD_DEPENDS not FETCH_DEPENDS. (Note thatSatoshi Asami1996-11-191-2/+2
| | | | | | | | BUILD_DEPENDS is actually checked from within the extract target, and thus covers everything from extract to build.) Notes: svn path=/head/; revision=4582
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+2
| | | | Notes: svn path=/head/; revision=4575
* Make the dependancy on linux_lib's libc.so less specific so that upgrades to ↵James FitzGibbon1996-10-301-2/+2
| | | | | | | that port won't break this one. Notes: svn path=/head/; revision=4203
* Not sure about the legality of including Quake shareware on the CD. I'll ↵James FitzGibbon1996-10-281-1/+2
| | | | | | | check into it, but for now, set NO_CDROM to be safe. Notes: svn path=/head/; revision=4180
* Import of port to host Quake netgames under FreeBSD.James FitzGibbon1996-10-286-0/+127
(what good was the QuakeC compiler without a server to run the games on?) Notes: svn path=/head/; revision=4178