aboutsummaryrefslogtreecommitdiffstats
path: root/games/tetrinet-x/pkg-descr
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>1999-05-01 10:19:08 +0800
committertaoka <taoka@FreeBSD.org>1999-05-01 10:19:08 +0800
commit4044ca0ed359e708cf4bd32ee4804dbb677beddd (patch)
tree7f22e4932e2963ac7accacbae645e5cb1949b470 /games/tetrinet-x/pkg-descr
parent9659df3e53a95e7cefa5603a8ca1046e126b2271 (diff)
downloadfreebsd-ports-gnome-4044ca0ed359e708cf4bd32ee4804dbb677beddd.tar.gz
freebsd-ports-gnome-4044ca0ed359e708cf4bd32ee4804dbb677beddd.tar.zst
freebsd-ports-gnome-4044ca0ed359e708cf4bd32ee4804dbb677beddd.zip
TetriNET is an addictive 6 player tetr*s game
PR: 11081 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Diffstat (limited to 'games/tetrinet-x/pkg-descr')
-rw-r--r--games/tetrinet-x/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/tetrinet-x/pkg-descr b/games/tetrinet-x/pkg-descr
new file mode 100644
index 000000000000..9649a7770d24
--- /dev/null
+++ b/games/tetrinet-x/pkg-descr
@@ -0,0 +1,19 @@
+TetriNET 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 it's own.
+
+Author: Brendan Grieve (brg@cheerful.com)
+Homepage: ftp://ftp.dementia.nu/tetrinet/servers/tetrix
+Distfiles: tetrinet-x.1.13.16.tgz (89 kb)
+
+- ported to FreeBSD by Gianmarco (gmarco@giovannelli.it)