mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
add xkbset
Manage various XKB features of X Window PR: 27295 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
parent
b0cfe74d9c
commit
0f5fcc7f8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43137
@ -95,6 +95,7 @@
|
||||
SUBDIR += xfishtank
|
||||
SUBDIR += xgrab
|
||||
SUBDIR += xkbctrl
|
||||
SUBDIR += xkbset
|
||||
SUBDIR += xkeycaps
|
||||
SUBDIR += xkeywrap
|
||||
SUBDIR += xloadimage
|
||||
|
19
x11/xkbset/Makefile
Normal file
19
x11/xkbset/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# New ports collection makefile for: xkbset
|
||||
# Date created: 12 May 2001
|
||||
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xkbset
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.math.missouri.edu/~stephen/software/xkbset/
|
||||
|
||||
MAINTAINER= stephen@math.missouri.edu
|
||||
|
||||
MAN1= xkbset.1
|
||||
USE_XLIB= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xkbset/distinfo
Normal file
1
x11/xkbset/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xkbset-0.3.tar.gz) = 314543769dc5e1da80e3b64f690af753
|
1
x11/xkbset/pkg-comment
Normal file
1
x11/xkbset/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Manage various XKB features of X Window
|
9
x11/xkbset/pkg-descr
Normal file
9
x11/xkbset/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
This is a program to help manage many of the XKB features of X window. This
|
||||
includes such features as MouseKeys, AccessX, StickyKeys, BounceKeys, and
|
||||
SlowKeys. It also includes a perl/tk gui program to help with MouseKeys
|
||||
acceleration management.
|
||||
|
||||
WWW: http://www.math.missouri.edu/~stephen/software/#xkbset
|
||||
|
||||
Stephen Montgomery-Smith
|
||||
stephen@math.missouri.edu
|
2
x11/xkbset/pkg-plist
Normal file
2
x11/xkbset/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/xkbset
|
||||
bin/mskacc-gui
|
Loading…
Reference in New Issue
Block a user