git: 94f638291a19 - main - x11/terminator: recover the active port by updating to 2.1.4

From: Hajimu UMEMOTO <ume_at_FreeBSD.org>
Date: Mon, 31 Mar 2025 14:56:59 UTC
The branch main has been updated by ume:

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

commit 94f638291a1933c80b2d2c1af2110c29b8fef30e
Author:     Hajimu UMEMOTO <ume@FreeBSD.org>
AuthorDate: 2025-03-31 14:55:22 +0000
Commit:     Hajimu UMEMOTO <ume@FreeBSD.org>
CommitDate: 2025-03-31 14:56:50 +0000

    x11/terminator: recover the active port by updating to 2.1.4
---
 x11/Makefile             |  1 +
 x11/terminator/Makefile  | 28 ++++++++++++++++++++++++++++
 x11/terminator/distinfo  |  3 +++
 x11/terminator/pkg-descr |  3 +++
 4 files changed, 35 insertions(+)

diff --git a/x11/Makefile b/x11/Makefile
index 86150b76ed7d..cfa56f36d077 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -430,6 +430,7 @@
     SUBDIR += taiga
     SUBDIR += temperature.app
     SUBDIR += terminal.app
+    SUBDIR += terminator
     SUBDIR += terminology
     SUBDIR += tessen
     SUBDIR += thingylaunch
diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile
new file mode 100644
index 000000000000..775ebb83a897
--- /dev/null
+++ b/x11/terminator/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	terminator
+DISTVERSION=	2.1.4
+PORTREVISION=	0
+CATEGORIES=	x11 python
+MASTER_SITES=	https://github.com/gnome-${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
+
+MAINTAINER=	ume@FreeBSD.org
+COMMENT=	Multiple GNOME terminals in one window
+WWW=		https://github.com/gnome-terminator/terminator
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+RUN_DEPENDS=	${LOCALBASE}/lib/libkeybinder-3.0.so:x11/keybinder-gtk3 \
+		${LOCALBASE}/lib/libnotify.so:devel/libnotify \
+		${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
+		gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
+
+USES=		gnome python shebangfix gettext
+USE_GNOME=	intltool pygobject3 vte3
+USE_PYTHON=	autoplist distutils noflavors
+
+PYDISTUTILS_PKGNAME=	Terminator
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/x11/terminator/distinfo b/x11/terminator/distinfo
new file mode 100644
index 000000000000..d03e4b257b93
--- /dev/null
+++ b/x11/terminator/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1743432178
+SHA256 (terminator-2.1.4.tar.gz) = af27b0ece862e61dde71d0827afa4a29a414e44599effe3edeebc52cbdf0c5e8
+SIZE (terminator-2.1.4.tar.gz) = 1065856
diff --git a/x11/terminator/pkg-descr b/x11/terminator/pkg-descr
new file mode 100644
index 000000000000..0112ed1bd998
--- /dev/null
+++ b/x11/terminator/pkg-descr
@@ -0,0 +1,3 @@
+Terminator is a Python terminal program, using the same widget as
+gnome-terminal to provide a tiled set of terminals in as little
+space as possible.