CVS log for ports/accessibility/yasr/distinfo
Up to [FreeBSD] / ports / accessibility / yasr
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 18 17:58:16 2011 UTC (10 months, 3 weeks ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -1 lines
- Get Rid MD5 support With hat: portmgr (myself)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 17 13:54:58 2008 UTC (3 years, 10 months ago) by jadawin
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
- Update to 0.6.9 PR: ports/121744 Submitted by: "David K. Gerry" <gerrydk@comcast.net> Approved by: tabthorpe (mentor)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 16 17:23:44 2008 UTC (3 years, 11 months ago) by alepulver
Branches: MAIN
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
