Bug 142436 - New port: accessibility/speech-dispatcher Common interface to speech synthesis
Summary: New port: accessibility/speech-dispatcher Common interface to speech synthesis
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: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-07 19:10 UTC by Alberto Villa
Modified: 2010-01-08 08:30 UTC (History)
0 users

See Also:


Attachments
file.shar (19.28 KB, text/plain)
2010-01-07 19:10 UTC, Alberto Villa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!