alepulver 2008-02-16 17:23:44 UTC
FreeBSD ports repository
Modified files:
accessibility Makefile
Added files:
accessibility/yasr Makefile distinfo pkg-descr
accessibility/yasr/files pkg-message.in
Log:
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 <[EMAIL PROTECTED]>
PR: ports/119789
Submitted by: David K. Gerry
Revision Changes Path
1.19 +1 -0 ports/accessibility/Makefile
1.1 +48 -0 ports/accessibility/yasr/Makefile (new)
1.1 +3 -0 ports/accessibility/yasr/distinfo (new)
1.1 +26 -0 ports/accessibility/yasr/files/pkg-message.in (new)
1.1 +11 -0 ports/accessibility/yasr/pkg-descr (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"