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 at protonmail.com> (new maintainer)
shells/bash: Reintroduce PORTS_READLINE
Now that readline has been updated to 8.3, the option to use the library from
ports rather than the bundled version can be restored. The option remains
disabled by default to avoid unexpected build or runtime changes for users
and to maintain consistency with previous releases.
PR: 288208
devel/py-terminaltexteffects: Update to 0.14.0
- Change the build dependency
- Add a patch to fix the following error:
*** Error compiling '/usr/local/poudriere/ports/default/devel/py-terminaltexteffects/work-py311/stage/usr/local/lib/python3.11/site-packages/terminaltexteffects/template/effect_template
.py'...
File "/usr/local/lib/python3.11/site-packages/terminaltexteffects/template/effect_template.py", line 72
"steps will create a smoother and longer gradient animation."
^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: keyword argument repeated: action
*** Error compiling '/usr/local/poudriere/ports/default/devel/py-terminaltexteffects/work-py311/stage/usr/local/lib/python3.11/site-packages/terminaltexteffects/template/effect_template
.py'...
File "/usr/local/lib/python3.11/site-packages/terminaltexteffects/template/effect_template.py", line 72
"steps will create a smoother and longer gradient animation."
^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: keyword argument repeated: action
[2 lines not shown]