diff options
author | garga <garga@FreeBSD.org> | 2006-02-15 01:46:49 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-02-15 01:46:49 +0800 |
commit | 24eb5a8acf38aec5abe5672275bbbe700905d2ce (patch) | |
tree | f3c4f4362f553e0d3550522fed05cd0005276065 /games | |
parent | 448c84014965ef859440a392c5064e61f83401ea (diff) | |
download | freebsd-ports-gnome-24eb5a8acf38aec5abe5672275bbbe700905d2ce.tar.gz freebsd-ports-gnome-24eb5a8acf38aec5abe5672275bbbe700905d2ce.tar.zst freebsd-ports-gnome-24eb5a8acf38aec5abe5672275bbbe700905d2ce.zip |
Remove expired port games/hlserver-tsc
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/hlserver-tsc/Makefile | 34 | ||||
-rw-r--r-- | games/hlserver-tsc/distinfo | 2 | ||||
-rw-r--r-- | games/hlserver-tsc/pkg-descr | 19 | ||||
-rw-r--r-- | games/hlserver-tsc/pkg-install | 105 | ||||
-rw-r--r-- | games/hlserver-tsc/pkg-plist | 5 |
6 files changed, 0 insertions, 166 deletions
diff --git a/games/Makefile b/games/Makefile index 85a7273b7f26..60fdce24b3e7 100644 --- a/games/Makefile +++ b/games/Makefile @@ -283,7 +283,6 @@ SUBDIR += hlserver-psychostats SUBDIR += hlserver-si SUBDIR += hlserver-ts - SUBDIR += hlserver-tsc SUBDIR += hlserver-vs SUBDIR += hlserver-wasteland SUBDIR += hlserver-wizwars diff --git a/games/hlserver-tsc/Makefile b/games/hlserver-tsc/Makefile deleted file mode 100644 index 1e979a2a178a..000000000000 --- a/games/hlserver-tsc/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: TSC Server -# Date created: Mon Nov 12 13:19:17 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= tsc -PORTVERSION= 0.2.5.3.b -PORTREVISION= 1 -MASTER_SITES= http://tsc.austin2600.org/ \ - http://www.mystwalker.de/cs/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/^0.//:S/.b$/beta/} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Half-Life mod Counter-Strike with TSC modifications - -BROKEN= "mastersite disappeared, no longer maintained by author" -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE= 2006-02-13 - -BUILD_DEPENDS+= ${LINUXBASE}${HLDSDIR}cstrike/liblist.gam:${HALFLIFE_COUNTERSTRIKE_MASTER} - -NO_WRKSUBDIR= yes -USE_ZIP= yes -PKGDEINSTALL= ${PKGINSTALL} - -slaveport-post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ - ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf - -.include "${HALFLIFE_PORT_MASTER}/Makefile" diff --git a/games/hlserver-tsc/distinfo b/games/hlserver-tsc/distinfo deleted file mode 100644 index dc3be4a042ee..000000000000 --- a/games/hlserver-tsc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (tsc2.5.3beta.zip) = c8eb29d05f30572f67a814f102b1d2ec -SIZE (tsc2.5.3beta.zip) = 676684 diff --git a/games/hlserver-tsc/pkg-descr b/games/hlserver-tsc/pkg-descr deleted file mode 100644 index 1828ed1a7ed6..000000000000 --- a/games/hlserver-tsc/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -This package contains the files to run a FreeBSD Half-Life -Counter-Strike server under Linux emulation with the TSC modification - -[from developer's site] - -TSC is a server side modification to CS and the half life server -system. It adds more features and effects to the CS experience. -Features included in this release are: - --AIMBOT PROTECTION - USERS WILL BE DISCONNECTED!!! [automatically -enabled] --Optional model and sprite enforcement controlls with various -enforcement levels. -- OGC 5.0a blocked -- lots more - -Visit these following web pages for more information: - -WWW: http://tsc.austin2600.org/ diff --git a/games/hlserver-tsc/pkg-install b/games/hlserver-tsc/pkg-install deleted file mode 100644 index abf6e144cf15..000000000000 --- a/games/hlserver-tsc/pkg-install +++ /dev/null @@ -1,105 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# based on original from op port, written by Cyrille Lefevre -# <clefevre@citeweb.net> - -[ $# != 2 ] && exit 1 -PKGNAME=$1 -ACTION=$2 - -HLDSDIR=/usr/games/hlds_l/ -CONF_DIR=${PKG_PREFIX}/${HLDSDIR}/cstrike - -CONF_FILE=liblist.gam -CONF_OWN=root -CONF_GRP=wheel -CONF_MODE=444 - -SAMP_SUFX=.old - -INSTALL=install -CMP=cmp -FMT=fmt -GREP=grep -PERL=perl -RM=rm -RMDIR=rmdir - -WWW="http://www.tsc.austin2600.org/" - -INSTALL_DIR="${INSTALL} -d -o root -g wheel -m 755" -INSTALL_DATA="install -c -o root -g wheel -m 444" - -AUDIO_FILES="gasp1.wav gasp2.wav" - -case "$ACTION" in - -POST-INSTALL) - for file in ${AUDIO_FILES} - do - ${INSTALL_DATA} ${PKG_PREFIX}/${HLDSDIR}dmc/sound/player/${file} \ - ${PKG_PREFIX}${HLDSDIR}cstrike/sound/player/ - done - - echo "$PKGNAME: ======> <======" - - if [ -f ${CONF_DIR}/${CONF_FILE} ] - then -IS_IT_THERE=`${GREP} -E -e '^gamedll_linux.*\"dlls\/cs_i386.so\"$' ${CONF_DIR}/${CONF_FILE}` - fi - - if [ -n "${IS_IT_THERE}" ] - then - ${PERL} -pi -ne 's|^(gamedll_linux.*\"dlls\/)cs_i386(.so\"\s*)$|\1tsc\2|' \ - ${CONF_DIR}/${CONF_FILE} - echo "$PKGNAME: Modified ${CONF_DIR}/${CONF_FILE}. It now uses TSC." - echo "$PKGNAME: If you want admin mod or metamod, check TSC's site (${WWW}) for installation instructions." | ${FMT} - else - echo "$PKGNAME: ERROR: Existing ${CONF_DIR}/${CONF_FILE} configuration file was modified by hand." | ${FMT} - echo "$PKGNAME: You probably edited it by hand. Therefore, I can't automatically modify it." - echo "$PKGNAME: There is no problem." - echo "$PKGNAME: Just go to developer's site (${WWW}) and check installation instructions." - fi - - echo "$PKGNAME: ======> <======" - ;; - -DEINSTALL) - for file in ${AUDIO_FILES} - do - ${RM} ${PKG_PREFIX}/${HLDSDIR}cstrike/sound/player/${file} - done - - echo "$PKGNAME: ======> <======" - - if [ -f ${CONF_DIR}/${CONF_FILE} ] - then -IS_IT_THERE=`${GREP} -E -e '^gamedll_linux.*\"dlls\/tsc.so\"$' ${CONF_DIR}/${CONF_FILE}` - fi - - if [ -n "${IS_IT_THERE}" ] - then - ${PERL} -pi -ne 's|^(gamedll_linux.*\"dlls\/)tsc(.so\"\s*)$|\1cs_i386\2|' \ - ${CONF_DIR}/${CONF_FILE} - echo "$PKGNAME: Modified ${CONF_DIR}/${CONF_FILE}. It no longer uses TSC." - echo "$PKGNAME: If added admin mod or metamod to TSC, check TSC's site (${WWW}) for deinstallation (do installation backwards) instructions." | ${FMT} - else - echo "$PKGNAME: ERROR: Existing ${CONF_DIR}/${CONF_FILE} configuration file was modified by hand." | ${FMT} - echo "$PKGNAME: You probably edited it by hand. Therefore, I can't automatically modify it." - echo "$PKGNAME: There is no problem." - echo "$PKGNAME: Just go to developer's site (${WWW}) and check deinstallation (do installation backwards) instructions." | ${FMT} - fi - - echo "$PKGNAME: ======> <======" - ;; - -PRE-INSTALL|POST-DEINSTALL) - ;; - -*) - exit 1 - ;; -esac - -exit diff --git a/games/hlserver-tsc/pkg-plist b/games/hlserver-tsc/pkg-plist deleted file mode 100644 index d524beb7e7ce..000000000000 --- a/games/hlserver-tsc/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%HLDSDIR%%cstrike/dlls/tsc.so -%%PORTDOCS%%%%HLDSDIR%%cstrike/readme.txt -%%PORTDOCS%%%%HLDSDIR%%cstrike/sound/player/sound readme.txt -%%HLDSDIR%%cstrike/sound/welcome.wav -%%HLDSDIR%%cstrike/tsc.ini |