diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-10 13:47:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-10 13:47:12 +0000 |
commit | 8ca96638fb288931c0767460ce84251245220531 (patch) | |
tree | f80e8293debae1c03a829367ff9b19a14c3d1a6f /x11/xsetmode | |
parent | 515b1184e97943deeb18a85c15c2c9eed790f7bb (diff) | |
download | pkgsrc-8ca96638fb288931c0767460ce84251245220531.tar.gz |
Import xsetmode-1.0.0.
The xsetroot program is used to switch XInput devices between absolute
and relative positioning. This is from the modular X.org X11 project.
Diffstat (limited to 'x11/xsetmode')
-rw-r--r-- | x11/xsetmode/DESCR | 3 | ||||
-rw-r--r-- | x11/xsetmode/Makefile | 22 | ||||
-rw-r--r-- | x11/xsetmode/PLIST | 3 | ||||
-rw-r--r-- | x11/xsetmode/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/x11/xsetmode/DESCR b/x11/xsetmode/DESCR new file mode 100644 index 00000000000..146fee38b2b --- /dev/null +++ b/x11/xsetmode/DESCR @@ -0,0 +1,3 @@ +The xsetroot program is used to switch XInput devices between absolute +and relative positioning. This is from the modular X.org X11 project. + diff --git a/x11/xsetmode/Makefile b/x11/xsetmode/Makefile new file mode 100644 index 00000000000..5314fbb5e29 --- /dev/null +++ b/x11/xsetmode/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:47:12 joerg Exp $ +# + +DISTNAME= xsetmode-1.0.0 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Switch mode of XInput devices + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXi/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xsetmode/PLIST b/x11/xsetmode/PLIST new file mode 100644 index 00000000000..3a91edb23aa --- /dev/null +++ b/x11/xsetmode/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/10 13:47:12 joerg Exp $ +bin/xsetmode +man/man1/xsetmode.1 diff --git a/x11/xsetmode/distinfo b/x11/xsetmode/distinfo new file mode 100644 index 00000000000..76b2b1bf7ff --- /dev/null +++ b/x11/xsetmode/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/10 13:47:12 joerg Exp $ + +SHA1 (xsetmode-1.0.0.tar.bz2) = add4e6a91c9d0e7d1a80b3534c64d6b7bf633ea0 +RMD160 (xsetmode-1.0.0.tar.bz2) = 40088c9246a6d67e8d3c759151077fb3cb7dd7a6 +Size (xsetmode-1.0.0.tar.bz2) = 73757 bytes |