Path to this page:
./
games/tetrinetx,
Server for an addictive 6 player tetris game
Branch: CURRENT,
Version: 1.13.16nb2,
Package name: tetrinetx-1.13.16nb2,
Maintainer: davidTetriNET is an addictive 6 player tetr*s game
What this program does is set up a TetriNET server that ordinary
TetriNET clients can connect to. It attempts to fix some of the
"glaring" holes in the TetriNET protocol that I discovered, and which
I'm sure some people use as cheats, but I now see why it is nearly
impossible to fix ;), without a modification to the client.
I've kept the server as close to the same as the original TetriNET
server, but I've added some extras that I've often wanted, such as
the "/kick" and "/ban" keywords.
Please note this server in no way encompasses the whole game. The clients
are the ones that do most of the work, with the server just passing suitable
packets between each client, and of course adding some of its own.
Author: Brendan Grieve (brg@cheerful.com)
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2006/07/05 06:53:13 jlam Exp $
case "${STAGE}" in
DEINSTALL)
LIST="${PKG_PREFIX}/share/tetrinetx/game.log"
for to_trash in ${LIST}; do
if ${TEST} -d "$to_trash"; then
${RM} -fr $to_trash/*
elif ${TEST} -f "$to_trash"; then
${RM} -f $to_trash
fi
done
;;
esac
Required to run:[
net/adns]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 79.538 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2015-01-29) Updated to version: tetrinetx-1.13.16nb2
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2006-07-05) Updated to version: tetrinetx-1.13.16nb1
- (2006-02-14) Package added to pkgsrc.se, version tetrinetx-1.13.16 (created)
CVS history: (Expand)
2021-10-26 12:44:37 by Nia Alarie | Files touched by this commit (466) |
Log message:
games: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:08:04 by Nia Alarie | Files touched by this commit (466) |
Log message:
games: Remove SHA1 hashes for distfiles
|
2018-01-14 16:26:49 by Roland Illig | Files touched by this commit (37) |
Log message:
pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable
and several others.
pkglint -r -Wall --autofix --only :Q
|
2015-11-03 21:57:10 by Alistair G. Crooks | Files touched by this commit (350) |
Log message:
Add SHA512 digests for distfiles for games category
Problems found locating distfiles:
Package blokus: missing distfile blokus-1.1.tar.gz
Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz
Package dungeon: missing distfile dungeon-gdt-glk.tar.gz
Package gate88: missing distfile Gate88_Mar19_05.tar.gz
Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz
Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip
Package rollemup: missing distfile Rollemup.tar.gz
Package tscp: missing distfile tscp181.zip
Package xbat: missing distfile xev111.tar.gz
Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz
Package xrick: missing distfile xrick-021212.tgz
Package xskat: missing distfile xskat-cards.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-01-29 10:53:29 by Makoto Fujiwara | Files touched by this commit (5) | |
Log message:
recursive revbump due to net/adns update 1.4 to 1.5.0
|
2014-03-11 15:05:19 by Jonathan Perkin | Files touched by this commit (350) |
Log message:
Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
|
2012-10-06 13:55:05 by Aleksej Saushev | Files touched by this commit (310) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2009-06-14 19:57:02 by Joerg Sonnenberger | Files touched by this commit (215) |
Log message:
Remove @dirrm entries from PLISTs
|