Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2006 23:30:51 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/93576: [NEW PORT] games/quake3-rq3: Quake III Arena Mod: Reaction Quake 3
Message-ID:  <200602192330.k1JNUpVj006596@www.freebsd.org>
Resent-Message-ID: <200602192340.k1JNe4Zr035541@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93576
>Category:       ports
>Synopsis:       [NEW PORT] games/quake3-rq3: Quake III Arena Mod: Reaction Quake 3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 19 23:40:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Wed Feb 15 20:23:11 PET 2006
>Description:
Reaction Quake 3 is a total conversion mod for Quake III Arena based on action and realism with a specific 
emphasis on action over realism. Reaction is a port of the classic Action Quake 2 (AQ2) mod. AQ2 still enjoys 
great popularity in online gaming even 4 years after it was initially released and on an "obsolete" game 
engine as well. Many people attribute this lasting popularity to both the unique gameplay and the AQ2 community. 

AQ2 is still more popular than any other Q3 realism mod and any other Quake 2 and Quake/QuakeWorld mods. 
Reaction Quake 3 aims to bring the gameplay of AQ2 to a new, more modern game engine. This mod is made by AQ2 
fans and players specifically for those who love the fast and furious AQ2 gameplay and also to hopefully 
expose a new generation of players to this unique gameplay.

WWW: http://www.rq3.com
>How-To-Repeat:
              
