Created attachment 264540 [details] patch containing the proposed new port. Initial port of frobtads. This is my first submission to ports, but I think I have things mostly right.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1e257a26b880a75cad55681701caf4ff39c9c36 commit b1e257a26b880a75cad55681701caf4ff39c9c36 Author: Wes Frazier <wes.frazier@avoidbig.tech> AuthorDate: 2025-10-13 11:36:40 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2026-04-02 03:22:35 +0000 games/frobtads: [New port] Tools for adventure games FrobTADS is a full version of TADS. It includes everything you need for playing and writing TADS games, including a text-only TADS interpreter and the compilers for both TADS 2 and 3. PR: 290209 games/Makefile | 1 + games/frobtads/Makefile (new) | 25 +++++++ games/frobtads/distinfo (new) | 3 + games/frobtads/pkg-descr (new) | 8 ++ games/frobtads/pkg-plist (new) | 161 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 198 insertions(+)
Thanks for submitting. Pushed with a few changes: - add missing entry to games/Makefile - remove patch with hardcoded path in favor of USES=localbase - remove unnecessary DISTNAME=... and GH_PROJECT=... - formatting changes based on portclippy/portfmt - switch spaces to tabs after some variable assignments