pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/quake3server-excessive Initial import of quake3s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3374f9c2a59
branches: trunk
changeset: 466702:c3374f9c2a59
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Jan 22 12:01:35 2004 +0000
description:
Initial import of quake3server-excessive-003, provided by David Ferlier
in PR pkg/24133.
This package allows you to run a Quake III Arena dedicated server
with Excessive mod under NetBSD using Linux emulation.
diffstat:
games/quake3server-excessive/DESCR | 2 ++
games/quake3server-excessive/MESSAGE | 10 ++++++++++
games/quake3server-excessive/Makefile | 25 +++++++++++++++++++++++++
games/quake3server-excessive/PLIST | 8 ++++++++
games/quake3server-excessive/distinfo | 4 ++++
5 files changed, 49 insertions(+), 0 deletions(-)
diffs (69 lines):
diff -r 2ca320a02173 -r c3374f9c2a59 games/quake3server-excessive/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/quake3server-excessive/DESCR Thu Jan 22 12:01:35 2004 +0000
@@ -0,0 +1,2 @@
+This package allows you to run a Quake III Arena dedicated server
+with Excessive mod under NetBSD using Linux emulation.
diff -r 2ca320a02173 -r c3374f9c2a59 games/quake3server-excessive/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/quake3server-excessive/MESSAGE Thu Jan 22 12:01:35 2004 +0000
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/01/22 12:01:35 xtraeme Exp $
+
+To start an Excessive Quake3 server, add this to your /etc/rc.conf:
+
+ quake3server="YES"
+ quake3server_flags="+set dedicated 1 +set fs_game excessive
+ +exec maplist.cfg &"
+
+===========================================================================
diff -r 2ca320a02173 -r c3374f9c2a59 games/quake3server-excessive/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/quake3server-excessive/Makefile Thu Jan 22 12:01:35 2004 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/22 12:01:35 xtraeme Exp $
+
+DISTNAME= excessive_q3_server_003
+PKGNAME= quake3server-excessive-003
+CATEGORIES= games net
+MASTER_SITES= ftp://ftp.fr.FreeBSD.org/pub/FreeBSD/distfiles/
+
+MAINTAINER= david%netbsd-fr.org@localhost
+COMMENT= Quake III Arena Mod: Excessive for Linux
+
+EXTRACT_SUFX= .zip
+WRKSRC= ${WRKDIR}
+
+.include "../../games/quake3server/Makefile.common"
+
+DEPENDS+= quake3server>=1.32:../../games/quake3server
+ONLY_FOR_PLATFORM= NetBSD-*-i386
+NO_BUILD= yes
+Q3MODDIR= ${Q3ROOTDIR}/excessive
+
+do-install:
+ ${INSTALL_DATA_DIR} ${Q3MODDIR}
+ cd ${WRKSRC}/excessive && ${PAX} -rwppm . ${Q3MODDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 2ca320a02173 -r c3374f9c2a59 games/quake3server-excessive/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/quake3server-excessive/PLIST Thu Jan 22 12:01:35 2004 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/22 12:01:35 xtraeme Exp $
+lib/lokigames/quake3server/excessive/description.pk3
+lib/lokigames/quake3server/excessive/maplist.cfg
+lib/lokigames/quake3server/excessive/motd.cfg
+lib/lokigames/quake3server/excessive/readme.txt
+lib/lokigames/quake3server/excessive/vm/qagame.qvm
+@dirrm lib/lokigames/quake3server/excessive/vm
+@dirrm lib/lokigames/quake3server/excessive
diff -r 2ca320a02173 -r c3374f9c2a59 games/quake3server-excessive/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/quake3server-excessive/distinfo Thu Jan 22 12:01:35 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/01/22 12:01:35 xtraeme Exp $
+
+SHA1 (excessive_q3_server_003.zip) = 988512c0ca8fd2e8f35a854a82dafbc5c8e4230f
+Size (excessive_q3_server_003.zip) = 142825 bytes
Home |
Main Index |
Thread Index |
Old Index