Created attachment 265675 [details] 0001-misc-gitlogue-new-port-watch-your-git-commit-history.patch Thanks in advance.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=030890617fba92630e36dc66c38da6d664126433 commit 030890617fba92630e36dc66c38da6d664126433 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2025-11-27 20:15:49 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2025-11-28 16:57:09 +0000 Add misc/gitlogue: Watch your git commit history in a cinematic view Gitlogue is a cinematic Git commit replay tool for the terminal that can turn your Git history into a living, animated story. Watch commits unfold with realistic typing animations, syntax highlighting, and file tree transitions, transforming code changes into a visual experience. WWW: https://github.com/unhappychoice/gitlogue PR: 291254 Reported by: Yusuf Yaman <nxjoseph@protonmail.com> (new maintainer) misc/Makefile | 1 + misc/gitlogue/Makefile (new) | 24 ++ misc/gitlogue/Makefile.crates (new) | 235 ++++++++++++++ misc/gitlogue/distinfo (new) | 473 +++++++++++++++++++++++++++++ misc/gitlogue/files/patch-Cargo.lock (new) | 26 ++ misc/gitlogue/files/patch-Cargo.toml (new) | 11 + misc/gitlogue/pkg-descr (new) | 6 + 7 files changed, 776 insertions(+)