summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-07 00:34:43 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-07 00:34:43 +0000
commit4f461548db4db806c83f1232b96f73d45ed1ba19 (patch)
treedc6b3d7722bc52a9cf26c6c6de8fdd37ec7012a0 /x11
parentUpgrade to 20010304. and change MAINTAINER to bruno.schwander@technologist.com (diff)
Add accessx 9.50, a Tcl script to customise accessibility features for X.
PR: 24496 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Notes
Notes: svn path=/head/; revision=40974
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/accessx/Makefile27
-rw-r--r--x11/accessx/distinfo1
-rw-r--r--x11/accessx/pkg-comment1
-rw-r--r--x11/accessx/pkg-descr12
-rw-r--r--x11/accessx/pkg-plist2
6 files changed, 44 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 4dd4d26bea49..7db680648b37 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -10,6 +10,7 @@
SUBDIR += XFree86-4-manuals
SUBDIR += XFree86-aoutlibs
SUBDIR += XFree86-contrib
+ SUBDIR += accessx
SUBDIR += aterm
SUBDIR += bgrot
SUBDIR += blast
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