Bug 290209 - [NEW PORT] games/frobtads: tools for playing and creating adventure games.
Summary: [NEW PORT] games/frobtads: tools for playing and creating adventure games.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-13 15:11 UTC by Wes Frazier
Modified: 2026-04-02 03:34 UTC (History)
2 users (show)

See Also:


Attachments
patch containing the proposed new port. (9.44 KB, patch)
2025-10-13 15:11 UTC, Wes Frazier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wes Frazier 2025-10-13 15:11:10 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-04-02 03:24:09 UTC
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(+)
Comment 2 Joseph Mingrone freebsd_committer freebsd_triage 2026-04-02 03:34:31 UTC
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