Bug 255225 - [NEW PORT] x11/dsbxinput: Graphical tool for configuring pointing devices
Summary: [NEW PORT] x11/dsbxinput: Graphical tool for configuring pointing devices
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rainer Hurling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-19 14:42 UTC by Marcel Kaiser
Modified: 2021-04-19 20:51 UTC (History)
1 user (show)

See Also:


Attachments
git diff to add x11/dsbxinput to the ports tree (1.52 KB, patch)
2021-04-19 14:42 UTC, Marcel Kaiser
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 :)