Path to this page:
./
wip/pts,
Perl TetriNET Server
Branch: CURRENT,
Version: 0.20a,
Package name: pts-0.20a,
Maintainer: davidPerl TetriNET Server (pts) is a tetrinet server written in perl. pts
has the following features:
* Written in Perl. You can run PTS on Windows/Unix/etc.
* Supports multiple channels.
* Supports TetriNET and TetriFAST clients. (no Tspec, no IRC)
* Supports Query (IRC bot's check) access.
* 10 level authority.
* Game statistics.
* User Profile with registered nick (no registered team yet).
* Ping.
* Async DNS lookup.
* Anti flood.
* Imperfect detection of cheat programs.
Email to : drick@zippy.sonoma.edu
DEINSTALL [+/-]#!/bin/sh
# $NetBSD: DEINSTALL,v 1.1.1.1 2003/04/13 08:25:30 jmmv Exp $
PKGNAME=$1
STAGE=$2
REMOVED="no"
LIST="${PKG_PREFIX}/share/pts/game.winlist \
${PKG_PREFIX}/share/pts/pts.lmsg \
${PKG_PREFIX}/share/pts/pts.profile \
${PKG_PREFIX}/share/pts/logs \
${PKG_PREFIX}/share/pts/dstats"
case ${STAGE} in
DEINSTALL)
for to_trash in ${LIST}; do
if [ -e "${to_trash}" ]; then
REMOVED="yes"
if [ -d "${to_trash}" ]; then
rm -rf ${to_trash}/*
elif [ -f "${to_trash}" ]; then
rm ${to_trash}
fi
fi
done
;;
POST-DEINSTALL)
;;
*)
echo "Unexpected argument: ${STAGE}"
exit 1
;;
esac
exit 0
Required to run:[
lang/perl5] [
devel/p5-Config-IniFiles]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: b2bce3414fd09dd2c14655695ee7c98312571bb1
Filesize: 101.613 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)