diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-02-17 01:22:05 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-02-17 01:22:05 +0800 |
commit | ba528fa8ccf8a758bfd916a5f486921ce76ac8a8 (patch) | |
tree | 49a213843becf97ec5cfbc779953d2d3bc58efae /accessibility/eflite/pkg-plist | |
parent | 8cb74424368285995ee66463092cce1fae489be7 (diff) | |
download | freebsd-ports-gnome-ba528fa8ccf8a758bfd916a5f486921ce76ac8a8.tar.gz freebsd-ports-gnome-ba528fa8ccf8a758bfd916a5f486921ce76ac8a8.tar.zst freebsd-ports-gnome-ba528fa8ccf8a758bfd916a5f486921ce76ac8a8.zip |
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
Diffstat (limited to 'accessibility/eflite/pkg-plist')
-rw-r--r-- | accessibility/eflite/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accessibility/eflite/pkg-plist b/accessibility/eflite/pkg-plist new file mode 100644 index 000000000000..72343d84f22a --- /dev/null +++ b/accessibility/eflite/pkg-plist @@ -0,0 +1,3 @@ +@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 |