Import xmodmap-1.0.2:
The xmodmap tool is used to modify keymaps and pointer button mappings in X. This is from modular Xorg.
This commit is contained in:
parent
7fbc43b516
commit
b53e7bf6a8
4 changed files with 30 additions and 0 deletions
2
x11/xmodmap/DESCR
Normal file
2
x11/xmodmap/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
The xmodmap tool is used to modify keymaps and pointer button mappings in X.
|
||||||
|
This is from modular Xorg.
|
20
x11/xmodmap/Makefile
Normal file
20
x11/xmodmap/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2006/11/07 17:31:51 joerg Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= xmodmap-1.0.2
|
||||||
|
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= X modmap program
|
||||||
|
|
||||||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_TOOLS+= pkg-config
|
||||||
|
|
||||||
|
.include "../../x11/libX11/buildlink3.mk"
|
||||||
|
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
3
x11/xmodmap/PLIST
Normal file
3
x11/xmodmap/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/07 17:31:51 joerg Exp $
|
||||||
|
bin/xmodmap
|
||||||
|
man/man1/xmodmap.1
|
5
x11/xmodmap/distinfo
Normal file
5
x11/xmodmap/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2006/11/07 17:31:51 joerg Exp $
|
||||||
|
|
||||||
|
SHA1 (xmodmap-1.0.2.tar.bz2) = 915294312359d4b3067ae2a2702eb1f1f41dbd0b
|
||||||
|
RMD160 (xmodmap-1.0.2.tar.bz2) = ae3c14510b19917c80ffce189df0856645906146
|
||||||
|
Size (xmodmap-1.0.2.tar.bz2) = 94755 bytes
|
Loading…
Reference in a new issue