Date: Sun, 17 Mar 2013 09:43:27 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314415 - head/games/quake-reaper Message-ID: <201303170943.r2H9hRmH038439@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sun Mar 17 09:43:27 2013 New Revision: 314415 URL: http://svnweb.freebsd.org/changeset/ports/314415 Log: - Trim old-school Makefile header - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Unmute installation commands - Generally clean up Makefile - Augment port description text - Relinquish maintainership Modified: head/games/quake-reaper/Makefile head/games/quake-reaper/pkg-descr Modified: head/games/quake-reaper/Makefile ============================================================================== --- head/games/quake-reaper/Makefile Sun Mar 17 09:04:56 2013 (r314414) +++ head/games/quake-reaper/Makefile Sun Mar 17 09:43:27 2013 (r314415) @@ -1,9 +1,5 @@ -# New ports collection makefile for: quake-reaper -# Date created: 15 Sep 2005 -# Whom: Alejandro Pulver <alejandro@varnet.biz> -# +# Created by: Alejandro Pulver <alejandro@varnet.biz> # $FreeBSD$ -# PORTNAME= reaper PORTVERSION= 0.81 @@ -12,7 +8,7 @@ MASTER_SITES= http://www.mindspring.com/ PKGNAMEPREFIX= ${Q1PKGNAMEPREFIX} DISTNAME= reaprb81 -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Quake 1 bots USE_ZIP= yes @@ -21,19 +17,22 @@ NO_WRKSUBDIR= yes DATADIR= ${Q1DIR}/${PORTNAME} +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + do-install: @${MKDIR} ${DATADIR} .for f in Autoexec.cfg PROGS.DAT - @${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}/${f:L} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}/${f:L} .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -. for f in B08chg.txt Dedserv.txt Reaprb80.txt Skinspec.txt +. for f in B08chg.txt Dedserv.txt Reaprb80.txt Skinspec.txt @${REINPLACE_CMD} -e "s|`${ECHO_CMD} -e '\r'`$$||" ${WRKSRC}/${f} - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f:L} -. endfor + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f:L} +. endfor .endif .include "${.CURDIR}/../quake-data/Makefile.include" - .include <bsd.port.mk> Modified: head/games/quake-reaper/pkg-descr ============================================================================== --- head/games/quake-reaper/pkg-descr Sun Mar 17 09:04:56 2013 (r314414) +++ head/games/quake-reaper/pkg-descr Sun Mar 17 09:43:27 2013 (r314415) @@ -1,3 +1,14 @@ Reaper Bot is a Quake 1 modification that adds bot support to the game. +Things the Reaper can do, that you cannot include: + + - Ability to grab the rocket or grenade launcher without being physically + near it. + + - Faster rate of fire. From rockets to nails the Reaper has you beat on + quantity, so you better be focusing on quality shots. + + - Perfect aim. A Reaper bot will never miss its target when firing the + shotgun. + WWW: http://www.mindspring.com/~win32ch/Reaper.htm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303170943.r2H9hRmH038439>