From 480c50e661271cc658583065cffd6e16cc4da6be Mon Sep 17 00:00:00 2001 From: will Date: Sat, 16 Sep 2000 08:39:50 +0000 Subject: Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This commit includes the various ports festival can work with. Big thanks to Trevor for putting in all the time to port these! PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189 21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197 21198, 21199, 21200, 21201 Submitted by: Trevor Johnson Obtained from: NetBSD pkgsrc --- audio/festvox-el11/Makefile | 41 +++++++++++++++++++++++++++++++++++++++++ audio/festvox-el11/distinfo | 1 + audio/festvox-el11/pkg-comment | 1 + audio/festvox-el11/pkg-descr | 11 +++++++++++ audio/festvox-el11/pkg-plist | 9 +++++++++ 5 files changed, 63 insertions(+) create mode 100644 audio/festvox-el11/Makefile create mode 100644 audio/festvox-el11/distinfo create mode 100644 audio/festvox-el11/pkg-comment create mode 100644 audio/festvox-el11/pkg-descr create mode 100644 audio/festvox-el11/pkg-plist (limited to 'audio/festvox-el11') diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile new file mode 100644 index 0000000..a667e71 --- /dev/null +++ b/audio/festvox-el11/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: festvox-el11 +# Date created: 2000-06-20 +# Whom: Trevor Johnson +# based on the NetBSD port +# +# $NetBSD: Makefile,v 1.7 1999/12/28 04:19:59 wiz Exp $ +# $FreeBSD$ +# + +PORTNAME= festvox-el11 +PORTVERSION= 1.4.0 +CATEGORIES= audio +MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \ + ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/ +DISTNAME= festvox_ellpc11k +DIST_SUBDIR= festival + +MAINTAINER= trevor@jpj.net + +RUN_DEPENDS= festival:../festival + +WRKSRC= ${WRKDIR}/festival + +CONFLICTS= festvox-rab8 + +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: + ${MKDIR} ${FHOME} + cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + +post-install: + ${RM} ${PREFIX}/share/festival/lib/voices/spanish/el_diphone/COPYING + +.include diff --git a/audio/festvox-el11/distinfo b/audio/festvox-el11/distinfo new file mode 100644 index 0000000..2be7c98 --- /dev/null +++ b/audio/festvox-el11/distinfo @@ -0,0 +1 @@ +MD5 (festival/festvox_ellpc11k.tar.gz) = e96a97644d36fcb89952ca65c283cea3 diff --git a/audio/festvox-el11/pkg-comment b/audio/festvox-el11/pkg-comment new file mode 100644 index 0000000..88ba334 --- /dev/null +++ b/audio/festvox-el11/pkg-comment @@ -0,0 +1 @@ +Castilian Spanish male voice for Festival diff --git a/audio/festvox-el11/pkg-descr b/audio/festvox-el11/pkg-descr new file mode 100644 index 0000000..5303170 --- /dev/null +++ b/audio/festvox-el11/pkg-descr @@ -0,0 +1,11 @@ +from the NetBSD maintainer: + +This voice provides a Castilian Spanish male voice using a residual +excited LPC diphone synthesis method. The lexicon is provived by +a set of letter to sound rules producing pronunciation accents and +syllabification. The durations, intonation and prosodic phrasing +are minimal but are acceptable for simple examples. + +This voice can be activated via (voice_el_diphone) . + +WWW: http://www.cstr.ed.ac.uk/projects/festival.html diff --git a/audio/festvox-el11/pkg-plist b/audio/festvox-el11/pkg-plist new file mode 100644 index 0000000..2431186 --- /dev/null +++ b/audio/festvox-el11/pkg-plist @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:34:21 proff Exp $ +share/festival/lib/voices/spanish/el_diphone/group/ellpc11k.group +@dirrm share/festival/lib/voices/spanish/el_diphone/group +share/festival/lib/voices/spanish/el_diphone/festvox/el_diphone.scm +share/festival/lib/voices/spanish/el_diphone/festvox/spanlex.scm +share/festival/lib/voices/spanish/el_diphone/festvox/spanint.scm +share/festival/lib/voices/spanish/el_diphone/festvox/sptoken.scm +@dirrm share/festival/lib/voices/spanish/el_diphone/festvox +@dirrm share/festival/lib/voices/spanish/el_diphone -- cgit v1.1