Commit graph

2 commits

Author SHA1 Message Date
Eitan Adler
e05c3d5287 Fix build error on 9.x+
Approved by:	 David K. Gerry <david.k.gerry@gmail.com> (maintainer)
2013-11-12 21:55:54 +00:00
Alejandro Pulver
43804a60ba 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
2008-02-16 17:23:44 +00:00