From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 27 13:40:12 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB2716A4CE for ; Sun, 27 Mar 2005 13:40:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED6443D1F for ; Sun, 27 Mar 2005 13:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2RDeC4S001221 for ; Sun, 27 Mar 2005 13:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2RDeBZ1001220; Sun, 27 Mar 2005 13:40:11 GMT (envelope-from gnats) Date: Sun, 27 Mar 2005 13:40:11 GMT Message-Id: <200503271340.j2RDeBZ1001220@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jean-Yves Lefort Subject: Re: ports/79223: New port: games/linux-enemyterritory-tce, a modern tactical Enemy Territory Modification X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 13:40:12 -0000 The following reply was made to PR ports/79223; it has been noted by GNATS. From: Jean-Yves Lefort To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/79223: New port: games/linux-enemyterritory-tce, a modern tactical Enemy Territory Modification Date: Sun, 27 Mar 2005 15:32:33 +0200 Use this one instead: # 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: # # linux-enemyterritory-tce # linux-enemyterritory-tce/Makefile # linux-enemyterritory-tce/distinfo # linux-enemyterritory-tce/pkg-descr # linux-enemyterritory-tce/pkg-plist # echo c - linux-enemyterritory-tce mkdir -p linux-enemyterritory-tce > /dev/null 2>&1 echo x - linux-enemyterritory-tce/Makefile sed 's/^X//' >linux-enemyterritory-tce/Makefile << 'END-of-linux-enemyterritory-tce/Makefile' X# New ports collection makefile for: Enemy Territory TrueCombat:Elite X# Date created: 25 Mar 2005 X# Whom: Jean-Yves Lefort X# X# $FreeBSD$ X# X XPORTNAME= enemyterritory-tce XPORTVERSION= 0.48 XCATEGORIES= games linux XMASTER_SITES= http://ftp.games.skynet.be/pub/www.filesnetwork.com/Wolfenstein_Enemy_Territory/Mods/Total_Conversions/:full \ X http://ftp.games.skynet.be/pub/www.filesnetwork.com/Wolfenstein_Enemy_Territory/Mods/Total_Conversions/:update \ X http://darkstar.ist.utl.pt/pub/games/:full \ X http://darkstar.ist.utl.pt/pub/games/:update \ X http://ftp.wireplay.co.uk/pub/enemyterritory/mods/tcelite/Linux/:full \ X http://et2.migamer.com/:full \ X http://jogos.bragatel.pt/downloads/et/tcE/linux/:update XPKGNAMEPREFIX= linux- XDISTNAME= tcetest XDISTFILES= tcetest_0209_full.zip:full \ X tcetest_0.48_update.zip:update X XMAINTAINER= jylefort@brutele.be XCOMMENT= A modern tactical Enemy Territory modification X XRUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory X XONLY_FOR_ARCHS= i386 XUSE_ZIP= yes XUSE_X_PREFIX= yes XUSE_LINUX= yes XNO_PACKAGE= Distfiles are 135MB, set FORCE_PACKAGE if you really want to build this package XRESTRICTED= Redistribution is limited, see license XETDIR= ${PREFIX}/lib/enemyterritory XSTRIP= # do not brand Linux binaries as FreeBSD on INSTALL_PROGRAM X Xdo-build: X @${ECHO} '#!/bin/sh' > ${WRKSRC}/et-tce X @${ECHO} 'exec ${PREFIX}/bin/et +set fs_game tcetest "$$@"' >> ${WRKSRC}/et-tce X Xdo-install: X ${MKDIR} ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/et-tce ${PREFIX}/bin X X ${MKDIR} ${ETDIR}/tcetest X.for f in elitelogoicon.ico maps.cfg mp_bin.pk3 pak0.pk3 pak1.pk3 pak2.pk3 \ X pak3.pk3 server.cfg X ${INSTALL_DATA} ${WRKSRC}/${f} ${ETDIR}/tcetest X.endfor X.for f in cgame.mp.i386.so qagame.mp.i386.so ui.mp.i386.so X ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${ETDIR}/tcetest X.endfor X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for f in README.TXT TCEeula1.0.rtf changelog.txt description.txt X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.endif X X.include END-of-linux-enemyterritory-tce/Makefile echo x - linux-enemyterritory-tce/distinfo sed 's/^X//' >linux-enemyterritory-tce/distinfo << 'END-of-linux-enemyterritory-tce/distinfo' XMD5 (tcetest_0209_full.zip) = e01cb2add0bc5c6509f6923419b0515d XSIZE (tcetest_0209_full.zip) = 134902370 XMD5 (tcetest_0.48_update.zip) = efc04e68d324bbab0f5d736866ed98e5 XSIZE (tcetest_0.48_update.zip) = 7017159 END-of-linux-enemyterritory-tce/distinfo echo x - linux-enemyterritory-tce/pkg-descr sed 's/^X//' >linux-enemyterritory-tce/pkg-descr << 'END-of-linux-enemyterritory-tce/pkg-descr' XBased on the popular Quake3 modification, "True Combat", TC:E provides Xa realistic combat simulator set against the backdrop of modern urban Xwarfare. The player can expect thrilling shootouts, an emphasis on Xtactical team play, engaging close quarter fighting and some of the Xbest weapons of modern warfare. Being accessible to both veteran Xplayers and those new to the world of tactical simulators is only one Xof TC:E's many strengths. Map authors can customize weapon load outs, Xskins, objectives and even the voice chats for each of their maps. X XKey features: X * A full game completely free for download X * Mission-based online multiplayer game X * Soft player class system (assault, recon, sniper) X * Rounds with skill-based "Armament Availability System" X * Voice Communication System designed in collaboration with real X SWAT Members X * Iron sight aiming system with ACOG and reflex sights X * Still in development: mission system - future versions will X integrate various objectives into the game X XWWW: http://www.truecombat.com/intro.php X X- Jean-Yves Lefort Xjylefort@brutele.be END-of-linux-enemyterritory-tce/pkg-descr echo x - linux-enemyterritory-tce/pkg-plist sed 's/^X//' >linux-enemyterritory-tce/pkg-plist << 'END-of-linux-enemyterritory-tce/pkg-plist' Xbin/et-tce Xlib/enemyterritory/tcetest/cgame.mp.i386.so Xlib/enemyterritory/tcetest/elitelogoicon.ico Xlib/enemyterritory/tcetest/maps.cfg Xlib/enemyterritory/tcetest/mp_bin.pk3 Xlib/enemyterritory/tcetest/pak0.pk3 Xlib/enemyterritory/tcetest/pak1.pk3 Xlib/enemyterritory/tcetest/pak2.pk3 Xlib/enemyterritory/tcetest/pak3.pk3 Xlib/enemyterritory/tcetest/qagame.mp.i386.so Xlib/enemyterritory/tcetest/server.cfg Xlib/enemyterritory/tcetest/ui.mp.i386.so X%%PORTDOCS%%%%DOCSDIR%%/README.TXT X%%PORTDOCS%%%%DOCSDIR%%/TCEeula1.0.rtf X%%PORTDOCS%%%%DOCSDIR%%/changelog.txt X%%PORTDOCS%%%%DOCSDIR%%/description.txt X@dirrm lib/enemyterritory/tcetest X@unexec rmdir %D/lib/enemyterritory 2>/dev/null || true X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-linux-enemyterritory-tce/pkg-plist exit