diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2010-01-08 08:24:00 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2010-01-08 08:24:00 +0000 |
commit | 863cef16416ef72f09fc7b9fa8095529e5f608ef (patch) | |
tree | 3c75e7af2f3d16a11f2c019074eb0d48eb14b13b /accessibility/Makefile | |
parent | 10b9bb8657c9976a4a1f131aa137c549c938a667 (diff) | |
download | ports-863cef16416ef72f09fc7b9fa8095529e5f608ef.tar.gz ports-863cef16416ef72f09fc7b9fa8095529e5f608ef.zip |
- Add speech-dispatcher
Speech Dispatcher is a device independent layer for speech synthesis,
developed with the goal of making the usage of speech synthesis easier
for application programmers. It takes care of most of the tasks
necessary to solve in speech enabled applications. What is a very high
level GUI library to graphics, Speech Dispatcher is to speech
synthesis.
PR: 142436
Submitted by: Alberto Villa
Tested by: myself
Approved by: miwi, tabthorpe (mentors implicit)
Notes
Notes:
svn path=/head/; revision=247382
Diffstat (limited to 'accessibility/Makefile')
-rw-r--r-- | accessibility/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile index c937b4301792..93fa48510ee2 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -27,6 +27,7 @@ SUBDIR += py-papi SUBDIR += qt4-accessible SUBDIR += ruby-atk + SUBDIR += speech-dispatcher SUBDIR += yasr .include <bsd.port.subdir.mk> |