From 68d25cb783fc3b18eee20b1191573e5cdbf6ab45 Mon Sep 17 00:00:00 2001 From: proff Date: Sun, 4 Apr 1999 19:32:15 +0000 Subject: part of the festival speech synthesis system from CSTR --- audio/festlex-cmu/Makefile | 26 ++++++++++++++++++++++++++ audio/festlex-cmu/files/md5 | 3 +++ audio/festlex-cmu/pkg/COMMENT | 1 + audio/festlex-cmu/pkg/DESCR | 3 +++ audio/festlex-cmu/pkg/PLIST | 10 ++++++++++ 5 files changed, 43 insertions(+) create mode 100644 audio/festlex-cmu/Makefile create mode 100644 audio/festlex-cmu/files/md5 create mode 100644 audio/festlex-cmu/pkg/COMMENT create mode 100644 audio/festlex-cmu/pkg/DESCR create mode 100644 audio/festlex-cmu/pkg/PLIST (limited to 'audio/festlex-cmu') 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 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 -- cgit v1.2.3