1
0
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:
Ying-Chieh Liao 2001-05-27 14:34:55 +00:00
parent b0cfe74d9c
commit 0f5fcc7f8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43137
6 changed files with 33 additions and 0 deletions

View File

@ -95,6 +95,7 @@
SUBDIR += xfishtank
SUBDIR += xgrab
SUBDIR += xkbctrl
SUBDIR += xkbset
SUBDIR += xkeycaps
SUBDIR += xkeywrap
SUBDIR += xloadimage

19
x11/xkbset/Makefile Normal file
View 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
View File

@ -0,0 +1 @@
MD5 (xkbset-0.3.tar.gz) = 314543769dc5e1da80e3b64f690af753

1
x11/xkbset/pkg-comment Normal file
View File

@ -0,0 +1 @@
Manage various XKB features of X Window

9
x11/xkbset/pkg-descr Normal file
View 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
View File

@ -0,0 +1,2 @@
bin/xkbset
bin/mskacc-gui