| Summary: | New port: accessibility/yasr A console screen reader. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | David K. Gerry <gerrydk> | ||||
| Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | david.k.gerry | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
David K. Gerry
2008-01-19 01:30:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->alepulver I'll take it. 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 <David.K.Gerry@GMail.com>
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks! |