Bug 291254 - misc/gitlogue: new port: watch your git commit history in a cinematic view
Summary: misc/gitlogue: new port: watch your git commit history in a cinematic view
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-27 20:13 UTC by Yusuf Yaman
Modified: 2025-11-28 16:58 UTC (History)
2 users (show)

See Also:


Attachments
0001-misc-gitlogue-new-port-watch-your-git-commit-history.patch (49.15 KB, patch)
2025-11-27 20:18 UTC, Yusuf Yaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuf Yaman 2025-11-27 20:13:01 UTC

    
Comment 1 Yusuf Yaman 2025-11-27 20:18:48 UTC
Created attachment 265675 [details]
0001-misc-gitlogue-new-port-watch-your-git-commit-history.patch

Thanks in advance.
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-11-28 16:58:28 UTC
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(+)