Bug 119790 - New port: accessibility/eflite A speech server for Festival Lite.
Summary: New port: accessibility/eflite A speech server for Festival Lite.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-19 01:30 UTC by David K. Gerry
Modified: 2008-02-16 17:30 UTC (History)
1 user (show)

See Also:


Attachments
eflite.port (4.11 KB, text/plain)
2008-01-19 01:30 UTC, David K. Gerry
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David K. Gerry 2008-01-19 01:30:01 UTC
	A speech server for Yasr and other screen readers to allow them to
	interface with Festival Lite text-to-speech engine.
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2008-02-16 16:31:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-16 17:22:11 UTC
alepulver    2008-02-16 17:22:05 UTC

  FreeBSD ports repository

  Modified files:
    accessibility        Makefile 
  Added files:
    accessibility/eflite Makefile distinfo pkg-descr pkg-plist 
    accessibility/eflite/files es.conf.sample 
  Log:
  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
  
  Revision  Changes    Path
  1.18      +1 -0      ports/accessibility/Makefile
  1.1       +62 -0     ports/accessibility/eflite/Makefile (new)
  1.1       +3 -0      ports/accessibility/eflite/distinfo (new)
  1.1       +7 -0      ports/accessibility/eflite/files/es.conf.sample (new)
  1.1       +14 -0     ports/accessibility/eflite/pkg-descr (new)
  1.1       +3 -0      ports/accessibility/eflite/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2008-02-16 17:25:34 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!