mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
new port: x11/xinput
New port: xinput (by Frederic Lepied) - a very useful utility for configuring and testing XInput devices PR: ports/54125 Submitted by: Martin Ranne <gasp@ridcully.dnsalias.org>
This commit is contained in:
parent
81a44e879c
commit
0c48d2fb51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87588
@ -141,6 +141,7 @@
|
||||
SUBDIR += xfishtank
|
||||
SUBDIR += xfree86_xkb_xml
|
||||
SUBDIR += xgrab
|
||||
SUBDIR += xinput
|
||||
SUBDIR += xkbctrl
|
||||
SUBDIR += xkbset
|
||||
SUBDIR += xkeycaps
|
||||
|
21
x11/xinput/Makefile
Normal file
21
x11/xinput/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: xinput
|
||||
# Date created: 05 July 2003
|
||||
# Whom: Martin Ranne <gasp@ridcully.dnsalias.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xinput
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR=utilities
|
||||
|
||||
MAINTAINER= gasp@ridcully.dnsalias.org
|
||||
COMMENT= Very useful utility for configuring and testing XInput devices
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
MAN1= xinput.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xinput/distinfo
Normal file
1
x11/xinput/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xinput-1.2.tar.gz) = 0ee7ad8dca7a3add2b63b1c96bc87399
|
6
x11/xinput/pkg-descr
Normal file
6
x11/xinput/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
xinput 1.x by Frederic Lepied <Frederic.Lepied@sugix.frmug.org>
|
||||
|
||||
xinput is an utility I have built to configure and test my XInput
|
||||
devices. The functionalities aren't complete but they fill my
|
||||
needs. If you have some ideas or needs for improvement, feel free to
|
||||
contact me. Any feedback welcome.
|
1
x11/xinput/pkg-plist
Normal file
1
x11/xinput/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/xinput
|
Loading…
Reference in New Issue
Block a user