From 4d36ebb38ddc0f93d5f03d1483f7bebc74c5be54 Mon Sep 17 00:00:00 2001 From: bjs Date: Mon, 3 Mar 2008 03:04:56 +0000 Subject: Import xinput-1.3.0. The xinput utility configures and tests XInput devices. It wasn't originally designed to be the primary tool for doing this but it's still pretty much the only program out there for doing it. --- x11/xinput/DESCR | 3 +++ x11/xinput/Makefile | 22 ++++++++++++++++++++++ x11/xinput/PLIST | 3 +++ x11/xinput/distinfo | 5 +++++ 4 files changed, 33 insertions(+) create mode 100644 x11/xinput/DESCR create mode 100644 x11/xinput/Makefile create mode 100644 x11/xinput/PLIST create mode 100644 x11/xinput/distinfo (limited to 'x11') diff --git a/x11/xinput/DESCR b/x11/xinput/DESCR new file mode 100644 index 00000000000..1cc7b84e14c --- /dev/null +++ b/x11/xinput/DESCR @@ -0,0 +1,3 @@ +The xinput utility configures and tests XInput devices. It wasn't +originally designed to be the primary tool for doing this but it's +still pretty much the only program out there for doing it. diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile new file mode 100644 index 00000000000..e5cbd67c235 --- /dev/null +++ b/x11/xinput/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/03/03 03:04:56 bjs Exp $ +# + +DISTNAME= xinput-1.3.0 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ + +MAINTAINER= bjs@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/releases/individual/app/ +COMMENT= Xinput diagnostic utility for modular X.org + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +BUILDLINK_API_DEPENDS.inputproto+= inputproto>=1.4 + +.include "../../x11/libXi/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xinput/PLIST b/x11/xinput/PLIST new file mode 100644 index 00000000000..a48633eedbb --- /dev/null +++ b/x11/xinput/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/03 03:04:56 bjs Exp $ +bin/xinput +man/man1/xinput.1 diff --git a/x11/xinput/distinfo b/x11/xinput/distinfo new file mode 100644 index 00000000000..d6c7f2c4d23 --- /dev/null +++ b/x11/xinput/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/03/03 03:04:56 bjs Exp $ + +SHA1 (xinput-1.3.0.tar.gz) = 2d82ffb57ff745401cface41af5e204a6d51284b +RMD160 (xinput-1.3.0.tar.gz) = 3138a8824bcf5805b8416ee967caecfc5cf9e0c5 +Size (xinput-1.3.0.tar.gz) = 119964 bytes -- cgit v1.2.3