Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-29 | 2 | -2/+2 |
| | |||||
* | echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff | mharo | 1999-08-28 | 1 | -8/+8 |
| | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | awk -> ${AWK} | mharo | 1999-08-23 | 1 | -2/+2 |
| | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} | ||||
* | chmod -> ${CHMOD} | mharo | 1999-08-23 | 1 | -4/+4 |
| | | | | chown -> ${CHOWN} | ||||
* | Commit #2/4 to enforce Caps, no period. I ran this oe as | hoek | 1999-06-27 | 1 | -1/+1 |
| | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) | ||||
* | Remove comment about requiring linux compat stuff as this port uses | mharo | 1999-05-29 | 1 | -6/+1 |
| | | | | a BSDI binary. | ||||
* | Explicitly create ${WRKDIR}. Apparently unzip can't create more than | asami | 1998-12-01 | 1 | -1/+3 |
| | | | | one level of directories when given a -d argument. | ||||
* | Mass update of CPAN ports | jfitz | 1997-09-14 | 1 | -3/+3 |
| | | | | | | | p5-Pg -> 1.6.1 p5-Tk -> 402.002 p5-WWW-Search -> 1.010 p5-libwww -> 5.12 | ||||
* | Remove fifo before attempting to install it. Otherwise mkfifo fails. | asami | 1997-06-03 | 1 | -1/+2 |
| | |||||
* | pkg_create can't deal with named pipes (it just hangs there, and when you | asami | 1997-06-03 | 1 | -1/+4 |
| | | | | | hit ^C, it will splat all the +* files in the current directory). Replace it with an explicit @exec mkfifo/chown/chmod sequence. | ||||
* | Add missing startup script to PLIST | jfitz | 1997-06-02 | 1 | -0/+1 |
| | |||||
* | Minor fixes to startup script, Makefile, and readme | jfitz | 1997-06-02 | 2 | -3/+2 |
| | |||||
* | Fixed perl-style variable usage in a sh script | jfitz | 1997-06-02 | 1 | -4/+4 |
| | | | | | | | PR: Reviewed by: Submitted by: Obtained from: | ||||
* | Upgrade (downgrade?) to v1.0. | jfitz | 1997-05-31 | 6 | -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. | ||||
* | Add virtual category 'tk41'. | wosch | 1997-04-20 | 1 | -2/+2 |
| | |||||
* | Fix bad MASTER_SITES line | jfitz | 1997-03-23 | 1 | -3/+3 |
| | | | | Reminded-that-I'm-an-idiot-by: Matthew Hunt <mph@pobox.com> | ||||
* | Remove from MASTER_SITES sites that don't have the now obsolete (by ID's | jfitz | 1997-03-19 | 1 | -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> | ||||
* | Removed entry from MASTER_SITES that had just a path without a hostname. | jfitz | 1997-03-12 | 1 | -3/+2 |
| | | | | | Fixed typo in MASTER_SITES for ftp2.idsoftware.com Submitted by: Bill Fenner <fenner@parc.xerox.com> | ||||
* | Add reason for NO_CDROM (shareware). | asami | 1996-12-07 | 1 | -2/+2 |
| | |||||
* | unzip and lha should be BUILD_DEPENDS not FETCH_DEPENDS. (Note that | asami | 1996-11-19 | 1 | -2/+2 |
| | | | | | BUILD_DEPENDS is actually checked from within the extract target, and thus covers everything from extract to build.) | ||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 1 | -3/+2 |
| | |||||
* | Make the dependancy on linux_lib's libc.so less specific so that upgrades to ↵ | jfitz | 1996-10-31 | 1 | -2/+2 |
| | | | | that port won't break this one. | ||||
* | Not sure about the legality of including Quake shareware on the CD. I'll ↵ | jfitz | 1996-10-29 | 1 | -1/+2 |
| | | | | check into it, but for now, set NO_CDROM to be safe. | ||||
* | Import of port to host Quake netgames under FreeBSD. | jfitz | 1996-10-28 | 6 | -0/+127 |
(what good was the QuakeC compiler without a server to run the games on?) |