Index: head/accessibility/speech-dispatcher/Makefile =================================================================== --- head/accessibility/speech-dispatcher/Makefile (revision 265875) +++ head/accessibility/speech-dispatcher/Makefile (revision 265876) @@ -1,160 +1,145 @@ # New ports collection makefile for: speech-dispatcher # Date created: 8 December 2009 # Whom: Alberto Villa # # $FreeBSD$ PORTNAME= speech-dispatcher -PORTVERSION= 0.7 +PORTVERSION= 0.7.1 CATEGORIES= accessibility audio MASTER_SITES= http://www.freebsoft.org/pub/projects/speechd/ MAINTAINER= avilla@FreeBSD.org COMMENT= Common interface to speech synthesis LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi LIB_DEPENDS= dotconf.0:${PORTSDIR}/devel/dotconf \ sndfile.1:${PORTSDIR}/audio/libsndfile USE_GNOME= glib20 pkgconfig MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes CFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME} CONFFILES= clients/emacs.conf clients/gnome-speech.conf \ modules/cicero.conf modules/dtk-generic.conf \ modules/epos-generic.conf modules/espeak-generic.conf \ modules/espeak-mbrola-generic.conf modules/espeak.conf \ modules/festival.conf modules/flite.conf modules/ibmtts.conf \ modules/ivona.conf modules/llia_phon-generic.conf \ modules/swift-generic.conf speechd.conf PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO -INFO= spd-say ${PORTNAME}-cs ${PORTNAME} ssip +INFO= spd-say ${PORTNAME} ssip OPTIONS= ALSA "ALSA support" off \ ESPEAK "eSpeak output module" on \ FESTIVAL "Festival output module" off \ FLITE "Festival Lite output module" off \ LIBAO "libao support" off \ NAS "Network Audio System support" off \ PULSEAUDIO "PulseAudio support (broken on FreeBSD 6.X)" off \ PYTHON "Python support" off .include .ifdef(WITH_ALSA) LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib CONFIGURE_ARGS+= --with-alsa .else CONFIGURE_ARGS+= --without-alsa .endif .ifndef(WITHOUT_ESPEAK) LIB_DEPENDS+= espeak.1:${PORTSDIR}/audio/espeak CONFIGURE_ARGS+= --with-espeak PLIST_SUB+= ESPEAK="" .else CONFIGURE_ARGS+= --without-espeak PLIST_SUB+= ESPEAK="@comment " .endif .ifdef(WITH_FESTIVAL) RUN_DEPENDS+= festival:${PORTSDIR}/audio/festival \ ${LOCALBASE}/share/festival/lib/${PORTNAME}.scm:${PORTSDIR}/audio/festival-freebsoft-utils .endif .ifdef(WITH_FLITE) BUILD_DEPENDS+= flite:${PORTSDIR}/audio/flite RUN_DEPENDS+= flite:${PORTSDIR}/audio/flite CONFIGURE_ARGS+= --with-flite PLIST_SUB+= FLITE="" .else CONFIGURE_ARGS+= --without-flite PLIST_SUB+= FLITE="@comment " .endif .ifdef(WITH_LIBAO) LIB_DEPENDS+= ao.4:${PORTSDIR}/audio/libao CONFIGURE_ARGS+= --with-libao .else CONFIGURE_ARGS+= --without-libao .endif .ifdef(WITH_NAS) LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas CONFIGURE_ARGS+= --with-nas .else CONFIGURE_ARGS+= --without-nas .endif .ifdef(WITH_PYTHON) -USE_PYTHON= yes +USE_PYTHON= 2.4+ +CONFIGURE_ARGS+= --enable-python PLIST_SUB+= PYTHON="" .else +CONFIGURE_ARGS+= --disable-python PLIST_SUB+= PYTHON="@comment " .endif .include .if defined(WITH_PULSEAUDIO) && ${OSVERSION} >= 700041 LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio CONFIGURE_ARGS+= --with-pulse PLIST_SUB+= GNOMEHIER="@comment " .else CONFIGURE_ARGS+= --without-pulse PLIST_SUB+= GNOMEHIER="" .endif -.if ${OSVERSION} < 800067 -.if ${ARCH} == "amd64" +.if ${OSVERSION} < 800067 && ${ARCH} == "amd64" CFLAGS+= -fPIC .endif -EXTRA_PATCHES= ${FILESDIR}/extrapatch-* -.endif -post-extract: -.if ${OSVERSION} < 800067 - ${CP} ${FILESDIR}/getline.h ${WRKSRC}/src -.if ${OSVERSION} < 701101 - ${CP} ${FILESDIR}/getline_strndup.c ${WRKSRC}/src/freebsd.c -.else - ${CP} ${FILESDIR}/getline.c ${WRKSRC}/src/freebsd.c -.endif -.endif - post-patch: ${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/g' \ ${WRKSRC}/ltmain.sh ${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \ ${WRKSRC}/configure \ ${WRKSRC}/src/audio/Makefile.in \ ${WRKSRC}/src/c/api/Makefile.in \ ${WRKSRC}/src/c/clients/spdsend/Makefile.in \ ${WRKSRC}/src/modules/Makefile.in \ ${WRKSRC}/src/server/Makefile.in -.ifndef(WITH_PYTHON) - ${REINPLACE_CMD} -e 's/python[^ ]*//g' \ - ${WRKSRC}/src/Makefile.in -.endif post-install: .for f in ${CONFFILES} @if [ ! -f ${ETCDIR}/${f} ]; then \ ${CP} -p ${ETCDIR}/${f}.sample ${ETCDIR}/${f}; \ fi .endfor .ifndef(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_MAN} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/accessibility/speech-dispatcher/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/accessibility/speech-dispatcher/distinfo =================================================================== --- head/accessibility/speech-dispatcher/distinfo (revision 265875) +++ head/accessibility/speech-dispatcher/distinfo (revision 265876) @@ -1,3 +1,2 @@ -MD5 (speech-dispatcher-0.7.tar.gz) = 8e0d833c680c8217cc40d88c68c5265f -SHA256 (speech-dispatcher-0.7.tar.gz) = b7976b4c325b792156cc60c21442cced03f6d0e89dec6b3b78148eab52e42ae6 -SIZE (speech-dispatcher-0.7.tar.gz) = 1115738 +SHA256 (speech-dispatcher-0.7.1.tar.gz) = a8a9cf299447df4645d36c649977e007a3050ccaecb7f77e2165001ec5794a51 +SIZE (speech-dispatcher-0.7.1.tar.gz) = 1144818 Property changes on: head/accessibility/speech-dispatcher/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/accessibility/speech-dispatcher/files/getline.h =================================================================== --- head/accessibility/speech-dispatcher/files/getline.h (revision 265875) +++ head/accessibility/speech-dispatcher/files/getline.h (nonexistent) @@ -1,23 +0,0 @@ -#ifndef _getline_h_ -#define _getline_h_ 1 - -#include - -#if defined (__GNUC__) || (defined (__STDC__) && __STDC__) -#define __PROTO(args) args -#else -#define __PROTO(args) () -#endif /* GCC. */ - -#define GETLINE_NO_LIMIT -1 - -int - getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream)); -int - getline_safe __PROTO ((char **_lineptr, size_t *_n, FILE *_stream, - int limit)); -int - getstr __PROTO ((char **_lineptr, size_t *_n, FILE *_stream, - int _terminator, int _offset, int limit)); - -#endif /* _getline_h_ */ Property changes on: head/accessibility/speech-dispatcher/files/getline.h ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/accessibility/speech-dispatcher/files/extrapatch-src-c-api-Makefile.in =================================================================== --- head/accessibility/speech-dispatcher/files/extrapatch-src-c-api-Makefile.in (revision 265875) +++ head/accessibility/speech-dispatcher/files/extrapatch-src-c-api-Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- src/c/api/Makefile.in.orig 2010-01-15 19:51:09.284466853 +0100 -+++ src/c/api/Makefile.in 2010-01-15 19:51:42.602485219 +0100 -@@ -54,7 +54,7 @@ - libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) - libspeechd_la_DEPENDENCIES = --am_libspeechd_la_OBJECTS = libspeechd.lo -+am_libspeechd_la_OBJECTS = libspeechd.lo ../../freebsd.$(OBJEXT) - libspeechd_la_OBJECTS = $(am_libspeechd_la_OBJECTS) - libspeechd_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ Property changes on: head/accessibility/speech-dispatcher/files/extrapatch-src-c-api-Makefile.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/accessibility/speech-dispatcher/files/getline_strndup.c =================================================================== --- head/accessibility/speech-dispatcher/files/getline_strndup.c (revision 265875) +++ head/accessibility/speech-dispatcher/files/getline_strndup.c (nonexistent) @@ -1,184 +0,0 @@ -/* Copyright (C) 1993 Free Software Foundation, Inc. - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. */ - -#ifdef HAVE_CONFIG_H -#include -#endif - -#include -#include -#include -#include -#include -#include "getline.h" - -/* Always add at least this many bytes when extending the buffer. */ -#define MIN_CHUNK 64 - -/* Read up to (and including) a TERMINATOR from STREAM into *LINEPTR - + OFFSET (and null-terminate it). If LIMIT is non-negative, then - read no more than LIMIT chars. - - *LINEPTR is a pointer returned from malloc (or NULL), pointing to - *N characters of space. It is realloc'd as necessary. - - Return the number of characters read (not including the null - terminator), or -1 on error or EOF. On a -1 return, the caller - should check feof(), if not then errno has been set to indicate the - error. */ - -int -getstr (lineptr, n, stream, terminator, offset, limit) - char **lineptr; - size_t *n; - FILE *stream; - int terminator; - int offset; - int limit; -{ - int nchars_avail; /* Allocated but unused chars in *LINEPTR. */ - char *read_pos; /* Where we're reading into *LINEPTR. */ - int ret; - - if (!lineptr || !n || !stream) - { - errno = EINVAL; - return -1; - } - - if (!*lineptr) - { - *n = MIN_CHUNK; - *lineptr = malloc (*n); - if (!*lineptr) - { - errno = ENOMEM; - return -1; - } - *lineptr[0] = '\0'; - } - - nchars_avail = *n - offset; - read_pos = *lineptr + offset; - - for (;;) - { - int save_errno; - register int c; - - if (limit == 0) - break; - else - { - c = getc (stream); - - /* If limit is negative, then we shouldn't pay attention to - it, so decrement only if positive. */ - if (limit > 0) - limit--; - } - - save_errno = errno; - - /* We always want at least one char left in the buffer, since we - always (unless we get an error while reading the first char) - NUL-terminate the line buffer. */ - - assert((*lineptr + *n) == (read_pos + nchars_avail)); - if (nchars_avail < 2) - { - if (*n > MIN_CHUNK) - *n *= 2; - else - *n += MIN_CHUNK; - - nchars_avail = *n + *lineptr - read_pos; - *lineptr = realloc (*lineptr, *n); - if (!*lineptr) - { - errno = ENOMEM; - return -1; - } - read_pos = *n - nchars_avail + *lineptr; - assert((*lineptr + *n) == (read_pos + nchars_avail)); - } - - if (ferror (stream)) - { - /* Might like to return partial line, but there is no - place for us to store errno. And we don't want to just - lose errno. */ - errno = save_errno; - return -1; - } - - if (c == EOF) - { - /* Return partial line, if any. */ - if (read_pos == *lineptr) - return -1; - else - break; - } - - *read_pos++ = c; - nchars_avail--; - - if (c == terminator) - /* Return the line. */ - break; - } - - /* Done - NUL terminate and return the number of chars read. */ - *read_pos = '\0'; - - ret = read_pos - (*lineptr + offset); - return ret; -} - -int -getline (lineptr, n, stream) - char **lineptr; - size_t *n; - FILE *stream; -{ - return getstr (lineptr, n, stream, '\n', 0, GETLINE_NO_LIMIT); -} - -int -getline_safe (lineptr, n, stream, limit) - char **lineptr; - size_t *n; - FILE *stream; - int limit; -{ - return getstr (lineptr, n, stream, '\n', 0, limit); -} - -char * -strndup (str, n) - const char *str; - size_t n; -{ - size_t len; - char *copy; - - len = strlen(str); - if (n < len) - len = n; - copy = malloc(len + 1); - if (copy == NULL) - return NULL; - memcpy(copy, str, len); - copy[len] = '\0'; - return copy; -} Property changes on: head/accessibility/speech-dispatcher/files/getline_strndup.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/accessibility/speech-dispatcher/files/extrapatch-src-c-clients-say-Makefile.in =================================================================== --- head/accessibility/speech-dispatcher/files/extrapatch-src-c-clients-say-Makefile.in (revision 265875) +++ head/accessibility/speech-dispatcher/files/extrapatch-src-c-clients-say-Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- src/c/clients/say/Makefile.in.orig 2010-01-15 19:45:48.339555703 +0100 -+++ src/c/clients/say/Makefile.in 2010-01-15 19:46:05.488979035 +0100 -@@ -45,7 +45,7 @@ - am__installdirs = "$(DESTDIR)$(bindir)" - binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) - PROGRAMS = $(bin_PROGRAMS) --am_spd_say_OBJECTS = say.$(OBJEXT) options.$(OBJEXT) -+am_spd_say_OBJECTS = say.$(OBJEXT) options.$(OBJEXT) ../../../freebsd.$(OBJEXT) - spd_say_OBJECTS = $(am_spd_say_OBJECTS) - spd_say_DEPENDENCIES = $(c_api)/libspeechd.la - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) Property changes on: head/accessibility/speech-dispatcher/files/extrapatch-src-c-clients-say-Makefile.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/accessibility/speech-dispatcher/files/getline.c =================================================================== --- head/accessibility/speech-dispatcher/files/getline.c (revision 265875) +++ head/accessibility/speech-dispatcher/files/getline.c (nonexistent) @@ -1,165 +0,0 @@ -/* Copyright (C) 1993 Free Software Foundation, Inc. - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. */ - -#ifdef HAVE_CONFIG_H -#include -#endif - -#include -#include -#include -#include -#include -#include "getline.h" - -/* Always add at least this many bytes when extending the buffer. */ -#define MIN_CHUNK 64 - -/* Read up to (and including) a TERMINATOR from STREAM into *LINEPTR - + OFFSET (and null-terminate it). If LIMIT is non-negative, then - read no more than LIMIT chars. - - *LINEPTR is a pointer returned from malloc (or NULL), pointing to - *N characters of space. It is realloc'd as necessary. - - Return the number of characters read (not including the null - terminator), or -1 on error or EOF. On a -1 return, the caller - should check feof(), if not then errno has been set to indicate the - error. */ - -int -getstr (lineptr, n, stream, terminator, offset, limit) - char **lineptr; - size_t *n; - FILE *stream; - int terminator; - int offset; - int limit; -{ - int nchars_avail; /* Allocated but unused chars in *LINEPTR. */ - char *read_pos; /* Where we're reading into *LINEPTR. */ - int ret; - - if (!lineptr || !n || !stream) - { - errno = EINVAL; - return -1; - } - - if (!*lineptr) - { - *n = MIN_CHUNK; - *lineptr = malloc (*n); - if (!*lineptr) - { - errno = ENOMEM; - return -1; - } - *lineptr[0] = '\0'; - } - - nchars_avail = *n - offset; - read_pos = *lineptr + offset; - - for (;;) - { - int save_errno; - register int c; - - if (limit == 0) - break; - else - { - c = getc (stream); - - /* If limit is negative, then we shouldn't pay attention to - it, so decrement only if positive. */ - if (limit > 0) - limit--; - } - - save_errno = errno; - - /* We always want at least one char left in the buffer, since we - always (unless we get an error while reading the first char) - NUL-terminate the line buffer. */ - - assert((*lineptr + *n) == (read_pos + nchars_avail)); - if (nchars_avail < 2) - { - if (*n > MIN_CHUNK) - *n *= 2; - else - *n += MIN_CHUNK; - - nchars_avail = *n + *lineptr - read_pos; - *lineptr = realloc (*lineptr, *n); - if (!*lineptr) - { - errno = ENOMEM; - return -1; - } - read_pos = *n - nchars_avail + *lineptr; - assert((*lineptr + *n) == (read_pos + nchars_avail)); - } - - if (ferror (stream)) - { - /* Might like to return partial line, but there is no - place for us to store errno. And we don't want to just - lose errno. */ - errno = save_errno; - return -1; - } - - if (c == EOF) - { - /* Return partial line, if any. */ - if (read_pos == *lineptr) - return -1; - else - break; - } - - *read_pos++ = c; - nchars_avail--; - - if (c == terminator) - /* Return the line. */ - break; - } - - /* Done - NUL terminate and return the number of chars read. */ - *read_pos = '\0'; - - ret = read_pos - (*lineptr + offset); - return ret; -} - -int -getline (lineptr, n, stream) - char **lineptr; - size_t *n; - FILE *stream; -{ - return getstr (lineptr, n, stream, '\n', 0, GETLINE_NO_LIMIT); -} - -int -getline_safe (lineptr, n, stream, limit) - char **lineptr; - size_t *n; - FILE *stream; - int limit; -{ - return getstr (lineptr, n, stream, '\n', 0, limit); -} Property changes on: head/accessibility/speech-dispatcher/files/getline.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/accessibility/speech-dispatcher/pkg-plist =================================================================== --- head/accessibility/speech-dispatcher/pkg-plist (revision 265875) +++ head/accessibility/speech-dispatcher/pkg-plist (revision 265876) @@ -1,98 +1,122 @@ bin/clibrary bin/clibrary2 bin/connection_recovery bin/long_message bin/run_test +%%PYTHON%%bin/spd-conf bin/spd-say bin/spdsend bin/speech-dispatcher @unexec if cmp -s %D/%%ETCDIR%%/clients/emacs.conf %D/%%ETCDIR%%/clients/emacs.conf.sample; then rm -f %D/%%ETCDIR%%/clients/emacs.conf; fi %%ETCDIR%%/clients/emacs.conf.sample @exec [ -f %B/emacs.conf ] || cp %D/%F %B/emacs.conf @unexec if cmp -s %D/%%ETCDIR%%/clients/gnome-speech.conf %D/%%ETCDIR%%/clients/gnome-speech.conf.sample; then rm -f %D/%%ETCDIR%%/clients/gnome-speech.conf; fi %%ETCDIR%%/clients/gnome-speech.conf.sample @exec [ -f %B/gnome-speech.conf ] || cp %D/%F %B/gnome-speech.conf @unexec if cmp -s %D/%%ETCDIR%%/modules/cicero.conf %D/%%ETCDIR%%/modules/cicero.conf.sample; then rm -f %D/%%ETCDIR%%/modules/cicero.conf; fi %%ETCDIR%%/modules/cicero.conf.sample @exec [ -f %B/cicero.conf ] || cp %D/%F %B/cicero.conf @unexec if cmp -s %D/%%ETCDIR%%/modules/dtk-generic.conf %D/%%ETCDIR%%/modules/dtk-generic.conf.sample; then rm -f %D/%%ETCDIR%%/modules/dtk-generic.conf; fi %%ETCDIR%%/modules/dtk-generic.conf.sample @exec [ -f %B/dtk-generic.conf ] || cp %D/%F %B/dtk-generic.conf @unexec if cmp -s %D/%%ETCDIR%%/modules/epos-generic.conf %D/%%ETCDIR%%/modules/epos-generic.conf.sample; then rm -f %D/%%ETCDIR%%/modules/epos-generic.conf; fi %%ETCDIR%%/modules/epos-generic.conf.sample @exec [ -f %B/epos-generic.conf ] || cp %D/%F %B/epos-generic.conf @unexec if cmp -s %D/%%ETCDIR%%/modules/espeak-generic.conf %D/%%ETCDIR%%/modules/espeak-generic.conf.sample; then rm -f %D/%%ETCDIR%%/modules/espeak-generic.conf; fi %%ETCDIR%%/modules/espeak-generic.conf.sample @exec [ -f %B/espeak-generic.conf ] || cp %D/%F %B/espeak-generic.conf @unexec if cmp -s %D/%%ETCDIR%%/modules/espeak-mbrola-generic.conf %D/%%ETCDIR%%/modules/espeak-mbrola-generic.conf.sample; then rm -f %D/%%ETCDIR%%/modules/espeak-mbrola-generic.conf; fi %%ETCDIR%%/modules/espeak-mbrola-generic.conf.sample @exec [ -f %B/espeak-mbrola-generic.conf ] || cp %D/%F %B/espeak-mbrola-generic.conf @unexec if cmp -s %D/%%ETCDIR%%/modules/espeak.conf %D/%%ETCDIR%%/modules/espeak.conf.sample; then rm -f %D/%%ETCDIR%%/modules/espeak.conf; fi %%ETCDIR%%/modules/espeak.conf.sample @exec [ -f %B/espeak.conf ] || cp %D/%F %B/espeak.conf @unexec if cmp -s %D/%%ETCDIR%%/modules/festival.conf %D/%%ETCDIR%%/modules/festival.conf.sample; then rm -f %D/%%ETCDIR%%/modules/festival.conf; fi %%ETCDIR%%/modules/festival.conf.sample @exec [ -f %B/festival.conf ] || cp %D/%F %B/festival.conf @unexec if cmp -s %D/%%ETCDIR%%/modules/flite.conf %D/%%ETCDIR%%/modules/flite.conf.sample; then rm -f %D/%%ETCDIR%%/modules/flite.conf; fi %%ETCDIR%%/modules/flite.conf.sample @exec [ -f %B/flite.conf ] || cp %D/%F %B/flite.conf @unexec if cmp -s %D/%%ETCDIR%%/modules/ibmtts.conf %D/%%ETCDIR%%/modules/ibmtts.conf.sample; then rm -f %D/%%ETCDIR%%/modules/ibmtts.conf; fi %%ETCDIR%%/modules/ibmtts.conf.sample @exec [ -f %B/ibmtts.conf ] || cp %D/%F %B/ibmtts.conf @unexec if cmp -s %D/%%ETCDIR%%/modules/ivona.conf %D/%%ETCDIR%%/modules/ivona.conf.sample; then rm -f %D/%%ETCDIR%%/modules/ivona.conf; fi %%ETCDIR%%/modules/ivona.conf.sample @exec [ -f %B/ivona.conf ] || cp %D/%F %B/ivona.conf @unexec if cmp -s %D/%%ETCDIR%%/modules/llia_phon-generic.conf %D/%%ETCDIR%%/modules/llia_phon-generic.conf.sample; then rm -f %D/%%ETCDIR%%/modules/llia_phon-generic.conf; fi %%ETCDIR%%/modules/llia_phon-generic.conf.sample @exec [ -f %B/llia_phon-generic.conf ] || cp %D/%F %B/llia_phon-generic.conf @unexec if cmp -s %D/%%ETCDIR%%/modules/swift-generic.conf %D/%%ETCDIR%%/modules/swift-generic.conf.sample; then rm -f %D/%%ETCDIR%%/modules/swift-generic.conf; fi %%ETCDIR%%/modules/swift-generic.conf.sample @exec [ -f %B/swift-generic.conf ] || cp %D/%F %B/swift-generic.conf @unexec if cmp -s %D/%%ETCDIR%%/speechd.conf %D/%%ETCDIR%%/speechd.conf.sample; then rm -f %D/%%ETCDIR%%/speechd.conf; fi %%ETCDIR%%/speechd.conf.sample @exec [ -f %B/speechd.conf ] || cp %D/%F %B/speechd.conf include/libspeechd.h lib/libspeechd.a lib/libspeechd.la lib/libspeechd.so -lib/libspeechd.so.4 +lib/libspeechd.so.5 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/_test.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/_test.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/_test.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/client.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/client.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/client.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/paths.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/paths.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/paths.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/__init__.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/__init__.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/config.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/config.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/config.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/paths.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/paths.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd_config/paths.pyo lib/speech-dispatcher-modules/sd_cicero lib/speech-dispatcher-modules/sd_dummy %%ESPEAK%%lib/speech-dispatcher-modules/sd_espeak lib/speech-dispatcher-modules/sd_festival %%FLITE%%lib/speech-dispatcher-modules/sd_flite lib/speech-dispatcher-modules/sd_generic lib/speech-dispatcher/libsdaudio.a lib/speech-dispatcher/libsdaudio.la lib/speech-dispatcher/libsdaudio.so lib/speech-dispatcher/libsdaudio.so.2 share/sounds/speech-dispatcher/dummy-message.wav %%PYTHON%%share/sounds/speech-dispatcher/test.wav %%DATADIR%%/conf/clients/emacs.conf %%DATADIR%%/conf/clients/gnome-speech.conf -%%PYTHON%%%%DATADIR%%/conf/desktop/speechd.desktop %%DATADIR%%/conf/modules/cicero.conf %%DATADIR%%/conf/modules/dtk-generic.conf %%DATADIR%%/conf/modules/epos-generic.conf %%DATADIR%%/conf/modules/espeak-generic.conf %%DATADIR%%/conf/modules/espeak-mbrola-generic.conf %%DATADIR%%/conf/modules/espeak.conf %%DATADIR%%/conf/modules/festival.conf %%DATADIR%%/conf/modules/flite.conf %%DATADIR%%/conf/modules/ibmtts.conf %%DATADIR%%/conf/modules/ivona.conf %%DATADIR%%/conf/modules/llia_phon-generic.conf %%DATADIR%%/conf/modules/swift-generic.conf %%DATADIR%%/conf/speechd.conf @dirrm %%DATADIR%%/conf/modules -%%PYTHON%%@dirrm %%DATADIR%%/conf/desktop @dirrm %%DATADIR%%/conf/clients @dirrm %%DATADIR%%/conf @dirrm %%DATADIR%% @dirrm share/sounds/speech-dispatcher %%GNOMEHIER%%@dirrmtry share/sounds @dirrm lib/speech-dispatcher-modules @dirrm lib/speech-dispatcher +%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/speechd_config +%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/speechd +%%PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%% +%%PYTHON%%@dirrmtry %%PYTHON_LIBDIR%% @dirrmtry %%ETCDIR%%/modules @dirrmtry %%ETCDIR%%/clients @dirrmtry %%ETCDIR%% Property changes on: head/accessibility/speech-dispatcher/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property