diff options
author | proff <proff@pkgsrc.org> | 1999-04-04 19:32:15 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-04-04 19:32:15 +0000 |
commit | 68d25cb783fc3b18eee20b1191573e5cdbf6ab45 (patch) | |
tree | f1b058c61e9f3c0a5663e680a9a7e0f01762903a /audio/festlex-oald | |
parent | 0f480e3e33fdd179f9d9bc52816f1ff8ae230e3f (diff) | |
download | pkgsrc-68d25cb783fc3b18eee20b1191573e5cdbf6ab45.tar.gz |
part of the festival speech synthesis system from CSTR
Diffstat (limited to 'audio/festlex-oald')
-rw-r--r-- | audio/festlex-oald/Makefile | 26 | ||||
-rw-r--r-- | audio/festlex-oald/files/md5 | 3 | ||||
-rw-r--r-- | audio/festlex-oald/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/festlex-oald/pkg/DESCR | 5 | ||||
-rw-r--r-- | audio/festlex-oald/pkg/PLIST | 10 |
5 files changed, 45 insertions, 0 deletions
diff --git a/audio/festlex-oald/Makefile b/audio/festlex-oald/Makefile new file mode 100644 index 00000000000..961bf132809 --- /dev/null +++ b/audio/festlex-oald/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:32:57 proff Exp $ + +DISTNAME= festlex-oald-1.3.1 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/ +DISTFILES= festlex_OALD.tar.gz + +MAINTAINER= proff@iq.org +HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html + +DEPENDS+= festival-1.3.1:../festival + +NO_BUILD= yes + +FHOME= ${PREFIX}/share/festival + +post-extract: + @ chmod -R a+r ${WRKSRC} + @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + +do-install: + ${INSTALL_DATA_DIR} ${FHOME} + cd ${WRKSRC} && pax -r -w * ${FHOME} + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/festlex-oald/files/md5 b/audio/festlex-oald/files/md5 new file mode 100644 index 00000000000..c9ca6ab48c6 --- /dev/null +++ b/audio/festlex-oald/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/04 19:32:57 proff Exp $ + +MD5 (festlex_OALD.tar.gz) = f07586ac5b6de31957d85d8012048d26 diff --git a/audio/festlex-oald/pkg/COMMENT b/audio/festlex-oald/pkg/COMMENT new file mode 100644 index 00000000000..40c17bea95f --- /dev/null +++ b/audio/festlex-oald/pkg/COMMENT @@ -0,0 +1 @@ +Oxford Advanced Learner's pronounciation dictionary for Festival diff --git a/audio/festlex-oald/pkg/DESCR b/audio/festlex-oald/pkg/DESCR new file mode 100644 index 00000000000..1b8cf3aa5bf --- /dev/null +++ b/audio/festlex-oald/pkg/DESCR @@ -0,0 +1,5 @@ +Modified Oxford Advanced Learner's pronounciation dictionary (British +English), suitable for use with the Festival speech synthesis +system. + +-Julian Assange <proff@iq.org> diff --git a/audio/festlex-oald/pkg/PLIST b/audio/festlex-oald/pkg/PLIST new file mode 100644 index 00000000000..aaf11d96bb3 --- /dev/null +++ b/audio/festlex-oald/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:32:58 proff Exp $ +share/festival/lib/dicts/oald/cuvoald710-0.2.scm +share/festival/lib/dicts/oald/oald_lts_rules.scm +share/festival/lib/dicts/oald/oaldlex.scm +share/festival/lib/dicts/oald/README.oald +share/festival/lib/dicts/oald/Makefile +share/festival/lib/dicts/oald/oald_extensions.scm +share/festival/lib/dicts/oald/oald2ft.tar.gz +share/festival/lib/dicts/oald/oald-0.4.out +@dirrm share/festival/lib/dicts/oald |