---
name: eflite
version: 0.4.1
origin: accessibility/eflite
comment: Speech server for Festival Lite used by yasr and Emacspeak
arch: freebsd:9:x86:64
www: http://eflite.sourceforge.net/
maintainer: David.K.Gerry@GMail.com
prefix: /usr/local
licenselogic: single
flatsize: 55977
desc: |
  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/
deps:
  flite: {origin: audio/flite, version: 1.4}
categories: [accessibility]
files:
  /usr/local/bin/eflite: 8ac37678cf8d730ee5b6b58fe7043e17e05629f0ff794420ea84b836bb1c82fb
  /usr/local/etc/es.conf.sample: d3378286315f0e424173ae6175b7de6a6028abff75093ba8c601a68aa77908f6
  /usr/local/share/doc/eflite/AUTHORS: 074c8fb6bfce52f3d1afe74ff8f656d083bc7e87e55f3a918bd7b22aff48b7a5
  /usr/local/share/doc/eflite/CREDITS: 47db61d8d521ce376da9010c526d536276bfbc296a278a3926e566b53eae2381
  /usr/local/share/doc/eflite/ChangeLog: bb1b0e4006419e4dbf77989db802fabb1fa289e7e86ddfdf86c4b5e8e884efad
  /usr/local/share/doc/eflite/INSTALL: 31f4886b8f50b266fa16f4fdccf98ee07a256c834793466cc304629840611dae
  /usr/local/share/doc/eflite/README: 29eb6bf0613086d69b8f2a9ef479c578ba442c515eb7c5e84b331810d18d3a61
directories:
  /usr/local/share/doc/eflite/: n
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/es.conf ]; then cp -p /usr/local/etc/es.conf.sample /usr/local/etc/es.conf; fi
  pre-deinstall: |
    if cmp -s /usr/local/etc/es.conf.sample /usr/local/etc/es.conf; then rm -f /usr/local/etc/es.conf; fi
