x11/terminator: recover the active port by updating to 2.1.4

This commit is contained in:
Hajimu UMEMOTO 2025-03-31 23:55:22 +09:00
parent 2c0526b387
commit 94f638291a
4 changed files with 35 additions and 0 deletions

View file

@ -430,6 +430,7 @@
SUBDIR += taiga
SUBDIR += temperature.app
SUBDIR += terminal.app
SUBDIR += terminator
SUBDIR += terminology
SUBDIR += tessen
SUBDIR += thingylaunch

28
x11/terminator/Makefile Normal file
View file

@ -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>

3
x11/terminator/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1743432178
SHA256 (terminator-2.1.4.tar.gz) = af27b0ece862e61dde71d0827afa4a29a414e44599effe3edeebc52cbdf0c5e8
SIZE (terminator-2.1.4.tar.gz) = 1065856

3
x11/terminator/pkg-descr Normal file
View file

@ -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.