freebsd-ports/games/tads/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

15 lines
655 B
Text

TADS is a set of programming tools specially designed for writing
adventure games. TADS consists of:
* A programming language, which resembles C and Java.
* A compiler, which reads a set of source files written in the
TADS programming language and produces a portable binary game
file.
* A library, which provides a set of generic adventure game
definitions.
* An interactive debugger, which lets you examine
your program's execution in order to find and fix programming
errors.
* An interpreter, which a player uses to run your game.
See http://www.plover.net/~textfire/raiffaq/ifaq/ for more
information about obtaining game files.