o First import of Quake III Arena Mod: Weapons Factory Arena for Linux,
version 2.9 o Slave port of q3server-ra3 Submitted by: Patrick Li <pat@databits.net>
This commit is contained in:
parent
468f44b109
commit
b442c62d64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45337
11 changed files with 125 additions and 0 deletions
|
@ -194,6 +194,7 @@
|
|||
SUBDIR += q3server-osp
|
||||
SUBDIR += q3server-ra3
|
||||
SUBDIR += q3server-ut
|
||||
SUBDIR += q3server-wfa
|
||||
SUBDIR += qcc
|
||||
SUBDIR += qix
|
||||
SUBDIR += qkmj
|
||||
|
|
20
games/q3server-wfa/Makefile
Normal file
20
games/q3server-wfa/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: Q3 Mod: Weapons Factory Arena
|
||||
# Date created: Sun Jun 3 15:03:11 EDT 2001
|
||||
# Whom: pat@databits.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wfa
|
||||
PORTVERSION= 2.9
|
||||
MASTER_SITES= http://www2.qlabo.com/q3a/uac/mods/wfa/ \
|
||||
http://www.q3wfa.com/ \
|
||||
http://www.leftunsaid.com/ \
|
||||
ftp://ftp.planet-multiplayer.de/pub/gamesmania/pm/q3a/win32/mods/weapon_factory/
|
||||
DISTNAME= WFA-Setup-v${PORTVERSION:S/.//}
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
|
||||
|
||||
.include "${Q3_MOD_MASTER}/Makefile"
|
1
games/q3server-wfa/distinfo
Normal file
1
games/q3server-wfa/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (WFA-Setup-v29.zip) = fc1d27543aadb5ae8934b2fc91f9ee73
|
1
games/q3server-wfa/pkg-comment
Normal file
1
games/q3server-wfa/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Quake III Arena Mod: Weapons Factory Arena for Linux
|
8
games/q3server-wfa/pkg-descr
Normal file
8
games/q3server-wfa/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
This package contains all of the items you'll need to run a
|
||||
Quake III Arena dedicated server with Weapons Factory Arena
|
||||
mod under FreeBSD with Linux emulation.
|
||||
|
||||
WWW: http://www.captured.com/weaponsfactory/quake3/
|
||||
|
||||
- Patrick Li
|
||||
pat@databits.net
|
32
games/q3server-wfa/pkg-plist
Normal file
32
games/q3server-wfa/pkg-plist
Normal file
|
@ -0,0 +1,32 @@
|
|||
%%PORTDOCS%%%%Q3DIR%%Q3-WFA.qst
|
||||
%%PORTDOCS%%%%Q3DIR%%WFA EULA.doc
|
||||
%%PORTDOCS%%%%Q3DIR%%WFA Version 2.9 Changes.doc
|
||||
%%Q3DIR%%WFA-Media-ClanTags.pk3
|
||||
%%Q3DIR%%WFA-Media-Models.pk3
|
||||
%%Q3DIR%%WFA-Media-Players.pk3
|
||||
%%Q3DIR%%WFA-Media-Radio.pk3
|
||||
%%Q3DIR%%WFA-Media-Scripts.pk3
|
||||
%%Q3DIR%%WFA-Media-Sound.pk3
|
||||
%%Q3DIR%%WFA-Media-Taunts.pk3
|
||||
%%Q3DIR%%WFA-Media-Textures.pk3
|
||||
%%Q3DIR%%WFA-Media-VM.pk3
|
||||
%%Q3DIR%%WFA-Media-hud.pk3
|
||||
%%PORTDOCS%%%%Q3DIR%%help/Binds.doc
|
||||
%%PORTDOCS%%%%Q3DIR%%help/BobWFACfgV201.exe
|
||||
%%PORTDOCS%%%%Q3DIR%%help/ClassBinds.doc
|
||||
%%PORTDOCS%%%%Q3DIR%%help/ClientCmds.doc
|
||||
%%PORTDOCS%%%%Q3DIR%%help/ServerCmds.doc
|
||||
%%PORTDOCS%%%%Q3DIR%%help/WFA-FAQ-Version-29.html
|
||||
%%PORTDOCS%%%%Q3DIR%%help/WFA-Linux-Server-Docs.htm
|
||||
%%PORTDOCS%%%%Q3DIR%%help/WFA-Win32-Server-Docs.htm
|
||||
%%PORTDOCS%%%%Q3DIR%%help/question.ico
|
||||
%%PORTDOCS%%%%Q3DIR%%help/readme-client.html
|
||||
%%PORTDOCS%%%%Q3DIR%%help/readme-server.html
|
||||
%%PORTDOCS%%%%Q3DIR%%help/website.url
|
||||
%%Q3DIR%%map-sat2-wfa.pk3
|
||||
%%PORTDOCS%%%%Q3DIR%%readme.txt
|
||||
%%Q3DIR%%wfa-ini.cfg
|
||||
%%Q3DIR%%wfa-server.cfg
|
||||
%%PORTDOCS%%%%Q3DIR%%wfa.ico
|
||||
%%PORTDOCS%%@dirrm %%Q3DIR%%help
|
||||
@dirrm %%Q3DIR%%
|
20
games/quake3-wfa/Makefile
Normal file
20
games/quake3-wfa/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: Q3 Mod: Weapons Factory Arena
|
||||
# Date created: Sun Jun 3 15:03:11 EDT 2001
|
||||
# Whom: pat@databits.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wfa
|
||||
PORTVERSION= 2.9
|
||||
MASTER_SITES= http://www2.qlabo.com/q3a/uac/mods/wfa/ \
|
||||
http://www.q3wfa.com/ \
|
||||
http://www.leftunsaid.com/ \
|
||||
ftp://ftp.planet-multiplayer.de/pub/gamesmania/pm/q3a/win32/mods/weapon_factory/
|
||||
DISTNAME= WFA-Setup-v${PORTVERSION:S/.//}
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
|
||||
|
||||
.include "${Q3_MOD_MASTER}/Makefile"
|
1
games/quake3-wfa/distinfo
Normal file
1
games/quake3-wfa/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (WFA-Setup-v29.zip) = fc1d27543aadb5ae8934b2fc91f9ee73
|
1
games/quake3-wfa/pkg-comment
Normal file
1
games/quake3-wfa/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Quake III Arena Mod: Weapons Factory Arena for Linux
|
8
games/quake3-wfa/pkg-descr
Normal file
8
games/quake3-wfa/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
This package contains all of the items you'll need to run a
|
||||
Quake III Arena dedicated server with Weapons Factory Arena
|
||||
mod under FreeBSD with Linux emulation.
|
||||
|
||||
WWW: http://www.captured.com/weaponsfactory/quake3/
|
||||
|
||||
- Patrick Li
|
||||
pat@databits.net
|
32
games/quake3-wfa/pkg-plist
Normal file
32
games/quake3-wfa/pkg-plist
Normal file
|
@ -0,0 +1,32 @@
|
|||
%%PORTDOCS%%%%Q3DIR%%Q3-WFA.qst
|
||||
%%PORTDOCS%%%%Q3DIR%%WFA EULA.doc
|
||||
%%PORTDOCS%%%%Q3DIR%%WFA Version 2.9 Changes.doc
|
||||
%%Q3DIR%%WFA-Media-ClanTags.pk3
|
||||
%%Q3DIR%%WFA-Media-Models.pk3
|
||||
%%Q3DIR%%WFA-Media-Players.pk3
|
||||
%%Q3DIR%%WFA-Media-Radio.pk3
|
||||
%%Q3DIR%%WFA-Media-Scripts.pk3
|
||||
%%Q3DIR%%WFA-Media-Sound.pk3
|
||||
%%Q3DIR%%WFA-Media-Taunts.pk3
|
||||
%%Q3DIR%%WFA-Media-Textures.pk3
|
||||
%%Q3DIR%%WFA-Media-VM.pk3
|
||||
%%Q3DIR%%WFA-Media-hud.pk3
|
||||
%%PORTDOCS%%%%Q3DIR%%help/Binds.doc
|
||||
%%PORTDOCS%%%%Q3DIR%%help/BobWFACfgV201.exe
|
||||
%%PORTDOCS%%%%Q3DIR%%help/ClassBinds.doc
|
||||
%%PORTDOCS%%%%Q3DIR%%help/ClientCmds.doc
|
||||
%%PORTDOCS%%%%Q3DIR%%help/ServerCmds.doc
|
||||
%%PORTDOCS%%%%Q3DIR%%help/WFA-FAQ-Version-29.html
|
||||
%%PORTDOCS%%%%Q3DIR%%help/WFA-Linux-Server-Docs.htm
|
||||
%%PORTDOCS%%%%Q3DIR%%help/WFA-Win32-Server-Docs.htm
|
||||
%%PORTDOCS%%%%Q3DIR%%help/question.ico
|
||||
%%PORTDOCS%%%%Q3DIR%%help/readme-client.html
|
||||
%%PORTDOCS%%%%Q3DIR%%help/readme-server.html
|
||||
%%PORTDOCS%%%%Q3DIR%%help/website.url
|
||||
%%Q3DIR%%map-sat2-wfa.pk3
|
||||
%%PORTDOCS%%%%Q3DIR%%readme.txt
|
||||
%%Q3DIR%%wfa-ini.cfg
|
||||
%%Q3DIR%%wfa-server.cfg
|
||||
%%PORTDOCS%%%%Q3DIR%%wfa.ico
|
||||
%%PORTDOCS%%@dirrm %%Q3DIR%%help
|
||||
@dirrm %%Q3DIR%%
|
Loading…
Reference in a new issue