non port: accessibility/speech-dispatcher/Makefile |
SVNWeb
|
Number of commits found XX: 39 |
Fri, 10 Jul 2020
|
[ 16:21 tobik ] 
541866 accessibility/speech-dispatcher/Makefile
accesibility/speech-dispatcher: Unbreak build with -fno-common
ld: error: duplicate symbol: GlobalFDSet
>>> defined at speechd.c
>>> speech_dispatcher-speechd.o:(GlobalFDSet)
>>> defined at server.c
>>> speech_dispatcher-server.o:(.bss+0x148)
ld: error: duplicate symbol: MessagePausedList
>>> defined at speechd.c
>>> speech_dispatcher-speechd.o:(MessagePausedList)
>>> defined at server.c
>>> speech_dispatcher-server.o:(.bss+0x138)
ld: error: duplicate symbol: MessageQueue (Only the first 15 lines of the commit message are shown above )
|
Fri, 6 Dec 2019
|
[ 16:53 swills ] 
519156 accessibility/speech-dispatcher/Makefile
519156 accessibility/speech-dispatcher/files/patch-src_Makefile.in
accessibility/speech-dispatcher: use patch to replace static content
While here, improve formatting
|
Sun, 7 Apr 2019
|
[ 14:23 tcberner ] 
498279 accessibility/orca/Makefile
498279 accessibility/py-speech-dispatcher/Makefile
498279 accessibility/qt5-speech/Makefile
498279 accessibility/speech-dispatcher/Makefile
498279 accessibility/speech-dispatcher/distinfo
498279 accessibility/speech-dispatcher/pkg-plist
498279 audio/mumble/Makefile
498279 www/chromium/Makefile
498279 www/iridium/Makefile
accessibility/speech-dispatcher: update to 0.8.8
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] 
484628 CHANGES
484628 Mk/bsd.port.mk
484628 Templates/BSD.local.dist
484628 accessibility/speech-dispatcher/Makefile
484628 archivers/fastjar/Makefile
484628 archivers/gcpio/Makefile
484628 archivers/gtar/Makefile
484628 archivers/gzip/Makefile
484628 archivers/lzip/Makefile
484628 archivers/lzlib/Makefile
(Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Mon, 1 Oct 2018
|
[ 21:43 rene ] 
481072 accessibility/speech-dispatcher/Makefile
481072 audio/festival-freebsoft-utils/Makefile
481072 audio/libgpod/Makefile
481072 audio/nuvolaplayer/Makefile
481072 comms/libimobiledevice/Makefile
481072 comms/libusbmuxd/Makefile
481072 comms/py-libimobiledevice/Makefile
481072 comms/usbmuxd/Makefile
481072 deskutils/semantik/Makefile
481072 devel/libplist/Makefile
(Only the first 10 of 21 ports in this commit are shown above. )
Return avilla@'s ports to the pool after his commit bit got taken in for
safekeeping.
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] 
472884 accessibility/speech-dispatcher/Makefile
472884 archivers/py-attic/Makefile
472884 archivers/py-libarchive-c/Makefile
472884 archivers/py-lz4/Makefile
472884 archivers/py-zstandard/Makefile
472884 astro/gpsd/Makefile
472884 astro/py-RO/Makefile
472884 astro/py-aipy/Makefile
472884 astro/py-astLib/Makefile
472884 astro/py-horoscopegenerator/Makefile
(Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Sat, 3 Feb 2018
|
[ 17:06 amdmi3 ] 
460827 accessibility/py-speech-dispatcher/Makefile
460827 accessibility/speech-dispatcher/Makefile
- Fix shebangs for py-speech-dispatcher
Approved by: portmgr blanket
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] 
455210 CHANGES
455210 MOVED
455210 Mk/Uses/gnome.mk
455210 Mk/Uses/pyqt.mk
455210 Mk/Uses/python.mk
455210 UPDATING
455210 accessibility/Makefile
455210 accessibility/accerciser/Makefile
455210 accessibility/caribou/Makefile
455210 accessibility/orca/Makefile
(Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Sat, 7 Jan 2017
|
[ 21:42 sunpoet ] 
430839 Mk/Uses/python.mk
430839 accessibility/accerciser/Makefile
430839 accessibility/accerciser/pkg-plist
430839 accessibility/orca/Makefile
430839 accessibility/orca/pkg-plist
430839 accessibility/py3-atspi/Makefile
430839 accessibility/py3-atspi/pkg-plist
430839 accessibility/py3-speech-dispatcher/pkg-plist
430839 accessibility/speech-dispatcher/Makefile
430839 astro/weather/Makefile
(Only the first 10 of 40 ports in this commit are shown above. )
Add more PLIST_SUB to Mk/Uses/python.mk
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION
This change would help:
- Build databases/postgresql*-plpython with Python 3
(It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile
PR: 205807
Differential Revision: https://reviews.FreeBSD.org/D4758
Exp-run by: antoine
|
Wed, 28 Dec 2016
|
[ 05:30 avilla ] 
429711 accessibility/speech-dispatcher/Makefile
429711 comms/py-libimobiledevice/Makefile
429711 devel/py-libplist/Makefile
429711 devel/qjson/Makefile
- Make portscout ignore slave ports
|
Thu, 22 Dec 2016
|
[ 15:31 avilla ] 
429164 accessibility/py3-speech-dispatcher/Makefile
429164 accessibility/speech-dispatcher/Makefile
429164 accessibility/speech-dispatcher/distinfo
429164 accessibility/speech-dispatcher/pkg-plist
accessibility/speech-dispatcher: update to 0.8.6
- Fix paths in modules configuration
- Improve Python slave port
Updates since 0.8.3:
* Implement a shutdown timer in the server, which activates after 5
seconds with no clients connected
* Add support for espeak-ng (no FreeBSD port available)
* Add command-line argument to allow for custom modules location
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] 
424411 Makefile
424411 Mk/Uses/elixir.mk
424411 Mk/Uses/erlang.mk
424411 Mk/Uses/gem.mk
424411 Mk/Uses/gnome.mk
424411 Mk/Uses/gssapi.mk
424411 Mk/Uses/pear.mk
424411 Mk/Uses/perl5.mk
424411 Mk/Uses/php.mk
424411 Mk/bsd.gecko.mk
(Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Wed, 12 Oct 2016
|
[ 18:55 rm ] 
423881 accessibility/py3-speech-dispatcher/Makefile
423881 accessibility/py3-speech-dispatcher/pkg-plist
423881 accessibility/speech-dispatcher/Makefile
accessibility/py3-speech-dispatcher: fix packaging with python 3.5
While here add NO_ARCH and make couple of whitespace fixes.
PR: 213393
Approved by: portmgr (blanket approval)
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] 
412344 Mk/Uses/gecko.mk
412344 Mk/bsd.fpc.mk
412344 Mk/bsd.gecko.mk
412344 Mk/bsd.port.mk
412344 accessibility/accerciser/Makefile
412344 accessibility/at-spi/Makefile
412344 accessibility/at-spi2-atk/Makefile
412344 accessibility/at-spi2-core/Makefile
412344 accessibility/caribou/Makefile
412344 accessibility/dasher/Makefile
(Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 18 Jan 2016
|
[ 11:54 kwm ] 
406563 accessibility/Makefile
406563 accessibility/py3-speech-dispatcher
406563 accessibility/py3-speech-dispatcher/Makefile
406563 accessibility/py3-speech-dispatcher/distinfo
406563 accessibility/py3-speech-dispatcher/files
406563 accessibility/py3-speech-dispatcher/pkg-descr
406563 accessibility/py3-speech-dispatcher/pkg-plist
406563 accessibility/speech-dispatcher/Makefile
406563 accessibility/speech-dispatcher/pkg-plist
Split off the python bindings into it own slave port. They where not build
by default and orca requires the bindings. Bump port revision just to be
sure there will be no conflicts.
PR: 205486
Approved by: maintainer (timeout 27 days)
|
Tue, 30 Jun 2015
|
[ 22:53 avilla ] 
391013 accessibility/speech-dispatcher/Makefile
391013 accessibility/speech-dispatcher/pkg-plist
accessibility/speech-dispatcher: remove NLS option
Building the port without NLS failed as the configure script still
required the gettext tools.
PR: 201221
|
Mon, 29 Jun 2015
|
[ 15:51 avilla ] 
390919 accessibility/speech-dispatcher/Makefile
390919 accessibility/speech-dispatcher/distinfo
390919 accessibility/speech-dispatcher/files/patch-include__spd_utils.h
390919 accessibility/speech-dispatcher/files/patch-src__common__spd_getline.c
390919 accessibility/speech-dispatcher/files/patch-src__modules__cicero.c
390919 accessibility/speech-dispatcher/files/patch-src__server__output.c
390919 accessibility/speech-dispatcher/files/patch-src__server__sem_functions.c
390919 accessibility/speech-dispatcher/files/patch-src__server__speaking.c
390919 accessibility/speech-dispatcher/files/patch-src__server__speechd.h
390919 accessibility/speech-dispatcher/pkg-plist
accessibility/speech-dispatcher: update to 0.8.3
- Enable optional Python bindings (Python 3 required)
- Make NLS optional
- Remove original .conf files from DATADIR (.sample files available)
- Remove stale patches
|
Sat, 20 Dec 2014
|
[ 20:48 bapt ] 
375129 accessibility/at-spi/Makefile
375129 accessibility/dasher/Makefile
375129 accessibility/speech-dispatcher/Makefile
Remove now useless dependency on gnomehier
|
Mon, 20 Oct 2014
|
[ 08:12 marino ] 
371241 accessibility/speech-dispatcher/Makefile
371241 archivers/arc/Makefile
371241 archivers/arj/Makefile
371241 archivers/rpm4/Makefile
371241 audio/alsa-lib/Makefile
371241 audio/alsa-plugins/Makefile
371241 audio/alsa-utils/Makefile
371241 audio/esound/Makefile
371241 audio/p5-Net-FreeDB/Makefile
371241 audio/pianobar/Makefile
(Only the first 10 of 13 ports in this commit are shown above. )
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket)
|
Wed, 17 Sep 2014
|
[ 07:38 tijl ] 
368356 accessibility/speech-dispatcher/Makefile
368356 audio/dvda-author/Makefile
368356 audio/glame/Makefile
368356 audio/libcanberra/Makefile
368356 audio/libmp3splt/Makefile
368356 audio/mp3splt-gtk/Makefile
368356 audio/mp3splt/Makefile
368356 audio/mpg123/Makefile
368356 audio/pulseaudio/Makefile
368356 audio/sox/Makefile
(Only the first 10 of 60 ports in this commit are shown above. )
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt)
|
Wed, 4 Jun 2014
|
[ 13:05 amdmi3 ] 
356479 accessibility/jovie/Makefile
356479 accessibility/kaccessible/Makefile
356479 accessibility/speech-dispatcher/Makefile
356479 accessibility/speech-dispatcher/pkg-plist
- Switch accessibility/speech-dispatcher to USES=libtool, drop .la files
- Bump dependent ports as .so verson has changed
Approved by: portmgr blanket
|
Sat, 16 Nov 2013
|
[ 16:50 avilla ] 
334013 accessibility/speech-dispatcher/Makefile
334013 accessibility/speech-dispatcher/distinfo
334013 accessibility/speech-dispatcher/files/patch-config-Makefile.in
334013 accessibility/speech-dispatcher/files/patch-config-clients-Makefile.in
334013 accessibility/speech-dispatcher/files/patch-config-modules-Makefile.in
334013 accessibility/speech-dispatcher/files/patch-configure
334013 accessibility/speech-dispatcher/files/patch-include__spd_utils.h
334013 accessibility/speech-dispatcher/files/patch-src-c-clients-spdsend-server.c
334013 accessibility/speech-dispatcher/files/patch-src-server-speechd.h
334013 accessibility/speech-dispatcher/files/patch-src__clients__spdsend__server.c
(Only the first 10 of 18 ports in this commit are shown above. )
- Update to 0.8.
- STAGEify.
- Use OPTIONS helpers.
|
Tue, 29 Oct 2013
|
[ 17:05 kwm ] 
331973 accessibility/accerciser/Makefile
331973 accessibility/accerciser/pkg-plist
331973 accessibility/at-spi/Makefile
331973 accessibility/orca/Makefile
331973 accessibility/py-atspi/Makefile
331973 accessibility/speech-dispatcher/Makefile
331973 devel/glib20/Makefile
331973 devel/libglade2/Makefile
331973 devel/py-dbus/Makefile
331973 devel/py-notify/Makefile
(Only the first 10 of 19 ports in this commit are shown above. )
Restrict python to -2.7
Submitted by: mva@
|
Fri, 20 Sep 2013
|
[ 11:02 bapt ] 
327684 accessibility/accerciser/Makefile
327684 accessibility/at-poke/Makefile
327684 accessibility/at-spi-reference/Makefile
327684 accessibility/at-spi/Makefile
327684 accessibility/at-spi2-atk/Makefile
327684 accessibility/at-spi2-core/Makefile
327684 accessibility/atk-reference/Makefile
327684 accessibility/atk/Makefile
327684 accessibility/atkmm/Makefile
327684 accessibility/dasher/Makefile
(Only the first 10 of 33 ports in this commit are shown above. )
Add no stage all over the place in accessibility in preparation for the staging
area support
|
Fri, 30 Aug 2013
|
[ 00:47 bapt ] 
325643 accessibility/at-poke/Makefile
325643 accessibility/at-spi/Makefile
325643 accessibility/atkmm/Makefile
325643 accessibility/dasher/Makefile
325643 accessibility/eflite/Makefile
325643 accessibility/gnome-mag/Makefile
325643 accessibility/gnome-speech/Makefile
325643 accessibility/gnopernicus/Makefile
325643 accessibility/gok/Makefile
325643 accessibility/java-access-bridge/Makefile
(Only the first 10 of 15 ports in this commit are shown above. )
Finish converting accessibility from USE_GMAKE to USES=gmake
While here:
- trim some headers
- convert from USE_GNOME=pkgconfig to USES=pkgconfig
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] 
324744 accessibility/atkmm/Makefile
324744 accessibility/jovie/Makefile
324744 accessibility/kaccessible/Makefile
324744 accessibility/kmag/Makefile
324744 accessibility/kmousetool/Makefile
324744 accessibility/kmouth/Makefile
324744 accessibility/qt4-accessible/Makefile
324744 accessibility/speech-dispatcher/Makefile
324744 archivers/ark/Makefile
324744 archivers/bicom/Makefile
(Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 5 Jan 2013
|
[ 03:00 avilla ] 
309947 accessibility/speech-dispatcher/Makefile
309947 comms/usbmuxd/Makefile
309947 devel/libplist/Makefile
309947 graphics/opengtl/Makefile
- Port to optionsNG.
- Trim headers.
- Cleanup COMMENT and LICENSE.
PR: 173807 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1], bapt via email
|
Thu, 14 Jun 2012
|
[ 08:06 avilla ]
1.12 accessibility/speech-dispatcher/Makefile
1.5 accessibility/speech-dispatcher/pkg-plist
- Avoid installing tests (and avoid conflict with lang/erlang [1]).
- Bump PORTREVISION.
Reported by: conflicts checker [1]
|
Thu, 10 May 2012
|
[ 22:28 avilla ]
1.11 accessibility/speech-dispatcher/Makefile
1.4 accessibility/speech-dispatcher/pkg-plist
- Add dependency on gnomehier to fix plist. [1]
- Stop using bsd.port.(pre|post).mk.
- Cleanup configuration files handling in plist.
- Bump PORTREVISION.
Reported by: pointyhat via pav [1]
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.11 Mk/bsd.cmake.mk
1.65 Mk/bsd.database.mk
1.5 Mk/bsd.efl.mk
1.66 Mk/bsd.gnustep.mk
1.82 Mk/bsd.kde.mk
1.2 Mk/bsd.ncurses.mk
1.46 Mk/bsd.openssl.mk
1.696 Mk/bsd.port.mk
1.28 Mk/bsd.qt.mk
1.17 accessibility/accerciser/Makefile
(Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thu, 24 Feb 2011
|
[ 23:25 miwi ]
1.9 accessibility/speech-dispatcher/Makefile
1.10 astro/astrometry/Makefile
1.3 astro/astrometry/distinfo
1.8 astro/pyephem/Makefile
1.14 audio/coverhunter/Makefile
1.3 audio/coverhunter/distinfo
1.3 audio/decibel-audio-player/Makefile
1.8 audio/mma/Makefile
1.7 audio/mma/distinfo
1.48 audio/streamtuner/Makefile
(Only the first 10 of 20 ports in this commit are shown above. )
- Move over to python2.5 or higher
- While here kick md5
|
Wed, 8 Dec 2010
|
[ 22:14 avilla ]
1.8 accessibility/speech-dispatcher/Makefile
1.3 accessibility/speech-dispatcher/distinfo
1.3 accessibility/speech-dispatcher/files/extrapatch-src-c-api-Makefile.in
1.3 accessibility/speech-dispatcher/files/extrapatch-src-c-clients-say-Makefile.in
1.3 accessibility/speech-dispatcher/files/getline.c
1.2 accessibility/speech-dispatcher/files/getline.h
1.2 accessibility/speech-dispatcher/files/getline_strndup.c
1.3 accessibility/speech-dispatcher/pkg-plist
- Update to 0.7.1.
Approved by: tabthorpe (mentor)
|
Tue, 31 Aug 2010
|
[ 14:23 avilla ]
1.7 accessibility/speech-dispatcher/Makefile
1.2 accessibility/speech-dispatcher/distinfo
1.3 accessibility/speech-dispatcher/files/extrapatch-src-c-clients-spdsend-Makefile.in
1.3 accessibility/speech-dispatcher/files/extrapatch-src-modules-Makefile.in
1.3 accessibility/speech-dispatcher/files/extrapatch-src-server-Makefile.in
1.2 accessibility/speech-dispatcher/files/patch-config-Makefile.in
1.2 accessibility/speech-dispatcher/files/patch-config-clients-Makefile.in
1.2 accessibility/speech-dispatcher/files/patch-config-modules-Makefile.in
1.2 accessibility/speech-dispatcher/files/patch-config-speechd.conf.in
1.2 accessibility/speech-dispatcher/files/patch-configure
(Only the first 10 of 17 ports in this commit are shown above. )
- Upgrade to 0.7.
- Remove rc.d script and pkg-message.
- Add LICENSE.
- Use bsd.port.options.mk.
Approved by: tabthorpe (mentor)
|
Mon, 8 Mar 2010
|
[ 00:29 avilla ]
1.6 accessibility/speech-dispatcher/Makefile
1.2 accessibility/speech-dispatcher/files/pkg-message.in
1.3 accessibility/speech-dispatcher/files/speechd.in
- Replace long options with short ones: they are documented, but not
supported.
- Display pkg-message when installing from the port.
Approved by: tabthorpe (mentor)
Feature safe: yes
|
Thu, 18 Feb 2010
|
[ 16:31 avilla ]
1.5 accessibility/speech-dispatcher/Makefile
1.2 accessibility/speech-dispatcher/files/extrapatch-src-c-api-Makefile.in
1.2 accessibility/speech-dispatcher/files/extrapatch-src-c-clients-say-Makefile.in
1.2 accessibility/speech-dispatcher/files/extrapatch-src-c-clients-spdsend-Makefile.in
1.2 accessibility/speech-dispatcher/files/extrapatch-src-modules-Makefile.in
1.2 accessibility/speech-dispatcher/files/extrapatch-src-server-Makefile.in
1.2 accessibility/speech-dispatcher/files/getline.c
1.1 accessibility/speech-dispatcher/files/getline_strndup.c
1.1 accessibility/speech-dispatcher/files/pkg-message.in
1.2 accessibility/speech-dispatcher/files/speechd.in
- Fix build on 7.X amd64 and 6.X everywhere.
- Fix pidfile deletion in the rc.d script.
- Add pkg-message about local startup of the daemon.
Approved by: tabthorpe (mentor)
Feature safe: yes
|
Fri, 5 Feb 2010
|
[ 20:04 pav ]
1.4 accessibility/speech-dispatcher/Makefile
- Mark BROKEN on 6.X everywhere and on 7.X amd64
Reported by: pointyhat
|
Tue, 26 Jan 2010
|
[ 22:53 avilla ]
1.3 accessibility/speech-dispatcher/Makefile
1.2 audio/festival-freebsoft-utils/Makefile
1.2 devel/qjson/Makefile
1.17 graphics/opencv/Makefile
1.3 graphics/opengtl/Makefile
1.2 graphics/qtgtl/Makefile
1.12 multimedia/kdenlive/Makefile
1.13 multimedia/mlt/Makefile
1.3 net-im/telepathy-qt4/Makefile
- Update my e-mail address in the ports I maintain.
Approved by: miwi (mentor)
|
Mon, 18 Jan 2010
|
[ 03:40 fluffy ]
1.2 accessibility/speech-dispatcher/Makefile
1.1 accessibility/speech-dispatcher/files/extrapatch-src-c-api-Makefile.in
1.1 accessibility/speech-dispatcher/files/extrapatch-src-c-clients-say-Makefile.in
1.1 accessibility/speech-dispatcher/files/extrapatch-src-c-clients-spdsend-Makefile.in
1.1 accessibility/speech-dispatcher/files/extrapatch-src-modules-Makefile.in
1.1 accessibility/speech-dispatcher/files/extrapatch-src-server-Makefile.in
1.1 accessibility/speech-dispatcher/files/getline.c
1.1 accessibility/speech-dispatcher/files/getline.h
- speech-dispatcher: try fix building on FreeBSD < 8.0
PR: 142869
Submitted by: Alberto Villa (maintainer)
Approved by: miwi, tabthorpe (mentors implicit)
|
Fri, 8 Jan 2010
|
[ 08:24 fluffy ]
1.26 accessibility/Makefile
1.1 accessibility/speech-dispatcher/Makefile
1.1 accessibility/speech-dispatcher/distinfo
1.1 accessibility/speech-dispatcher/files/patch-config-Makefile.in
1.1 accessibility/speech-dispatcher/files/patch-config-clients-Makefile.in
1.1 accessibility/speech-dispatcher/files/patch-config-modules-Makefile.in
1.1 accessibility/speech-dispatcher/files/patch-config-speechd.conf.in
1.1 accessibility/speech-dispatcher/files/patch-configure
1.1 accessibility/speech-dispatcher/files/patch-src-c-clients-say-say.c
1.1 accessibility/speech-dispatcher/files/patch-src-c-clients-spdsend-server.c
(Only the first 10 of 16 ports in this commit are shown above. )
- 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)
|
Number of commits found XX: 39 |