mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
43804a60ba
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
30 lines
620 B
Makefile
30 lines
620 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Ports to help disabled users
|
|
|
|
SUBDIR += accerciser
|
|
SUBDIR += at-poke
|
|
SUBDIR += at-spi
|
|
SUBDIR += at-spi-reference
|
|
SUBDIR += atk
|
|
SUBDIR += atk-reference
|
|
SUBDIR += dasher
|
|
SUBDIR += eflite
|
|
SUBDIR += gail
|
|
SUBDIR += gail-reference
|
|
SUBDIR += gnome-mag
|
|
SUBDIR += gnome-speech
|
|
SUBDIR += gnopernicus
|
|
SUBDIR += gok
|
|
SUBDIR += java-access-bridge
|
|
SUBDIR += kdeaccessibility
|
|
SUBDIR += linux-atk
|
|
SUBDIR += orca
|
|
SUBDIR += py-papi
|
|
SUBDIR += qt4-accessible
|
|
SUBDIR += ruby-atk
|
|
SUBDIR += yasr
|
|
|
|
.include <bsd.port.subdir.mk>
|