From owner-dev-commits-ports-all@freebsd.org Mon Apr 19 20:22:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 453FE5FE50E; Mon, 19 Apr 2021 20:22:38 +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 4FPJCL1W7Kz4q5r; Mon, 19 Apr 2021 20:22:38 +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 2678B259A9; Mon, 19 Apr 2021 20:22:38 +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 13JKMcH3093670; Mon, 19 Apr 2021 20:22:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13JKMcLt093669; Mon, 19 Apr 2021 20:22:38 GMT (envelope-from git) Date: Mon, 19 Apr 2021 20:22:38 GMT Message-Id: <202104192022.13JKMcLt093669@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 0f0336d73dac - main - New port: x11/dsbxinput: Graphical tool for configuring pointing devices MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0f0336d73dac33fd2746d8334a34290b37475223 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2021 20:22:38 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f0336d73dac33fd2746d8334a34290b37475223 commit 0f0336d73dac33fd2746d8334a34290b37475223 Author: Rainer Hurling AuthorDate: 2021-04-19 20:20:45 +0000 Commit: Rainer Hurling CommitDate: 2021-04-19 20:20:45 +0000 New port: x11/dsbxinput: Graphical tool for configuring pointing devices https://github.com/mrclksr/DSBXinput PR: 255225 Submitted by: Marcel Kaiser (new maintainer) --- x11/Makefile | 1 + x11/dsbxinput/Makefile | 20 ++++++++++++++++++++ x11/dsbxinput/distinfo | 3 +++ x11/dsbxinput/pkg-descr | 4 ++++ x11/dsbxinput/pkg-plist | 3 +++ 5 files changed, 31 insertions(+) diff --git a/x11/Makefile b/x11/Makefile index 2ed9f9b0660a..a2ec4df9d6b2 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -50,6 +50,7 @@ SUBDIR += dmenu-wayland SUBDIR += docker-tray SUBDIR += dsbautostart + SUBDIR += dsbxinput SUBDIR += dxpc SUBDIR += dzen2 SUBDIR += eaglemode diff --git a/x11/dsbxinput/Makefile b/x11/dsbxinput/Makefile new file mode 100644 index 000000000000..714fca5caa75 --- /dev/null +++ b/x11/dsbxinput/Makefile @@ -0,0 +1,20 @@ +PORTNAME= dsbxinput +DISTVERSION= 0.1 +CATEGORIES= x11 + +MAINTAINER= mk@nic-nac-project.org +COMMENT= Graphical tool for configuring pointing devices + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lrelease:devel/qt5-linguisttools +RUN_DEPENDS= xinput:x11/xinput + +USES= pyqt:5 python:3.7+ +USE_GITHUB= yes +GH_ACCOUNT= mrclksr +GH_PROJECT= DSBXinput +USE_PYQT= core gui widgets + +.include diff --git a/x11/dsbxinput/distinfo b/x11/dsbxinput/distinfo new file mode 100644 index 000000000000..8bc8158e1d3f --- /dev/null +++ b/x11/dsbxinput/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1618745410 +SHA256 (mrclksr-DSBXinput-0.1_GH0.tar.gz) = 6cc8e69b508e21c215a53090c084cba994a54169085377c1e5cf1c1c4702159a +SIZE (mrclksr-DSBXinput-0.1_GH0.tar.gz) = 9636 diff --git a/x11/dsbxinput/pkg-descr b/x11/dsbxinput/pkg-descr new file mode 100644 index 000000000000..bd3d708405a1 --- /dev/null +++ b/x11/dsbxinput/pkg-descr @@ -0,0 +1,4 @@ +DSBXinput is a graphical fontend to xinput which allows you to configure +pointing devices. + +WWW: https://github.com/mrclksr/DSBXinput diff --git a/x11/dsbxinput/pkg-plist b/x11/dsbxinput/pkg-plist new file mode 100644 index 000000000000..9718d9e89ce1 --- /dev/null +++ b/x11/dsbxinput/pkg-plist @@ -0,0 +1,3 @@ +bin/dsbxinput +share/applications/dsbxinput.desktop +%%DATADIR%%/dsbxinput_de.qm