diff options
author | will <will@FreeBSD.org> | 2000-09-16 08:39:50 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-16 08:39:50 +0000 |
commit | 480c50e661271cc658583065cffd6e16cc4da6be (patch) | |
tree | ff026921dcfc02f9b6bb563671d72af3ee0be411 /audio/festvox-el11 | |
parent | 795b77ca79ef39f3b62a3ea9139cc70969e34eb1 (diff) | |
download | FreeBSD-ports-480c50e661271cc658583065cffd6e16cc4da6be.zip FreeBSD-ports-480c50e661271cc658583065cffd6e16cc4da6be.tar.gz |
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 <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
Diffstat (limited to 'audio/festvox-el11')
-rw-r--r-- | audio/festvox-el11/Makefile | 41 | ||||
-rw-r--r-- | audio/festvox-el11/distinfo | 1 | ||||
-rw-r--r-- | audio/festvox-el11/pkg-comment | 1 | ||||
-rw-r--r-- | audio/festvox-el11/pkg-descr | 11 | ||||
-rw-r--r-- | audio/festvox-el11/pkg-plist | 9 |
5 files changed, 63 insertions, 0 deletions
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 <trevor@jpj.net> +# 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 <bsd.port.mk> 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 |