aboutsummaryrefslogtreecommitdiff
path: root/accessibility/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-02-16 17:23:44 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-02-16 17:23:44 +0000
commit43804a60ba7f288f4e58b462414aad63c0ff26c7 (patch)
treea94453c4fde35e1167102eedb84f88dfe5118735 /accessibility/Makefile
parenteb384d41a1ba18d2579bc52776f2420aa6cb76f5 (diff)
downloadports-43804a60ba7f288f4e58b462414aad63c0ff26c7.tar.gz
ports-43804a60ba7f288f4e58b462414aad63c0ff26c7.zip
YASR ("Yet Another Screen Reader") is an attempt at a lightweight,
portable screen reader. It works by opening a shell in a pty and intercepting all user input/output, maintaining a window of what should be on the screen by looking at the codes and text sent to the screen. It thus uses no Linuxisms such as /dev/vcsa0 and does not necessarily need to be setuid root (the only requirement being that the user be able to access the tts device). WWW: http://yasr.sourceforge.net/ Ported by David K. Gerry <David.K.Gerry@GMail.com> PR: ports/119789 Submitted by: David K. Gerry
Notes
Notes: svn path=/head/; revision=207359
Diffstat (limited to 'accessibility/Makefile')
-rw-r--r--accessibility/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile
index 94358490f817..a818b5e84b26 100644
--- a/accessibility/Makefile
+++ b/accessibility/Makefile
@@ -24,5 +24,6 @@
SUBDIR += py-papi
SUBDIR += qt4-accessible
SUBDIR += ruby-atk
+ SUBDIR += yasr
.include <bsd.port.subdir.mk>