diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/festvox-tll/Makefile | 41 | ||||
-rw-r--r-- | audio/festvox-tll/distinfo | 1 | ||||
-rw-r--r-- | audio/festvox-tll/pkg-comment | 1 | ||||
-rw-r--r-- | audio/festvox-tll/pkg-descr | 10 | ||||
-rw-r--r-- | audio/festvox-tll/pkg-plist | 8 |
6 files changed, 62 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 8f5ed94473c1..421119f3fa8c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -39,6 +39,7 @@ SUBDIR += festvox-mwm SUBDIR += festvox-ogirab SUBDIR += festvox-rab16 + SUBDIR += festvox-tll SUBDIR += gdcd SUBDIR += gkrellmms SUBDIR += gkrellmvolume diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile new file mode 100644 index 000000000000..f4b2bde0e15a --- /dev/null +++ b/audio/festvox-tll/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: festvox-tll +# Date created: 2000-06-20 +# Whom: Trevor Johnson <trevor@jpj.net> +# based on the NetBSD port +# +# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:17 agc Exp $ +# $FreeBSD$ +# + +PORTNAME= festvox-tll +PORTVERSION= 2.0 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \ + ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ \ + ftp://cslu.cse.ogi.edu/pub/tts/ +DISTNAME= voice_tll_di-2.0 +DIST_SUBDIR= festival + +MAINTAINER= trevor@jpj.net + +RUN_DEPENDS= festival:../festival \ + ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:../festlex-ogi + +RESTRICTED= no-commercial-use + +WRKSRC= ${WRKDIR}/festival + +NO_BUILD= yes + +FHOME= ${PREFIX}/share/festival + +post-extract: + @ ${CHMOD} -R a+r ${WRKSRC} + find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 + find ${WRKSRC} -type d -name CVS | xargs ${RM} -fr + +do-install: + ${MKDIR} ${FHOME} + cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + +.include <bsd.port.mk> diff --git a/audio/festvox-tll/distinfo b/audio/festvox-tll/distinfo new file mode 100644 index 000000000000..9e381c9f8ec4 --- /dev/null +++ b/audio/festvox-tll/distinfo @@ -0,0 +1 @@ +MD5 (festival/voice_tll_di-2.0.tar.gz) = 216dd4fea420457d7246edd58a085dfb diff --git a/audio/festvox-tll/pkg-comment b/audio/festvox-tll/pkg-comment new file mode 100644 index 000000000000..ab430e4b73f1 --- /dev/null +++ b/audio/festvox-tll/pkg-comment @@ -0,0 +1 @@ +American English female voice for Festival (no commercial use) diff --git a/audio/festvox-tll/pkg-descr b/audio/festvox-tll/pkg-descr new file mode 100644 index 000000000000..c6d63179d2c3 --- /dev/null +++ b/audio/festvox-tll/pkg-descr @@ -0,0 +1,10 @@ +from the NetBSD maintainer: + +This voice provides an American English female voice using a residual +excited LPC diphone synthesis module, both created at OGI. It uses +a lexicon compiled from MOBY and CMU lexicons, and other trained +modules used by CSTR voices. + +This voice can be activated via (voice_tll_diphone) . + +WWW: http://cslu.cse.ogi.edu/tts diff --git a/audio/festvox-tll/pkg-plist b/audio/festvox-tll/pkg-plist new file mode 100644 index 000000000000..9adde4c699d8 --- /dev/null +++ b/audio/festvox-tll/pkg-plist @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.2 1999/10/28 02:05:44 hubertf Exp $ +share/festival/lib/voices/english/tll_diphone/group/tll_di_resLPC.group +share/festival/lib/voices/english/tll_diphone/festvox/tll_diphone.scm +share/festival/lib/voices/english/tll_diphone/festvox/tlldiph.msec +share/festival/lib/voices/english/tll_diphone/festvox/tllgain.dat +@dirrm share/festival/lib/voices/english/tll_diphone/group +@dirrm share/festival/lib/voices/english/tll_diphone/festvox +@dirrm share/festival/lib/voices/english/tll_diphone |