git: cba99f0cd1c1 - main - devel/gitmux: Add gitmux 0.11.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 29 Jul 2025 04:33:46 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cba99f0cd1c1e422d94732e80b95759b68bf9191

commit cba99f0cd1c1e422d94732e80b95759b68bf9191
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-07-29 03:47:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-07-29 04:29:57 +0000

    devel/gitmux: Add gitmux 0.11.2
    
    Gitmux shows git status in your tmux status bar.
    
    Features:
    - easy. Install and forget about it
    - minimal. Just shows what you need, when you need it
    - discrete. Get out of your way if current directory is not in a Git tree
    - shell-agnostic. Does not rely on shell-features so works with all of them
    - customizable. Colors, symbols and layout are configurable
---
 devel/Makefile         |  1 +
 devel/gitmux/Makefile  | 19 +++++++++++++++++++
 devel/gitmux/distinfo  |  5 +++++
 devel/gitmux/pkg-descr |  8 ++++++++
 4 files changed, 33 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 5004714c4cc7..13832d47d672 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -876,6 +876,7 @@
     SUBDIR += gitlab-shell
     SUBDIR += gitleaks
     SUBDIR += gitlist
+    SUBDIR += gitmux
     SUBDIR += gitolite
     SUBDIR += gitolite2
     SUBDIR += gitoxide
diff --git a/devel/gitmux/Makefile b/devel/gitmux/Makefile
new file mode 100644
index 000000000000..87468088ad3b
--- /dev/null
+++ b/devel/gitmux/Makefile
@@ -0,0 +1,19 @@
+PORTNAME=	gitmux
+PORTVERSION=	0.11.2
+DISTVERSIONPREFIX=	v
+CATEGORIES=	devel
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Git in your tmux status bar
+WWW=		https://github.com/arl/gitmux
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		go:modules
+
+GO_MODULE=	github.com/arl/gitmux
+
+PLIST_FILES=	bin/gitmux
+
+.include <bsd.port.mk>
diff --git a/devel/gitmux/distinfo b/devel/gitmux/distinfo
new file mode 100644
index 000000000000..082a46281a52
--- /dev/null
+++ b/devel/gitmux/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1753369360
+SHA256 (go/devel_gitmux/gitmux-v0.11.2/v0.11.2.mod) = 9326d16f67aa47a0d8089f7328900e8ed12838ed9501515746df44f13b0b801e
+SIZE (go/devel_gitmux/gitmux-v0.11.2/v0.11.2.mod) = 385
+SHA256 (go/devel_gitmux/gitmux-v0.11.2/v0.11.2.zip) = c61e512cd7597682ac8736d0be2eea1cb84c500d11247649373e0735314def06
+SIZE (go/devel_gitmux/gitmux-v0.11.2/v0.11.2.zip) = 20653
diff --git a/devel/gitmux/pkg-descr b/devel/gitmux/pkg-descr
new file mode 100644
index 000000000000..98c4a91a8847
--- /dev/null
+++ b/devel/gitmux/pkg-descr
@@ -0,0 +1,8 @@
+Gitmux shows git status in your tmux status bar.
+
+Features:
+- easy. Install and forget about it
+- minimal. Just shows what you need, when you need it
+- discrete. Get out of your way if current directory is not in a Git tree
+- shell-agnostic. Does not rely on shell-features so works with all of them
+- customizable. Colors, symbols and layout are configurable