diff options
author | will <will@FreeBSD.org> | 2001-04-07 08:34:43 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-07 08:34:43 +0800 |
commit | 21514abf15842b35d4e608d9233f968c16f54c75 (patch) | |
tree | 20bc7adf932c8d2b16adddfb271f45ce60b4a86b /x11/accessx | |
parent | 9f44b5ce5f1a8a3ebaa56f9a28307ba84ef93a3b (diff) | |
download | freebsd-ports-gnome-21514abf15842b35d4e608d9233f968c16f54c75.tar.gz freebsd-ports-gnome-21514abf15842b35d4e608d9233f968c16f54c75.tar.zst freebsd-ports-gnome-21514abf15842b35d4e608d9233f968c16f54c75.zip |
Add accessx 9.50, a Tcl script to customise accessibility features for X.
PR: 24496
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'x11/accessx')
-rw-r--r-- | x11/accessx/Makefile | 27 | ||||
-rw-r--r-- | x11/accessx/distinfo | 1 | ||||
-rw-r--r-- | x11/accessx/pkg-comment | 1 | ||||
-rw-r--r-- | x11/accessx/pkg-descr | 12 | ||||
-rw-r--r-- | x11/accessx/pkg-plist | 2 |
5 files changed, 43 insertions, 0 deletions
diff --git a/x11/accessx/Makefile b/x11/accessx/Makefile new file mode 100644 index 000000000000..770f302a9e1c --- /dev/null +++ b/x11/accessx/Makefile @@ -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> diff --git a/x11/accessx/distinfo b/x11/accessx/distinfo new file mode 100644 index 000000000000..87fc473ec94a --- /dev/null +++ b/x11/accessx/distinfo @@ -0,0 +1 @@ +MD5 (accessx0950.tar.gz) = c61cf27887c76a8cca32f878389bba57 diff --git a/x11/accessx/pkg-comment b/x11/accessx/pkg-comment new file mode 100644 index 000000000000..a7b463b29006 --- /dev/null +++ b/x11/accessx/pkg-comment @@ -0,0 +1 @@ +Customise accessibility features for X diff --git a/x11/accessx/pkg-descr b/x11/accessx/pkg-descr new file mode 100644 index 000000000000..d44926d130a7 --- /dev/null +++ b/x11/accessx/pkg-descr @@ -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 diff --git a/x11/accessx/pkg-plist b/x11/accessx/pkg-plist new file mode 100644 index 000000000000..405a63f49937 --- /dev/null +++ b/x11/accessx/pkg-plist @@ -0,0 +1,2 @@ +bin/ax +bin/accessx |