Bug 142436

Summary: New port: accessibility/speech-dispatcher Common interface to speech synthesis
Product: Ports & Packages Reporter: Alberto Villa <villa.alberto>
Component: Individual Port(s)Assignee: Dima Panov <fluffy>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Alberto Villa 2010-01-07 19:10:01 UTC
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.

WWW: http://www.freebsoft.org/speechd

Fix: Patch attached with submission follows:
Comment 1 Dima Panov freebsd_committer freebsd_triage 2010-01-07 19:43:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fluffy

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-08 08:24:15 UTC
fluffy      2010-01-08 08:24:00 UTC

  FreeBSD ports repository

  Modified files:
    accessibility        Makefile 
  Added files:
    accessibility/speech-dispatcher Makefile distinfo pkg-descr 
                                    pkg-plist 
    accessibility/speech-dispatcher/files patch-config-Makefile.in 
                                          patch-config-clients-Makefile.in 
                                          patch-config-modules-Makefile.in 
                                          patch-config-speechd.conf.in 
                                          patch-configure 
                                          patch-src-c-clients-say-say.c 
                                          patch-src-c-clients-spdsend-server.c 
                                          patch-src-server-options.c 
                                          patch-src-server-output.c 
                                          patch-src-server-speechd.h 
                                          speechd.in 
  Log:
  - 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)
  
  Revision  Changes    Path
  1.26      +1 -0      ports/accessibility/Makefile
  1.1       +111 -0    ports/accessibility/speech-dispatcher/Makefile (new)
  1.1       +3 -0      ports/accessibility/speech-dispatcher/distinfo (new)
  1.1       +11 -0     ports/accessibility/speech-dispatcher/files/patch-config-Makefile.in (new)
  1.1       +11 -0     ports/accessibility/speech-dispatcher/files/patch-config-clients-Makefile.in (new)
  1.1       +11 -0     ports/accessibility/speech-dispatcher/files/patch-config-modules-Makefile.in (new)
  1.1       +11 -0     ports/accessibility/speech-dispatcher/files/patch-config-speechd.conf.in (new)
  1.1       +69 -0     ports/accessibility/speech-dispatcher/files/patch-configure (new)
  1.1       +10 -0     ports/accessibility/speech-dispatcher/files/patch-src-c-clients-say-say.c (new)
  1.1       +10 -0     ports/accessibility/speech-dispatcher/files/patch-src-c-clients-spdsend-server.c (new)
  1.1       +10 -0     ports/accessibility/speech-dispatcher/files/patch-src-server-options.c (new)
  1.1       +16 -0     ports/accessibility/speech-dispatcher/files/patch-src-server-output.c (new)
  1.1       +11 -0     ports/accessibility/speech-dispatcher/files/patch-src-server-speechd.h (new)
  1.1       +37 -0     ports/accessibility/speech-dispatcher/files/speechd.in (new)
  1.1       +8 -0      ports/accessibility/speech-dispatcher/pkg-descr (new)
  1.1       +96 -0     ports/accessibility/speech-dispatcher/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 Dima Panov freebsd_committer freebsd_triage 2010-01-08 08:24:21 UTC
State Changed
From-To: open->closed

New port added. Thanks!