pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/quake3server-ut Initial import of quake3server-u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/81e545680d6e
branches: trunk
changeset: 466731:81e545680d6e
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Jan 22 13:41:13 2004 +0000
description:
Initial import of quake3server-ut-3.0, packaged by David Ferlier in PR
pkg/24135.
This package allows you to run a Quake III Arena dedicated server
with Urban Terror mod under NetBSD using Linux emulation.
diffstat:
games/quake3server-ut/DESCR | 2 ++
games/quake3server-ut/MESSAGE | 12 ++++++++++++
games/quake3server-ut/Makefile | 38 ++++++++++++++++++++++++++++++++++++++
games/quake3server-ut/PLIST | 8 ++++++++
games/quake3server-ut/distinfo | 4 ++++
5 files changed, 64 insertions(+), 0 deletions(-)
diffs (84 lines):
diff -r a6e42351c953 -r 81e545680d6e games/quake3server-ut/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/quake3server-ut/DESCR Thu Jan 22 13:41:13 2004 +0000
@@ -0,0 +1,2 @@
+This package allows you to run a Quake III Arena dedicated server
+with Urban Terror mod under NetBSD using Linux emulation.
diff -r a6e42351c953 -r 81e545680d6e games/quake3server-ut/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/quake3server-ut/MESSAGE Thu Jan 22 13:41:13 2004 +0000
@@ -0,0 +1,12 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/01/22 13:41:14 xtraeme Exp $
+
+To start an Urban Terror Quake3 server, add this to your /etc/rc.conf:
+
+ quake3server="YES"
+ quake3server_flags="+set fs_game ut +set dedicated 1
+ +exec ut.cfg &"
+
+You will need to create a custom ut.cfg file, and place it in ${Q3MODDIR}.
+
+===========================================================================
diff -r a6e42351c953 -r 81e545680d6e games/quake3server-ut/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/quake3server-ut/Makefile Thu Jan 22 13:41:13 2004 +0000
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/22 13:41:14 xtraeme Exp $
+
+DISTNAME= urbanterror3
+PKGNAME= quake3server-ut-3.0
+CATEGORIES= games net
+DISTFILES= urbanterror3.zip
+
+MASTER_SITES= http://64.159.80.11/ \
+ ftp://mirror.candidhosting.com/pub/ut/ \
+ http://box3.fsk405.org/q3ut3/ \
+ http://fsk405.org/q3ut3/ \
+ ftp://www.playdedicated.com/pub/sid/quake3/ \
+ ftp://ftp.edome.net/online/clientit/ \
+ http://atrivo.wofut.com/~zac/
+
+MAINTAINER= david%netbsd-fr.org@localhost
+COMMENT= Quake III Arena Mod: Urban Terror 3 for Linux
+
+.include "../../games/quake3server/Makefile.common"
+
+DEPENDS+= quake3server>=1.32:../../games/quake3server
+ONLY_FOR_PLATFORM= NetBSD-*-i386
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/q3ut3
+Q3MODDIR= ${Q3ROOTDIR}/ut
+DOCDIR= ${PREFIX}/share/doc/lokigames/quake3server/ut
+
+do-install:
+ ${INSTALL_DATA_DIR} ${Q3MODDIR}
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+
+ ${INSTALL_DATA} ${WRKSRC}/zq3ut3.pk3 ${Q3MODDIR}
+
+ for docfile in readme.txt overview.txt radio\ commands.txt; do \
+ ${INSTALL_DATA} "${WRKSRC}/$${docfile}" ${DOCDIR}; \
+ done
+
+.include "../../mk/bsd.pkg.mk"
diff -r a6e42351c953 -r 81e545680d6e games/quake3server-ut/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/quake3server-ut/PLIST Thu Jan 22 13:41:13 2004 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/22 13:41:13 xtraeme Exp $
+lib/lokigames/quake3server/ut/zq3ut3.pk3
+share/doc/lokigames/quake3server/ut/overview.txt
+share/doc/lokigames/quake3server/ut/radio commands.txt
+share/doc/lokigames/quake3server/ut/readme.txt
+@dirrm share/doc/lokigames/quake3server/ut
+@dirrm share/doc/lokigames/quake3server
+@dirrm lib/lokigames/quake3server/ut
diff -r a6e42351c953 -r 81e545680d6e games/quake3server-ut/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/quake3server-ut/distinfo Thu Jan 22 13:41:13 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/01/22 13:41:14 xtraeme Exp $
+
+SHA1 (urbanterror3.zip) = 84a094d2abb85dd85e77dbd265c4de5dcaaf9521
+Size (urbanterror3.zip) = 337778076 bytes
Home |
Main Index |
Thread Index |
Old Index