diff options
author | bjs <bjs@pkgsrc.org> | 2008-03-03 03:04:56 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-03-03 03:04:56 +0000 |
commit | 4d36ebb38ddc0f93d5f03d1483f7bebc74c5be54 (patch) | |
tree | 7d65e1da87d7f7349dd55897dfd9e46a2b5a0c8b /x11 | |
parent | c0de956d36689ac656938884945a0585b9f61908 (diff) | |
download | pkgsrc-4d36ebb38ddc0f93d5f03d1483f7bebc74c5be54.tar.gz |
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xinput/DESCR | 3 | ||||
-rw-r--r-- | x11/xinput/Makefile | 22 | ||||
-rw-r--r-- | x11/xinput/PLIST | 3 | ||||
-rw-r--r-- | x11/xinput/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
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 |