mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add accessx 9.50, a Tcl script to customise accessibility features for X.
PR: 24496 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
parent
dbfebb0210
commit
4f461548db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40974
@ -10,6 +10,7 @@
|
||||
SUBDIR += XFree86-4-manuals
|
||||
SUBDIR += XFree86-aoutlibs
|
||||
SUBDIR += XFree86-contrib
|
||||
SUBDIR += accessx
|
||||
SUBDIR += aterm
|
||||
SUBDIR += bgrot
|
||||
SUBDIR += blast
|
||||
|
27
x11/accessx/Makefile
Normal file
27
x11/accessx/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: accessx
|
||||
# Date created: January 20 2001
|
||||
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= accessx
|
||||
PORTVERSION= 9.50
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.rehab.uiuc.edu/accessx/software/
|
||||
DISTNAME= accessx0${PORTVERSION:S/.//g}
|
||||
|
||||
MAINTAINER= stephen@math.missouri.edu
|
||||
|
||||
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
||||
|
||||
WRKSRC= ${WRKDIR}/accessx
|
||||
|
||||
pre-build:
|
||||
${PERL} -pi.orig -e "s@g\+\+@${CXX} ${CXXFLAGS} -I${X11BASE}/include@g" ${WRKSRC}/Makefile
|
||||
${PERL} -pi.orig -e "s@wish -f@wish8.2 -f@g" ${WRKSRC}/accessx
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/ax
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/accessx/distinfo
Normal file
1
x11/accessx/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (accessx0950.tar.gz) = c61cf27887c76a8cca32f878389bba57
|
1
x11/accessx/pkg-comment
Normal file
1
x11/accessx/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Customise accessibility features for X
|
12
x11/accessx/pkg-descr
Normal file
12
x11/accessx/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
A GUI program to manage various of the accessibility features of X window
|
||||
to help people with physical disabilities. The features include:
|
||||
|
||||
MouseKeys - move the mouse pointer using the keypad.
|
||||
StickyKeys - key modifiers such as SHIFT and CTRL latch.
|
||||
SlowKeys - keys only work if pressed for a certain period of time.
|
||||
BounceKeys - key pressed several times will only register once.
|
||||
|
||||
WWW: http://www.rehab.uiuc.edu/accessx/
|
||||
|
||||
Stephen Montgomery-Smith
|
||||
stephen@math.missouri.edu
|
2
x11/accessx/pkg-plist
Normal file
2
x11/accessx/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/ax
|
||||
bin/accessx
|
Loading…
Reference in New Issue
Block a user