Bug 255225

Summary: [NEW PORT] x11/dsbxinput: Graphical tool for configuring pointing devices
Product: Ports & Packages Reporter: Marcel Kaiser <mk>
Component: Individual Port(s)Assignee: Rainer Hurling <rhurlin>
Status: Closed FIXED    
Severity: Affects Only Me CC: rhurlin
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
git diff to add x11/dsbxinput to the ports tree none

Description Marcel Kaiser 2021-04-19 14:42:57 UTC
Created attachment 224254 [details]
git diff to add x11/dsbxinput to the ports tree

Hi,

here is a patch to add the port of dsbxinput.

QA:
portlint: OK (looks fine.)
testport: OK (poudriere: 122Ramd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-19 20:23:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f0336d73dac33fd2746d8334a34290b37475223

commit 0f0336d73dac33fd2746d8334a34290b37475223
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-04-19 20:20:45 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
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 <mk@nic-nac-project.org> (new maintainer)

 x11/Makefile                  |  1 +
 x11/dsbxinput/Makefile (new)  | 20 ++++++++++++++++++++
 x11/dsbxinput/distinfo (new)  |  3 +++
 x11/dsbxinput/pkg-descr (new) |  4 ++++
 x11/dsbxinput/pkg-plist (new) |  3 +++
 5 files changed, 31 insertions(+)
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2021-04-19 20:27:38 UTC
Hi Marcel,

Thanks for your new port. I tried this nice tool on my real life box and it works fine :)

Some minor issues I did with your patch beside testing in Poudriere:
- Remove the $FreeBSD$ tag (not needed in git repository)
- Add an entry for the new port in x11/Makefile
- Move USE_PYQG like suggested by portclippy


Committed, thanks and have fun :)
Comment 3 Marcel Kaiser 2021-04-19 20:51:35 UTC
(In reply to Rainer Hurling from comment #2)
Hi Rainer,

thank you for the changes, commit and the nice feedback :)