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-cmu | |
parent | 0f480e3e33fdd179f9d9bc52816f1ff8ae230e3f (diff) | |
download | pkgsrc-68d25cb783fc3b18eee20b1191573e5cdbf6ab45.tar.gz |
part of the festival speech synthesis system from CSTR
Diffstat (limited to 'audio/festlex-cmu')
-rw-r--r-- | audio/festlex-cmu/Makefile | 26 | ||||
-rw-r--r-- | audio/festlex-cmu/files/md5 | 3 | ||||
-rw-r--r-- | audio/festlex-cmu/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/festlex-cmu/pkg/DESCR | 3 | ||||
-rw-r--r-- | audio/festlex-cmu/pkg/PLIST | 10 |
5 files changed, 43 insertions, 0 deletions
diff --git a/audio/festlex-cmu/Makefile b/audio/festlex-cmu/Makefile new file mode 100644 index 00000000000..001fbc8c183 --- /dev/null +++ b/audio/festlex-cmu/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:32:45 proff Exp $ + +DISTNAME= festlex-cmu-1.3.1 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/ +DISTFILES= festlex_CMU.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-cmu/files/md5 b/audio/festlex-cmu/files/md5 new file mode 100644 index 00000000000..abb62223bbb --- /dev/null +++ b/audio/festlex-cmu/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/04 19:32:45 proff Exp $ + +MD5 (festlex_CMU.tar.gz) = 734bc29fbc52e4496dca9f3d9cd30b30 diff --git a/audio/festlex-cmu/pkg/COMMENT b/audio/festlex-cmu/pkg/COMMENT new file mode 100644 index 00000000000..3e69980acf2 --- /dev/null +++ b/audio/festlex-cmu/pkg/COMMENT @@ -0,0 +1 @@ +CMU American English pronounciation dictionary for Festival diff --git a/audio/festlex-cmu/pkg/DESCR b/audio/festlex-cmu/pkg/DESCR new file mode 100644 index 00000000000..5b88575cf08 --- /dev/null +++ b/audio/festlex-cmu/pkg/DESCR @@ -0,0 +1,3 @@ +CMU American English pronounciation dictionary for the Festival speech synthesis system. + +-Julian Assange <proff@iq.org> diff --git a/audio/festlex-cmu/pkg/PLIST b/audio/festlex-cmu/pkg/PLIST new file mode 100644 index 00000000000..8e32bff0b1d --- /dev/null +++ b/audio/festlex-cmu/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:32:45 proff Exp $ +share/festival/lib/dicts/cmu/cmulex.scm +share/festival/lib/dicts/cmu/cmu_lts_rules.scm +share/festival/lib/dicts/cmu/cmudict-0.4.out +share/festival/lib/dicts/cmu/Makefile +share/festival/lib/dicts/cmu/cmudict-0.4.scm +share/festival/lib/dicts/cmu/cmudict-0.4.diff +share/festival/lib/dicts/cmu/cmu2ft +share/festival/lib/dicts/cmu/cmudict_extensions.scm +@dirrm share/festival/lib/dicts/cmu |