Date: Mon, 31 May 2021 12:20:34 GMT From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 98deda6bef1b - main - x11/py-i3-quickterm: new port - quake-style drop down terminal for i3 and sway Message-ID: <202105311220.14VCKYoI078901@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=98deda6bef1bff1b30edfb571c2005dedb1e4d89 commit 98deda6bef1bff1b30edfb571c2005dedb1e4d89 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2021-05-30 17:56:05 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2021-05-31 12:19:54 +0000 x11/py-i3-quickterm: new port - quake-style drop down terminal for i3 and sway --- x11/Makefile | 1 + x11/py-i3-quickterm/Makefile | 19 +++++++++++++++++++ x11/py-i3-quickterm/distinfo | 3 +++ x11/py-i3-quickterm/pkg-descr | 14 ++++++++++++++ 4 files changed, 37 insertions(+) diff --git a/x11/Makefile b/x11/Makefile index 1e2658fd4ca1..e1598e7cba99 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -274,6 +274,7 @@ SUBDIR += polybar SUBDIR += printscreen SUBDIR += py-caffeine-ng + SUBDIR += py-i3-quickterm SUBDIR += py-i3ipc SUBDIR += py-pyscreenshot SUBDIR += py-python-xapp diff --git a/x11/py-i3-quickterm/Makefile b/x11/py-i3-quickterm/Makefile new file mode 100644 index 000000000000..aa0a3077d7e3 --- /dev/null +++ b/x11/py-i3-quickterm/Makefile @@ -0,0 +1,19 @@ +PORTNAME= i3-quickterm +DISTVERSION= 1.0 +CATEGORIES= x11 python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dch@FreeBSD.org +COMMENT= Drop-down "quake style" terminal for i3 and sway + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}i3ipc>2.0:x11/py-i3ipc@${PY_FLAVOR} \ + +USES= cpe python:3.4+ +USE_PYTHON= distutils autoplist concurrent + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/x11/py-i3-quickterm/distinfo b/x11/py-i3-quickterm/distinfo new file mode 100644 index 000000000000..4e82a2a1f3a3 --- /dev/null +++ b/x11/py-i3-quickterm/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621317021 +SHA256 (i3-quickterm-1.0.tar.gz) = 2df756bfc89b8858f3010cba587ab3836ce428d8da2a2160e3c8163e3c0dd7e9 +SIZE (i3-quickterm-1.0.tar.gz) = 6243 diff --git a/x11/py-i3-quickterm/pkg-descr b/x11/py-i3-quickterm/pkg-descr new file mode 100644 index 000000000000..056ce214f308 --- /dev/null +++ b/x11/py-i3-quickterm/pkg-descr @@ -0,0 +1,14 @@ +A small drop-down terminal for i3wm and sway, supporting your preferred +terminal emulator, is multi-monitor and screen-width aware, and plays +with dmenu, rofil, and more. + +When launched, it will minimize the quickterm on the current screen if +there is one. Otherwise, it will either prompt the user for the shell to +open or use the one supplied in argument. + +If the requested shell is already opened on another screen, it will be +moved on the current screen. + +It is recommended to map it to an i3 binding. See WWW for user config. + +WWW: https://github.com/lbonn/i3-quickterm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105311220.14VCKYoI078901>