diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-20 15:22:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-20 15:22:41 +0000 |
commit | 6777374240c099491221766ee6806e4d3f99a158 (patch) | |
tree | e889c764dce4caf69e5e2031cf173e39d144d4ec /x11/xf86-input-void | |
parent | 427a6f427ff7e9df17d33f7f4d52efe79e8bc933 (diff) | |
download | pkgsrc-6777374240c099491221766ee6806e4d3f99a158.tar.gz |
Import xf86-input-void-1.1.0 from modular Xorg.
This is a dummy input device for the modular Xorg server. It never
delivers any events, but can be usedas pointer and keyboard device to
run the Xorg server without real core devices.
Diffstat (limited to 'x11/xf86-input-void')
-rw-r--r-- | x11/xf86-input-void/DESCR | 3 | ||||
-rw-r--r-- | x11/xf86-input-void/Makefile | 22 | ||||
-rw-r--r-- | x11/xf86-input-void/PLIST | 6 | ||||
-rw-r--r-- | x11/xf86-input-void/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/x11/xf86-input-void/DESCR b/x11/xf86-input-void/DESCR new file mode 100644 index 00000000000..5f4b9bcf850 --- /dev/null +++ b/x11/xf86-input-void/DESCR @@ -0,0 +1,3 @@ +This is a dummy input device for the modular Xorg server. It never +delivers any events, but can be usedas pointer and keyboard device to +run the Xorg server without real core devices. diff --git a/x11/xf86-input-void/Makefile b/x11/xf86-input-void/Makefile new file mode 100644 index 00000000000..daa6275f8d1 --- /dev/null +++ b/x11/xf86-input-void/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/03/20 15:22:41 joerg Exp $ + +DISTNAME= xf86-input-void-1.1.0 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +COMMENT= Modular Xorg dummy input driver + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LIBTOOL= YES +GNU_CONFIGURE= YES +USE_TOOLS+= pkg-config + +.include "../../x11/inputproto/buildlink3.mk" +.include "../../x11/modular-xorg-server/buildlink3.mk" +.include "../../x11/randrproto/buildlink3.mk" +.include "../../x11/xproto/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xf86-input-void/PLIST b/x11/xf86-input-void/PLIST new file mode 100644 index 00000000000..51e6b99e455 --- /dev/null +++ b/x11/xf86-input-void/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/20 15:22:41 joerg Exp $ +lib/xorg/modules/input/void_drv.la +man/man4/void.4 +@comment @dirrm lib/xorg/modules/input +@comment @dirrm lib/xorg/modules +@comment @dirrm lib/xorg diff --git a/x11/xf86-input-void/distinfo b/x11/xf86-input-void/distinfo new file mode 100644 index 00000000000..ec508ce32de --- /dev/null +++ b/x11/xf86-input-void/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/03/20 15:22:41 joerg Exp $ + +SHA1 (xf86-input-void-1.1.0.tar.bz2) = 69077dd924cfabf083b86335489bc8069f9659e3 +RMD160 (xf86-input-void-1.1.0.tar.bz2) = 9a05dfbada0c5c5b969e28895e2672544be87cae +Size (xf86-input-void-1.1.0.tar.bz2) = 226456 bytes |