1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/accessibility/eflite/pkg-plist
Alejandro Pulver eb384d41a1 EFlite is a speech server for Emacspeak and other screen readers that allows
them to interface with Festival Lite, a free text-to-speech engine developed at
the CMU Speech Center as an off-shoot of Festival.  EFlite is still in beta,
but I have been using it successfully with Yasr to get speech on my notebook
under Linux without having to lug my Speak-out around.  It uses Festival Lite's
code to interface with the sound driver and, therefore, should work with some
versions of ALSA, but I have only tested it with the OSS sound drivers so far.
Michael P. Gorse
mgorse@alum.wpi.edu
mgorse@users.sf.net

WWW: http://eflite.sourceforge.net/

Ported by David K. Gerry <David.K.Gerry@GMail.com>

PR:		ports/119790
Submitted by:	David K. Gerry
2008-02-16 17:22:05 +00:00

4 lines
171 B
Plaintext

@unexec if cmp -s %D/etc/es.conf.sample %D/etc/es.conf; then rm -f %D/etc/es.conf; fi
etc/es.conf.sample
@exec if [ ! -f %D/etc/es.conf ]; then cp -p %D/%F %B/es.conf; fi