Date: Sat, 18 Feb 2006 22:40:51 -0300 From: "Alejandro Pulver" <alejandro@varnet.biz> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/93544: [NEW PORT] games/linux-enemyterritory-jaymod: Jaymod - An Enemy Territory Modification Message-ID: <1140313251.98892@phobos.mars.bsd> Resent-Message-ID: <200602190150.k1J1o4OZ055198@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93544 >Category: ports >Synopsis: [NEW PORT] games/linux-enemyterritory-jaymod: Jaymod - An Enemy Territory Modification >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 01:50:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005 root@ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE >Description: >How-To-Repeat: >Fix: --- linux-enemyterritory-jaymod.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: # # linux-enemyterritory-jaymod # linux-enemyterritory-jaymod/pkg-descr # linux-enemyterritory-jaymod/Makefile # linux-enemyterritory-jaymod/distinfo # linux-enemyterritory-jaymod/pkg-plist # echo c - linux-enemyterritory-jaymod mkdir -p linux-enemyterritory-jaymod > /dev/null 2>&1 echo x - linux-enemyterritory-jaymod/pkg-descr sed 's/^X//' >linux-enemyterritory-jaymod/pkg-descr << 'END-of-linux-enemyterritory-jaymod/pkg-descr' XJaymod is an add-on modification to RTCW: Enemy Territory. X XThe idea for Jaymod came from the main features of Shrubmod. Shrubmod has Xlong been out of date and unsupported, and with the instability issues that Xcome with Shrubmod, something had to be done to get a Shrub-like server-side Xmod that would provide most of Shrub's features, be stable, and be supported. X XThis mod has, obviously, outgrown the original objective of being server-side Xonly. Some of the ideas I wanted to implement could not be done with server Xcode only, so the decision was made to start working on the client end as Xwell. I wanted this to be as easy as possible for end users, and now only one Xpak needs to be downloaded (on the fly) to be able to play this mod. X XWWW: http://jaymod.clanfu.org/ END-of-linux-enemyterritory-jaymod/pkg-descr echo x - linux-enemyterritory-jaymod/Makefile sed 's/^X//' >linux-enemyterritory-jaymod/Makefile << 'END-of-linux-enemyterritory-jaymod/Makefile' X# New ports collection makefile for: jaymod X# Date created: 18 Feb 2006 X# Whom: Alejandro Pulver <alejandro@varnet.biz> X# X# $FreeBSD$ X# X XPORTNAME= jaymod XPORTVERSION= 1.4 XCATEGORIES= games linux XMASTER_SITES= http://jaymod.clanfu.org/lib/downloads/ \ X http://budjb.com/lib/downloads/ \ X http://www.zenenterprises.org/bud/jaymod/ \ X http://www.spherens.com/zen/et/distro/ XPKGNAMEPREFIX= linux-enemyterritory- X XMAINTAINER= alejandro@varnet.biz XCOMMENT= Jaymod - An Enemy Territory Modification X XRUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory X XPREFIX?= ${X11BASE} XONLY_FOR_ARCHS= i386 XUSE_LINUX= yes XNO_WRKSUBDIR= yes X XDATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME} XDOCSDIR= ${PREFIX}/share/doc/enemyterritory-${PORTNAME} X XPLIST_SUB= VERSION="${PORTVERSION}" X Xdo-build: X.for f in et etded X @(${ECHO} "#!/bin/sh"; \ X ${ECHO} 'exec ${PREFIX}/bin/${f} +set fs_game ${PORTNAME} "$$@"') > \ X ${WRKSRC}/${f}-${PORTNAME} X.endfor X Xdo-install: X.for f in et etded X ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME} ${PREFIX}/bin X.endfor X ${MKDIR} ${DATADIR} X ${INSTALL_PROGRAM} ${WRKSRC}/qagame.mp.i386.so ${DATADIR} X.for f in jaymod-${PORTVERSION}.pk3 jaymod.cfg-sample X ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} X.endfor X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X. for f in jaymod-${PORTVERSION}.pdf readme.txt X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X.include <bsd.port.mk> END-of-linux-enemyterritory-jaymod/Makefile echo x - linux-enemyterritory-jaymod/distinfo sed 's/^X//' >linux-enemyterritory-jaymod/distinfo << 'END-of-linux-enemyterritory-jaymod/distinfo' XMD5 (jaymod-1.4.tar.gz) = 86e69f4985c5c10be9ee61b15abb9292 XSHA256 (jaymod-1.4.tar.gz) = 41b1f9fa51724c67867c2c2805441277fc4f35fe10253157c718a0619570ba77 XSIZE (jaymod-1.4.tar.gz) = 4189340 END-of-linux-enemyterritory-jaymod/distinfo echo x - linux-enemyterritory-jaymod/pkg-plist sed 's/^X//' >linux-enemyterritory-jaymod/pkg-plist << 'END-of-linux-enemyterritory-jaymod/pkg-plist' Xbin/et-jaymod Xbin/etded-jaymod X%%PORTDOCS%%%%DOCSDIR%%/jaymod-%%VERSION%%.pdf X%%DATADIR%%/jaymod-%%VERSION%%.pk3 X%%DATADIR%%/jaymod.cfg-sample X%%DATADIR%%/qagame.mp.i386.so X%%PORTDOCS%%%%DOCSDIR%%/readme.txt X@dirrm %%DATADIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-linux-enemyterritory-jaymod/pkg-plist exit --- linux-enemyterritory-jaymod.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?1140313251.98892>