>Fix:
--- quake3-rq3-3.2.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	quake3-rq3
#	quake3-rq3/Makefile
#	quake3-rq3/distinfo
#	quake3-rq3/pkg-descr
#	quake3-rq3/pkg-plist
#	quake3-rq3/files
#	quake3-rq3/files/pkg-message.in
#
echo c - quake3-rq3
mkdir -p quake3-rq3 > /dev/null 2>&1
echo x - quake3-rq3/Makefile
sed 's/^X//' >quake3-rq3/Makefile << 'END-of-quake3-rq3/Makefile'
X# New ports collection makefile for:	quake3-rq3
X# Date created:				2006-02-19
X# Whom:					Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rq3
XPORTVERSION=	3.2
XCATEGORIES=	games
XMASTER_SITES=	http://www.rq3.com/
XPKGNAMEPREFIX=	${Q3PKGNAMEPREFIX}
XDISTNAME=	ReactionQuake3-v${PORTVERSION}-Full
X
XMAINTAINER=	acardenas@bsd.org.pe
XCOMMENT=	Quake III Arena Mod: Reaction Quake 3
X
XUSE_ZIP=	yes
XUSE_CRLF=	yes
XNO_BUILD=	yes
XNO_PACKAGE=	Package will be 487MB, set FORCE_PACKAGE
XWRKSRC=	${WRKDIR}/rq3
XDATADIR=	${Q3DIR}/${PORTNAME}
XSUB_FILES=	pkg-message
X
XOPTIONS=	LINUX_QUAKE3	"Use Linux Quake3" off \
X		NATIVE_QUAKE3	"Use Native Quake3" off
X
XOPTIONSFILE=	${PORT_DBDIR}/quake3-${PORTNAME}/options
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_LINUX_QUAKE3)
XRUN_DEPENDS+=	linux-quake3:${PORTSDIR}/games/linux-quake3
XFLAG_Q3=	true
X.endif
X
X.if defined(WITH_NATIVE_QUAKE3)
XRUN_DEPENDS+=	quake3:${PORTSDIR}/games/quake3
XFLAG_Q3=	true
X.endif
X
Xpre-fetch:
X.if exists(${LOCALBASE}/bin/quake3) && defined(WITH_LINUX_QUAKE3) && !defined(WITH_NATIVE_QUAKE3)
X	@${ECHO_MSG}    ""
X	@${ECHO_MSG}    "* Native Quake3 has been detected in your FreeBSD box"
X	@${ECHO_MSG}    "* You can use NATIVE_QUAKE3"
X	@${ECHO_MSG}    "* Press Ctrl-C to cancel installation and reconfigure using \"make config\""
X	@${ECHO_MSG}    ""
X	@sleep 10
X
X.endif
X
X.if exists(${LOCALBASE}/bin/linux-quake3) && defined(WITH_NATIVE_QUAKE3) && !defined(WITH_LINUX_QUAKE3)
X	@${ECHO_MSG}     ""
X	@${ECHO_MSG}     "* Linux Quake3 has been detected in your FreeBSD box"
X	@${ECHO_MSG}     "* You can use LINUX_NATIVE_QUAKE3"
X	@${ECHO_MSG}     "* Press Ctrl-C to cancel installation and reconfigure using \"make config\""
X	@${ECHO_MSG}     ""
X	@sleep 10
X.endif
X
X.if defined(FLAG_Q3)
X	@${TRUE}
X.else
X	@${ECHO} "######################"
X	@${ECHO} "# No option selected #"
X	@${ECHO} "######################"
X	@${FALSE}
X.endif
X
Xdo-install:
X	@${MKDIR} ${DATADIR}
X.for FILE in *.cfg *.pk3 *.ini *.qst *.apk *.ico description.txt
X	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DATADIR}
X.endfor
X.if !defined(NOPORTDOCS)
X.	for DIRE in docs mapdocs
X		@${MKDIR} ${DOCSDIR}/${DIRE}
X		@cd ${WRKSRC}/${DIRE} && \
X			${FIND} * -type d -exec ${MKDIR} "${DOCSDIR}/${DIRE}/{}" \; && \
X			${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/${DIRE}/{}" \;
X.	endfor
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include "${.CURDIR}/../quake3-data/Makefile.include"
X
X.include <bsd.port.post.mk>
END-of-quake3-rq3/Makefile
echo x - quake3-rq3/distinfo
sed 's/^X//' >quake3-rq3/distinfo << 'END-of-quake3-rq3/distinfo'
XMD5 (ReactionQuake3-v3.2-Full.zip) = 9d376db7be9c2990953b93fae075458b
XSHA256 (ReactionQuake3-v3.2-Full.zip) = c84de808ac5bd369a2047553745a1b2cb2fd8afe31a0ea6b8380424da5652bb1
XSIZE (ReactionQuake3-v3.2-Full.zip) = 510294935
END-of-quake3-rq3/distinfo
echo x - quake3-rq3/pkg-descr
sed 's/^X//' >quake3-rq3/pkg-descr << 'END-of-quake3-rq3/pkg-descr'
XReaction Quake 3 is a total conversion mod for Quake III Arena based on action and realism with a specific 
Xemphasis on action over realism. Reaction is a port of the classic Action Quake 2 (AQ2) mod. AQ2 still enjoys 
Xgreat popularity in online gaming even 4 years after it was initially released and on an "obsolete" game 
Xengine as well. Many people attribute this lasting popularity to both the unique gameplay and the AQ2 community. 
X
XAQ2 is still more popular than any other Q3 realism mod and any other Quake 2 and Quake/QuakeWorld mods. 
XReaction Quake 3 aims to bring the gameplay of AQ2 to a new, more modern game engine. This mod is made by AQ2 
Xfans and players specifically for those who love the fast and furious AQ2 gameplay and also to hopefully 
Xexpose a new generation of players to this unique gameplay.
X
XWWW: http://www.rq3.com
END-of-quake3-rq3/pkg-descr
echo x - quake3-rq3/pkg-plist
sed 's/^X//' >quake3-rq3/pkg-plist << 'END-of-quake3-rq3/pkg-plist'
X%%DATADIR%%/ReactionQ3.apk
X%%DATADIR%%/ReactionQ3.qst
X%%DATADIR%%/cvar.cfg
X%%DATADIR%%/description.txt
X%%DATADIR%%/example-pb.cfg
X%%DATADIR%%/example-rq3.cfg
X%%DATADIR%%/example-rq3.ini
X%%DATADIR%%/example_ctb-rq3.ini
X%%DATADIR%%/example_teamplay-rq3.ini
X%%DATADIR%%/rq3-base-01.pk3
X%%DATADIR%%/rq3-base-ammo-01.pk3
X%%DATADIR%%/rq3-base-items-01.pk3
X%%DATADIR%%/rq3-base-maps-01.pk3
X%%DATADIR%%/rq3-base-players-01.pk3
X%%DATADIR%%/rq3-base-weapons-01.pk3
X%%DATADIR%%/rq3-upgrade-01.pk3
X%%DATADIR%%/rq3-upgrade-02.pk3
X%%DATADIR%%/reaction-1.ico
X%%DATADIR%%/reaction-2.ico
X%%DATADIR%%/reaction-3.ico
X%%DATADIR%%/reaction-4.ico
X%%DOCSDIR%%/docs/pics/replacement-ui/in-game-options.jpg
X%%DOCSDIR%%/docs/pics/replacement-ui/in-game-replace-apply.jpg
X%%DOCSDIR%%/docs/pics/replacement-ui/in-game-replace-select.jpg
X%%DOCSDIR%%/docs/pics/replacement-ui/in-game-replace-start.jpg
X%%DOCSDIR%%/docs/pics/headers/rq3-header-background.jpg
X%%DOCSDIR%%/docs/pics/headers/rq3-header-spacer.gif
X%%DOCSDIR%%/docs/pics/headers/rq3-header.gif
X%%DOCSDIR%%/docs/pics/headers/rq3-logo-2.jpg
X%%DOCSDIR%%/docs/pics/headers/rq3-logo.jpg
X%%DOCSDIR%%/docs/pics/items/bando_plain.jpg
X%%DOCSDIR%%/docs/pics/items/kevlar_plain.jpg
X%%DOCSDIR%%/docs/pics/items/lam_plain.jpg
X%%DOCSDIR%%/docs/pics/items/silencer_plain.jpg
X%%DOCSDIR%%/docs/pics/items/slippers_plain.jpg
X%%DOCSDIR%%/docs/pics/items/helmet_plain.jpg
X%%DOCSDIR%%/docs/pics/weapons/assorted-ammo.jpg
X%%DOCSDIR%%/docs/pics/weapons/benelli_plain.jpg
X%%DOCSDIR%%/docs/pics/weapons/grenade_plain.jpg
X%%DOCSDIR%%/docs/pics/weapons/hc_plain.jpg
X%%DOCSDIR%%/docs/pics/weapons/knife_plain.jpg
X%%DOCSDIR%%/docs/pics/weapons/m4_plain.jpg
X%%DOCSDIR%%/docs/pics/weapons/mk23_plain.jpg
X%%DOCSDIR%%/docs/pics/weapons/mp5_plain.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-0.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-1.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-2.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-3.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-4.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-5.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg_plain.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-6.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-7.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-8.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-9.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-10.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-11.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-12.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-13.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-14.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-15.jpg
X%%DOCSDIR%%/docs/pics/weapons/ssg-16.jpg
X%%DOCSDIR%%/docs/pics/misc/pbweb-1.gif
X%%DOCSDIR%%/docs/pics/misc/ir-far.jpg
X%%DOCSDIR%%/docs/pics/misc/ir-close.jpg
X%%DOCSDIR%%/docs/changelog.htm
X%%DOCSDIR%%/docs/controls-and-client-variables.htm
X%%DOCSDIR%%/docs/credits-and-contact-info.htm
X%%DOCSDIR%%/docs/files-and-installation.htm
X%%DOCSDIR%%/docs/gametypes.htm
X%%DOCSDIR%%/docs/getting-started.htm
X%%DOCSDIR%%/docs/how-to-contribute.htm
X%%DOCSDIR%%/docs/index.htm
X%%DOCSDIR%%/docs/initial-page.htm
X%%DOCSDIR%%/docs/introduction-and-history.htm
X%%DOCSDIR%%/docs/manual.htm
X%%DOCSDIR%%/docs/manual2.htm
X%%DOCSDIR%%/docs/rq3-manual.css
X%%DOCSDIR%%/docs/server-administration.htm
X%%DOCSDIR%%/docs/toc.htm
X%%DOCSDIR%%/docs/toc2.htm
X%%DOCSDIR%%/docs/troubleshooting-and-bug-reporting.htm
X%%DOCSDIR%%/docs/weapons-ammo-items.htm
X%%DOCSDIR%%/mapdocs/420main.txt
X%%DOCSDIR%%/mapdocs/alpinevalley.txt
X%%DOCSDIR%%/mapdocs/archives.txt
X%%DOCSDIR%%/mapdocs/atrium.txt
X%%DOCSDIR%%/mapdocs/bank.txt
X%%DOCSDIR%%/mapdocs/blockwar.txt
X%%DOCSDIR%%/mapdocs/box.txt
X%%DOCSDIR%%/mapdocs/boxmirror.txt
X%%DOCSDIR%%/mapdocs/bullmarket.txt
X%%DOCSDIR%%/mapdocs/bumtown.txt
X%%DOCSDIR%%/mapdocs/chill.txt
X%%DOCSDIR%%/mapdocs/city.txt
X%%DOCSDIR%%/mapdocs/cliff.txt
X%%DOCSDIR%%/mapdocs/countryclub.txt
X%%DOCSDIR%%/mapdocs/deepcanyon.txt
X%%DOCSDIR%%/mapdocs/deepcanyon2.txt
X%%DOCSDIR%%/mapdocs/ferron.txt
X%%DOCSDIR%%/mapdocs/feud.txt
X%%DOCSDIR%%/mapdocs/feuddm.txt
X%%DOCSDIR%%/mapdocs/fortcave.txt
X%%DOCSDIR%%/mapdocs/friction.txt
X%%DOCSDIR%%/mapdocs/jericho.txt
X%%DOCSDIR%%/mapdocs/kumanru.txt
X%%DOCSDIR%%/mapdocs/lighthouse.txt
X%%DOCSDIR%%/mapdocs/passin.txt
X%%DOCSDIR%%/mapdocs/pastoral.txt
X%%DOCSDIR%%/mapdocs/pitfall.txt
X%%DOCSDIR%%/mapdocs/reactionmall.txt
X%%DOCSDIR%%/mapdocs/sludge.txt
X%%DOCSDIR%%/mapdocs/subway.txt
X%%DOCSDIR%%/mapdocs/tequila.txt
X%%DOCSDIR%%/mapdocs/theclub.txt
X%%DOCSDIR%%/mapdocs/urban.txt
X%%DOCSDIR%%/mapdocs/urban2.txt
X%%DOCSDIR%%/mapdocs/urban3.txt
X%%DOCSDIR%%/mapdocs/vashes.txt
X%%DOCSDIR%%/mapdocs/waterfront.txt
X@dirrm %%DATADIR%%
X@dirrm %%DOCSDIR%%/docs/pics/replacement-ui
X@dirrm %%DOCSDIR%%/docs/pics/headers
X@dirrm %%DOCSDIR%%/docs/pics/items
X@dirrm %%DOCSDIR%%/docs/pics/weapons
X@dirrm %%DOCSDIR%%/docs/pics/misc
X@dirrm %%DOCSDIR%%/docs/pics
X@dirrm %%DOCSDIR%%/docs
X@dirrm %%DOCSDIR%%/mapdocs
X@dirrm %%DOCSDIR%%
END-of-quake3-rq3/pkg-plist
echo c - quake3-rq3/files
mkdir -p quake3-rq3/files > /dev/null 2>&1
echo x - quake3-rq3/files/pkg-message.in
sed 's/^X//' >quake3-rq3/files/pkg-message.in << 'END-of-quake3-rq3/files/pkg-message.in'
X###################################################################################################
X
X1) Memory warnings disappear setting the line with com_hunkmegs to 96 on ~/.q3a/baseq3/q3config.cfg
X2) Enjoy it ;)
X
X###################################################################################################
END-of-quake3-rq3/files/pkg-message.in
exit
--- quake3-rq3-3.2.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602192330.k1JNUpVj006596>