Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2010 08:24:00 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/accessibility Makefile ports/accessibility/speech-dispatcher Makefile distinfo pkg-descr pkg-plist ports/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 ...
Message-ID:  <201001080824.o088O0eR018142@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001080824.o088O0eR018142>