summaryrefslogtreecommitdiff
path: root/audio/festival
diff options
context:
space:
mode:
authorproff <proff@pkgsrc.org>1999-10-11 14:13:49 +0000
committerproff <proff@pkgsrc.org>1999-10-11 14:13:49 +0000
commit4b4014494cdbb98a70f23231a83943a8178bdf7f (patch)
tree6fbbc665c110fded651f5108fa7017516333b181 /audio/festival
parent7f38410ca8f65dc45ca23d13a26df6fff4071148 (diff)
downloadpkgsrc-4b4014494cdbb98a70f23231a83943a8178bdf7f.tar.gz
Upgrade to 1.4.0
Festival 1.4.0 has the following improvements over the previous release (1.3.1 January 1999) o distributed under a free X11-type licence o generalization of stats modules, ngram, CART, wfst with viterbi so they can be shard more easily o Tidy up of Utterance/Relation/Item architecture o Initial JSAPI support o Three new us voices using MBROLA databases o Tilt code overhaul o XML load for Relations o Fringe graphic display (ALPHA) released seperately http://www.cstr.ed.ac.uk/projects/fringe.html
Diffstat (limited to 'audio/festival')
-rw-r--r--audio/festival/Makefile22
-rw-r--r--audio/festival/files/md59
-rw-r--r--audio/festival/files/patch-sum15
-rw-r--r--audio/festival/patches/patch-aa30
-rw-r--r--audio/festival/patches/patch-ab70
-rw-r--r--audio/festival/patches/patch-ac39
-rw-r--r--audio/festival/patches/patch-ad74
-rw-r--r--audio/festival/patches/patch-ae22
-rw-r--r--audio/festival/patches/patch-af15
-rw-r--r--audio/festival/pkg/COMMENT2
-rw-r--r--audio/festival/pkg/DESCR42
-rw-r--r--audio/festival/pkg/PLIST45
12 files changed, 231 insertions, 154 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index 03d06e303f2..0ea9f891eb1 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -1,21 +1,23 @@
-# $NetBSD: Makefile,v 1.5 1999/06/28 11:46:35 agc Exp $
+# $NetBSD: Makefile,v 1.6 1999/10/11 14:13:49 proff Exp $
-DISTNAME= festival-1.3.1
+DISTNAME= festival-1.4.0
WRKSRC= ${WRKDIR}
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/ \
+MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/ \
ftp://cslu.cse.ogi.edu/pub/tts/
DISTFILES= ${DISTNAME}.tar.gz \
- speech_tools-1.1.1.tar.gz \
- OGIresLPC-1.4.tar.gz
+ speech_tools-1.2.0.tar.gz \
+ OGIresLPC-2.0.3.tar.gz \
+ OGIfestpatch-1.4.0.tar.gz
+
+# note that OGIfestpatch above file must be extracted last. it is, however
+# this behavior not defined in pkgsrc at the time of writing
MAINTAINER= proff@iq.org
HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html
DEPENDS+= nas-1.2.5:../nas
-LICENSE= no-commercial-use
-
USE_GMAKE= yes
SPEECHTOOLS= ${WRKSRC}/speech_tools
@@ -32,7 +34,9 @@ PKG_COMPILER!= case "`${CC} -v 2>&1`" in *2.6.*) echo gcc26;;\
esac
MAKE_ENV+= PKG_EST_HOME=${SPEECHTOOLS} \
- PKG_FESTIVAL_HOME=${FESTIVAL} \
+ EST_HOME=${SPEECHTOOLS} \
+ PKG_FESTIVAL_BUILD_HOME=${FESTIVAL} \
+ PKG_FESTIVAL_HOME=${FHOME} \
PKG_COMPILER=${PKG_COMPILER} \
PKG_X11BASE=${X11BASE} \
PKG_PREFIX=${PREFIX} \
@@ -60,7 +64,7 @@ post-patch:
do-install:
${INSTALL_DATA_DIR} ${FHOME}
chmod -R u+w,a+r,og-w ${FESTIVAL}/lib
- find ${FESTIVAL}/lib -type d -print0| xargs -0 chmod a+x
+ find ${FESTIVAL}/lib -type d -print0| xargs -0 chmod 755
cd ${FESTIVAL} && pax -r -w lib examples ${FHOME}
${RM} -f ${FHOME}/lib/etc/NetBSD/audsp
${INSTALL_PROGRAM} ${FESTIVAL}/lib/etc/NetBSD/audsp ${PREFIX}/libexec
diff --git a/audio/festival/files/md5 b/audio/festival/files/md5
index f71be4972a7..7f274d5c563 100644
--- a/audio/festival/files/md5
+++ b/audio/festival/files/md5
@@ -1,5 +1,6 @@
-$NetBSD: md5,v 1.1.1.1 1999/04/04 19:32:33 proff Exp $
+$NetBSD: md5,v 1.2 1999/10/11 14:13:49 proff Exp $
-MD5 (festival-1.3.1.tar.gz) = 87a2842c112dd6f950721c18986ef112
-MD5 (speech_tools-1.1.1.tar.gz) = 8364260dfe91b65eb7f85aeca0a22d84
-MD5 (OGIresLPC-1.4.tar.gz) = 17621bb20cff4e32c27233e822a255d6
+MD5 (festival-1.4.0.tar.gz) = 49d1b69fd1ed7063af25e639f7ae458b
+MD5 (speech_tools-1.2.0.tar.gz) = 088d22b93fca042d4499f35f04afc28d
+MD5 (OGIresLPC-2.0.3.tar.gz) = 99c7127350e20a8b1f719c5b1596d0ff
+MD5 (OGIfestpatch-1.4.0.tar.gz) = 8ba29d27b1e9da565a51a43431155ce2
diff --git a/audio/festival/files/patch-sum b/audio/festival/files/patch-sum
index 03bf9c46bb1..eda1fee1938 100644
--- a/audio/festival/files/patch-sum
+++ b/audio/festival/files/patch-sum
@@ -1,7 +1,10 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:11 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/10/11 14:13:49 proff Exp $
-MD5 (patch-aa) = 83d95393080e3fcd23feadeaae071b7a
-MD5 (patch-ab) = 725be6921fd48638b873a2c048d236cf
-MD5 (patch-ac) = 76e76388152d10e1c8a3f6a64bdb7f65
-MD5 (patch-ad) = e23330fc29a1afe6e5ab0ddb2881b4de
-MD5 (patch-ae) = 5dfe47d27d65e467530d5a807edba904
+MD5 (patch-aa) = 0d4fab38dd5a45ac637f3196fa33e82d
+MD5 (patch-aa.~1~) = 16840f9d624ad6ea1cebeae3d1a90a90
+MD5 (patch-ab) = 9e0d5be3ad91d3c9a36843273f5880c3
+MD5 (patch-ac) = a1acd1785f37fed9969d27f55d0ebca4
+MD5 (patch-ad) = d6042f477cb331b05b0bd162c3cdaf56
+MD5 (patch-ae) = 3256017d1e235bc08729a2cd40213a51
+MD5 (patch-af) = 39ba57b0b3ce741c0d75d44afb072714
+MD5 (patch-af.~1~) = 7dedcd54e6abd8dff972a09b7a0d67ca
diff --git a/audio/festival/patches/patch-aa b/audio/festival/patches/patch-aa
index 28685e7d404..5bd4cb84e40 100644
--- a/audio/festival/patches/patch-aa
+++ b/audio/festival/patches/patch-aa
@@ -1,12 +1,20 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/04/04 19:32:33 proff Exp $
+$NetBSD: patch-aa,v 1.2 1999/10/11 14:13:49 proff Exp $
---- /tmp/speech_tools/include/EST_unix.h Mon Jan 11 20:43:14 1999
-+++ speech_tools/include/EST_unix.h Wed Mar 10 03:20:38 1999
-@@ -49,6 +49,7 @@
- # include <sys/wait.h>
- # include <sys/resource.h>
- # include <dirent.h>
-+# define unix 1
- #elif defined(SYSTEM_IS_WIN32)
- # include <io.h>
- # include "win32/EST_unix_win32.h"
+--- festival/config/config Mon Oct 11 07:48:44 1999
++++ festival/config/config Mon Oct 11 05:48:33 1999
+@@ -20,7 +20,7 @@
+ ## You may need to set this explicitly if automounter or NFS
+ ## side effects cause problems
+
+-FESTIVAL_HOME := $(shell (cd $(TOP); pwd))
++FESTIVAL_HOME := $(PKG_FESTIVAL_HOME)
+
+ ###########################################################################
+ ## Feature selection.
+@@ -70,3 +70,6 @@
+ ## in config/configs/default.mak.
+
+
++ALSO_INCLUDE += OGIcommon
++ALSO_INCLUDE += OGIdbase
++ALSO_INCLUDE += OGIresLPC
diff --git a/audio/festival/patches/patch-ab b/audio/festival/patches/patch-ab
index 72662fc78f3..e8e939e1f99 100644
--- a/audio/festival/patches/patch-ab
+++ b/audio/festival/patches/patch-ab
@@ -1,47 +1,25 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/04/04 19:32:34 proff Exp $
+$NetBSD: patch-ab,v 1.2 1999/10/11 14:13:49 proff Exp $
---- /tmp/speech_tools/config/config Wed Mar 10 03:24:51 1999
-+++ speech_tools/config/config Wed Mar 10 03:04:29 1999
-@@ -15,7 +15,7 @@
- ## You may need to set this explicitly if automounter or NFS
- ## side effects cause problems
-
--EST_HOME := $(shell (cd $(EST); pwd))
-+EST_HOME := $(PKG_EST_HOME)
-
- ###########################################################################
- ## System type.
-@@ -28,14 +28,18 @@
- ##
- ## Examples: sparc_SunOS5 intel_Linux2.0
-
--SYSTEM_TYPE=$(MACHINETYPE)_$(OSTYPE)$(OSREV)
-+#SYSTEM_TYPE=$(MACHINETYPE)_$(OSTYPE)$(OSREV)
-+# unforunately the above does not fit in well with NetBSD's multiple
-+# architectures and frequent changes of revision level (for people running
-+# NetBSD-current)
-+SYSTEM_TYPE=NetBSD
-
- ###########################################################################
- ## Compiler.
- ## The definitions are in compilers/$(COMPILER).mak
- ## Examples: gcc gcc26 suncc egcs gcc28
-
--COMPILER=gcc
-+COMPILER=$(PKG_COMPILER)
-
- ###########################################################################
- ## Java system to use if you include the Java interface.
-@@ -77,10 +81,10 @@
- ## specify a program to play files in a desired format.
-
- ## NCD's network audio system, This is recommended.
--# INCLUDE_MODULES += NAS_AUDIO
-+INCLUDE_MODULES += NAS_AUDIO
-
- ## Native audio for your platform (sun, linux, freebsd, irix, windows)
--INCLUDE_MODULES += NATIVE_AUDIO
-+#INCLUDE_MODULES += NATIVE_AUDIO
-
- ## Special code to run Windows MPLAYER
- # INCLUDE_MODULES += MPLAYER_AUDIO
+--- festival/doc/Makefile Thu Jun 17 20:29:54 1999
++++ festival/doc/Makefile Mon Oct 11 06:06:35 1999
+@@ -44,7 +44,7 @@
+
+ EXAMPLE_TO_DOCUMENT=
+
+-FESTIVAL=$(TOP)/bin/festival --libdir $(TOP)/lib
++FESTIVAL=$(TOP)/src/main/festival --libdir $(TOP)/lib
+
+ # Include some of EST documentation.
+ DOCXX_EXTRA_FILES =
+@@ -72,9 +72,9 @@
+ %.1 : %.head %.options %.tail
+ cat $^ >$@
+ %.options : $(TOP)/src/main/%
+- $(TOP)/bin/$* -man_options >$@
++ $(FESTIVAL)$* -man_options >$@
+ %.options : $(TOP)/src/main/%.exe
+- $(TOP)/bin/$* -man_options >$@
++ $(FESTIVAL)$* -man_options >$@
+
+ festival.info: festival.texi festfunc.texi festvars.texi festfeat.texi
+ @ if [ ! -d info ] ; \
diff --git a/audio/festival/patches/patch-ac b/audio/festival/patches/patch-ac
index c9fc1106352..628ef33f0d2 100644
--- a/audio/festival/patches/patch-ac
+++ b/audio/festival/patches/patch-ac
@@ -1,23 +1,24 @@
-$NetBSD: patch-ac,v 1.1.1.1 1999/04/04 19:32:34 proff Exp $
+$NetBSD: patch-ac,v 1.2 1999/10/11 14:13:49 proff Exp $
-diff -u -r /tmp/festival/doc/Makefile work/festival/doc/Makefile
---- /tmp/festival/doc/Makefile Mon Jan 25 18:31:38 1999
-+++ festival/doc/Makefile Wed Mar 10 06:59:12 1999
-@@ -29,7 +29,7 @@
- TOP=..
- DIRNAME=doc
+--- festival/examples/benchmark Thu Feb 27 00:47:45 1997
++++ festival/examples/benchmark Mon Oct 11 05:41:14 1999
+@@ -1,6 +1,6 @@
+ #!/bin/sh
--FESTIVAL=$(TOP)/bin/festival --libdir $(TOP)/lib
-+FESTIVAL=$(TOP)/src/main/festival --libdir $(TOP)/lib
+-default_libdir="/projects/festival/lib"
++default_libdir="$FESTIVAL_HOME/lib"
- # Include some of EST documentation.
- DOCXX_EXTRA_FILES = $(EST)/include/EST_Stream.h
-@@ -52,7 +52,7 @@
- %.1 : %.head %.options %.tail
- cat $^ >$@
- %.options : $(TOP)/src/main/%
-- $(TOP)/bin/$* -man_options >$@
-+ $(FESTIVAL)$* -man_options >$@
+ while true
+ do
+@@ -15,9 +15,9 @@
+ esac
+ done
- festival.info: festival.texi festfunc.texi festvars.texi festfeat.texi
- makeinfo festival.texi
+-text=${1-"$HOME/projects/festival/examples/benchmark.text"}
++text=${1-"$FESTIVAL_HOME/examples/benchmark.text"}
+
+-for i in . src/main ../src/main $HOME/projects/festival/src/main /cstr/bin
++for i in . src/main ../src/main $FESTIVAL_HOME/src/main
+ do
+ if [ -n "$festival" ]
+ then
diff --git a/audio/festival/patches/patch-ad b/audio/festival/patches/patch-ad
index cd7f2ae7e51..3945e8fba91 100644
--- a/audio/festival/patches/patch-ad
+++ b/audio/festival/patches/patch-ad
@@ -1,25 +1,51 @@
-$NetBSD: patch-ad,v 1.1.1.1 1999/04/04 19:32:34 proff Exp $
+$NetBSD: patch-ad,v 1.2 1999/10/11 14:13:49 proff Exp $
-diff -u -r /tmp/festival/examples/benchmark work/festival/examples/benchmark
---- /tmp/festival/examples/benchmark Mon Jan 11 21:02:32 1999
-+++ festival/examples/benchmark Wed Mar 10 06:59:12 1999
-@@ -1,6 +1,6 @@
- #!/bin/sh
-
--default_libdir="/projects/festival/lib"
-+default_libdir="$FESTIVAL_HOME/lib"
-
- while true
- do
-@@ -15,9 +15,9 @@
- esac
- done
-
--text=${1-"$HOME/projects/festival/examples/benchmark.text"}
-+text=${1-"$FESTIVAL_HOME/examples/benchmark.text"}
-
--for i in . src/main ../src/main $HOME/projects/festival/src/main /cstr/bin
-+for i in . src/main ../src/main $FESTIVAL_HOME/src/main
- do
- if [ -n "$festival" ]
- then
+--- speech_tools/config/config Mon Oct 11 07:48:44 1999
++++ speech_tools/config/config Mon Oct 11 05:57:33 1999
+@@ -15,7 +15,7 @@
+ ## You may need to set this explicitly if automounter or NFS
+ ## side effects cause problems
+
+-EST_HOME := $(shell (cd $(EST); pwd))
++EST_HOME := $(PKG_EST_HOME)
+
+ ###########################################################################
+ ## System type.
+@@ -28,15 +28,19 @@
+ ##
+ ## Examples: sparc_SunOS5 intel_Linux2.0
+
+-SYSTEM_TYPE=$(MACHINETYPE)_$(OSTYPE)$(OSREV)
++#SYSTEM_TYPE=$(MACHINETYPE)_$(OSTYPE)$(OSREV)
++# unforunately the above does not fit in well with NetBSD's multiple
++# architectures and frequent changes of revision level (for people running
++# NetBSD-current)
++SYSTEM_TYPE=NetBSD
+
+ ###########################################################################
+ ## Compiler.
+ ## The definitions are in compilers/$(COMPILER).mak
+ ## Examples: gcc suncc egcs gcc28
+
+-COMPILER=gcc
+-
++#COMPILER=gcc
++COMPILER=$(PKG_COMPILER)
+ ###########################################################################
+ ## Java system to use if you include the Java interface.
+ ## Examples jdk
+@@ -77,10 +81,12 @@
+ ## specify a program to play files in a desired format.
+
+ ## NCD's network audio system, This is recommended.
+-# INCLUDE_MODULES += NAS_AUDIO
++INCLUDE_MODULES += NAS_AUDIO
+
+ ## Native audio for your platform (sun, linux, freebsd, irix, windows)
+-INCLUDE_MODULES += NATIVE_AUDIO
++#INCLUDE_MODULES += NATIVE_AUDIO
++# The NetBSD pkg doesn't support native audio at this time. NAS is
++# superior for most applications.
+
+ ## Special code to run Windows MPLAYER
+ # INCLUDE_MODULES += MPLAYER_AUDIO
diff --git a/audio/festival/patches/patch-ae b/audio/festival/patches/patch-ae
index 0f6de5d59ce..ac4d747da70 100644
--- a/audio/festival/patches/patch-ae
+++ b/audio/festival/patches/patch-ae
@@ -1,12 +1,12 @@
-$NetBSD: patch-ae,v 1.1.1.1 1999/04/04 19:32:34 proff Exp $
+$NetBSD: patch-ae,v 1.2 1999/10/11 14:13:49 proff Exp $
---- festival/config/config-dist Mon Jan 11 20:59:22 1999
-+++ festival/config/config Thu Mar 11 02:41:30 1999
-@@ -43,6 +43,7 @@
- # ALSO_INCLUDE += diphone
- # ALSO_INCLUDE += clunits
- # ALSO_INCLUDE += rjc_synthesis
-+ALSO_INCLUDE+=OGIresLPC
-
- ###########################################################################
- ##
+--- speech_tools/include/EST_unix.h Sun May 30 20:53:04 1999
++++ speech_tools/include/EST_unix.h Mon Oct 11 05:40:15 1999
+@@ -53,6 +53,7 @@
+ # include <sys/wait.h>
+ # include <sys/resource.h>
+ # include <dirent.h>
++# define unix 1
+ #elif defined(SYSTEM_IS_WIN32)
+ # include <io.h>
+ # include "win32/EST_unix_win32.h"
diff --git a/audio/festival/patches/patch-af b/audio/festival/patches/patch-af
new file mode 100644
index 00000000000..63a2742d378
--- /dev/null
+++ b/audio/festival/patches/patch-af
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1 1999/10/11 14:13:49 proff Exp $
+
+--- festival/config/project.mak-dist Mon Oct 11 21:41:08 1999
++++ festival/config/project.mak Mon Oct 11 22:27:37 1999
+@@ -70,8 +70,8 @@
+
+ # Place where programs are compiled
+
+-PROJECT_MAIN_DIR=$(FESTIVAL_HOME)/src/main
+-PROJECT_SCRIPTS_DIR=$(FESTIVAL_HOME)/src/scripts
++PROJECT_MAIN_DIR=$(PKG_FESTIVAL_BUILD_HOME)/src/main
++PROJECT_SCRIPTS_DIR=$(PKG_FESTIVAL_BUILD_HOME)/src/scripts
+
+ # Where the main RCS tree is, probably only used within CSTR
+
diff --git a/audio/festival/pkg/COMMENT b/audio/festival/pkg/COMMENT
index 783aa1805cc..b7749a368ef 100644
--- a/audio/festival/pkg/COMMENT
+++ b/audio/festival/pkg/COMMENT
@@ -1 +1 @@
-Festival is a general multi-lingual speech synthesis system
+Festival is an advanced multi-lingual speech synthesis system
diff --git a/audio/festival/pkg/DESCR b/audio/festival/pkg/DESCR
index fa0e2647de8..8c482ccd7f5 100644
--- a/audio/festival/pkg/DESCR
+++ b/audio/festival/pkg/DESCR
@@ -1,12 +1,41 @@
- Festival is a general multi-lingual speech synthesis system
+ Festival is an advanced multi-lingual speech synthesis system
developed at CSTR. It offers a full text to speech system with
various APIs, as well an environment for development and research
of speech synthesis techniques. It is written in C++ with a
Scheme-based command interpreter for general control.
- Version 1.3.1 (January 1999) is now available for research,
- educational and individual use for free. It has the following
- features
+You will also need to install at least one festvox-* (festival voice)
+package (infact, the festvox packages are dependent on this package).
+
+ festival --tts foo.bar will speak ASCII file foo.bar,
+ (SayText "Oh Dad! We're ALL Devo!")
+
+-Julian Assange <proff@iq.org>
+
+Current version
+
+Version 1.4.0 (June 1999) is now available free for unrestricted use
+
+ o English (British and American), Spanish and Welsh text to speech
+ o Externally configurable language independent modules
+ o phonesets, lexicons, letter-to-sound rules, tokenizing, part
+ of speech tagging, intonation and duration.
+
+Festival 1.4.0 has the following improvements over the previous release (1.3.1 January 1999)
+
+ o distributed under a free X11-type licence
+ o generalization of stats modules, ngram, CART, wfst with viterbi so they
+ can be shard more easily
+ o Tidy up of Utterance/Relation/Item architecture
+ o Initial JSAPI support
+ o Three new us voices using MBROLA databases
+ o Tilt code overhaul
+ o XML load for Relations
+ o Fringe graphic display (ALPHA) released seperately
+ http://www.cstr.ed.ac.uk/projects/fringe.html
+
+Previous (1.3.1) features:
+
* English (British and American), Spanish (mexican) and
Welsh text to speech
* Externally configurable language independent modules
@@ -20,8 +49,3 @@
* On-line documentation.
* SABLE markup, Emacs, client/server (including Java), scripting
interfaces.
-
-You will also need to install at least one festvox-* (festival voice)
-package (infact, the festvox packages are dependent on this package).
-
--Julian Assange <proff@iq.org>
diff --git a/audio/festival/pkg/PLIST b/audio/festival/pkg/PLIST
index 376a317de34..1f5497f7c06 100644
--- a/audio/festival/pkg/PLIST
+++ b/audio/festival/pkg/PLIST
@@ -6,10 +6,13 @@ libexec/audsp
man/man1/festival.1
man/man1/festival_client.1
share/festival/lib/Makefile
+share/festival/lib/VCLocalRules
share/festival/lib/mrpa_phones.scm
share/festival/lib/mrpa_allophones.scm
share/festival/lib/radio_phones.scm
share/festival/lib/holmes_phones.scm
+share/festival/lib/darpa_phones.scm
+share/festival/lib/phoneset.scm
share/festival/lib/mrpa_durs.scm
share/festival/lib/klatt_durs.scm
share/festival/lib/gswdurtreeZ.scm
@@ -18,23 +21,12 @@ share/festival/lib/tobi.scm
share/festival/lib/f2bf0lr.scm
share/festival/lib/tobi_rules.scm
share/festival/lib/tilt.scm
-share/festival/lib/tilt_ab.scm
-share/festival/lib/tilt_params.scm
share/festival/lib/sec.ts20.quad.ngrambin
share/festival/lib/sec.B.hept.ngrambin
-share/festival/lib/synthesis.scm
-share/festival/lib/siod.scm
share/festival/lib/init.scm
-share/festival/lib/etc
-share/festival/lib/etc/Makefile
-share/festival/lib/etc/email_filter
-share/festival/lib/etc/NetBSD
-share/festival/lib/etc/NetBSD/.made
-@dirrm share/festival/lib/etc/NetBSD
-@dirrm share/festival/lib/etc
+share/festival/lib/synthesis.scm
share/festival/lib/module_description.scm
share/festival/lib/lexicons.scm
-share/festival/lib/unitdatabase.scm
share/festival/lib/festival.scm
share/festival/lib/intonation.scm
share/festival/lib/duration.scm
@@ -51,24 +43,46 @@ share/festival/lib/postlex.scm
share/festival/lib/tokenpos.scm
share/festival/lib/festtest.scm
share/festival/lib/cslush.scm
-share/festival/lib/web.scm
share/festival/lib/cart_aux.scm
share/festival/lib/pauses.scm
share/festival/lib/scfg.scm
share/festival/lib/mettree.scm
share/festival/lib/java.scm
+share/festival/lib/lts.scm
share/festival/lib/engmorph.scm
share/festival/lib/engmorphsyn.scm
-share/festival/lib/lts.scm
share/festival/lib/lts_build.scm
share/festival/lib/Sable.v0_2.dtd
share/festival/lib/sable-latin.ent
share/festival/lib/festival.el
share/festival/lib/scfg_wsj_wp20.gram
+share/festival/lib/speech.properties
share/festival/lib/email-mode.scm
share/festival/lib/ogimarkup-mode.scm
share/festival/lib/sable-mode.scm
share/festival/lib/soleml-mode.scm
+share/festival/lib/etc/Makefile
+share/festival/lib/etc/email_filter
+share/festival/lib/etc/NetBSD/.made
+@dirrm share/festival/lib/etc/NetBSD
+@dirrm share/festival/lib/etc
+share/festival/lib/ogi_cslush.scm
+share/festival/lib/ogi_gswdurtreeZ_wb.scm
+share/festival/lib/ogi_hack.scm
+share/festival/lib/ogi_kddurtreeZ_wb.scm
+share/festival/lib/ogi_klatt_durs_wb.scm
+share/festival/lib/ogi_languages.scm
+share/festival/lib/ogi_lexicons.scm
+share/festival/lib/ogi_lts_worldbet.scm
+share/festival/lib/ogi_phrase.scm
+share/festival/lib/ogi_postlex.scm
+share/festival/lib/ogi_synthesis.scm
+share/festival/lib/ogi_unitsel.scm
+share/festival/lib/ogi_worldbet_phones.scm
+share/festival/lib/siod.scm
+share/festival/lib/web.scm
+share/festival/lib/cstr.scm
+share/festival/lib/fringe.scm
share/festival/lib/sitevars.scm
@dirrm share/festival/lib
share/festival/examples/Makefile
@@ -95,6 +109,9 @@ share/festival/examples/festival_client.pl
share/festival/examples/toksearch.scm
share/festival/examples/th-mode.scm
share/festival/examples/addr-mode.scm
+share/festival/examples/festival_client.c
+share/festival/examples/festival_client.h
+share/festival/examples/benchmark.orig
share/festival/examples/saytime
share/festival/examples/text2pos
share/festival/examples/latest