From owner-dev-commits-ports-main@freebsd.org Mon May 31 12:20:35 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4911D6462C3; Mon, 31 May 2021 12:20:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FtvWl0kq5z4hYw; Mon, 31 May 2021 12:20:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE38810399; Mon, 31 May 2021 12:20:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14VCKYDv078902; Mon, 31 May 2021 12:20:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14VCKYoI078901; Mon, 31 May 2021 12:20:34 GMT (envelope-from git) Date: Mon, 31 May 2021 12:20:34 GMT Message-Id: <202105311220.14VCKYoI078901@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 98deda6bef1b - main - x11/py-i3-quickterm: new port - quake-style drop down terminal for i3 and sway MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 98deda6bef1bff1b30edfb571c2005dedb1e4d89 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 12:20:35 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=98deda6bef1bff1b30edfb571c2005dedb1e4d89 commit 98deda6bef1bff1b30edfb571c2005dedb1e4d89 Author: Dave Cottlehuber AuthorDate: 2021-05-30 17:56:05 +0000 Commit: Dave Cottlehuber 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 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