FrobTADS is a complete rewrite of the Unix version. It adds support for a number of relatively recent TADS features that were missing from the old Unix version, including full support for text and background colors, TADS 3 banners, and timed input. It's also much more portable and more easily maintainable, as it's built to modern Unix standards. And installing FrobTADS is greatly simplified compared to the old Unix port, thanks to automatic configuration.
FrobTADS is a complete rewrite of the Unix version. It adds support for a number of relatively recent TADS features that were missing from the old Unix version, including full support for text and background colors, TADS 3 banners, and timed input. It's also much more portable and more easily maintainable, as it's built to modern Unix standards. And installing FrobTADS is greatly simplified compared to the old Unix port, thanks to automatic configuration.
To install frobtads, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install frobtads
To see what files were installed by frobtads, run:
port contents frobtads
To later upgrade frobtads, run:
sudo port selfupdate && sudo port upgrade frobtads
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.