diff options
Diffstat (limited to 'audio/festvox-mwm')
-rw-r--r-- | audio/festvox-mwm/Makefile | 45 | ||||
-rw-r--r-- | audio/festvox-mwm/distinfo | 1 | ||||
-rw-r--r-- | audio/festvox-mwm/pkg-comment | 1 | ||||
-rw-r--r-- | audio/festvox-mwm/pkg-descr | 10 | ||||
-rw-r--r-- | audio/festvox-mwm/pkg-plist | 12 |
5 files changed, 69 insertions, 0 deletions
diff --git a/audio/festvox-mwm/Makefile b/audio/festvox-mwm/Makefile new file mode 100644 index 000000000000..7d4e84d19ba5 --- /dev/null +++ b/audio/festvox-mwm/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: festvox-mwm +# 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:16 agc Exp $ +# $FreeBSD$ +# + +PORTNAME= festvox-mwm +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_mwm_di-2.0 +DIST_SUBDIR= festival + +MAINTAINER= trevor@jpj.net + +RESTRICTED= no-commercial-use + +RUN_DEPENDS= festival:../festival \ + ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:../festlex-poslex \ + ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:../festlex-ogi + +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} + +post-install: + ${RM} -rf ${PREFIX}/share/festival/lib/voices/english/mwm_diphone/work + +.include <bsd.port.mk> diff --git a/audio/festvox-mwm/distinfo b/audio/festvox-mwm/distinfo new file mode 100644 index 000000000000..02586ede0371 --- /dev/null +++ b/audio/festvox-mwm/distinfo @@ -0,0 +1 @@ +MD5 (festival/voice_mwm_di-2.0.tar.gz) = b5341bec15ec1012e0ed9dd30be3c619 diff --git a/audio/festvox-mwm/pkg-comment b/audio/festvox-mwm/pkg-comment new file mode 100644 index 000000000000..4d8c413385b0 --- /dev/null +++ b/audio/festvox-mwm/pkg-comment @@ -0,0 +1 @@ +American English male voice for Festival diff --git a/audio/festvox-mwm/pkg-descr b/audio/festvox-mwm/pkg-descr new file mode 100644 index 000000000000..363f4b5999c7 --- /dev/null +++ b/audio/festvox-mwm/pkg-descr @@ -0,0 +1,10 @@ +from the NetBSD maintainer: + +This voice provides an American English male 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_mwm_diphone) . + +WWW: http://cslu.cse.ogi.edu/tts diff --git a/audio/festvox-mwm/pkg-plist b/audio/festvox-mwm/pkg-plist new file mode 100644 index 000000000000..013540f697ff --- /dev/null +++ b/audio/festvox-mwm/pkg-plist @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.2 1999/10/28 01:46:30 hubertf Exp $ +share/festival/lib/voices/english/mwm_diphone/dic/mwmdiph.ms +share/festival/lib/voices/english/mwm_diphone/dic/mwmgain.dat +share/festival/lib/voices/english/mwm_diphone/dic/mwmdemi.ms +share/festival/lib/voices/english/mwm_diphone/festvox/mwm_diphone.scm +share/festival/lib/voices/english/mwm_diphone/festvox/mwmdiph.ms +share/festival/lib/voices/english/mwm_diphone/festvox/mwmgain.dat +share/festival/lib/voices/english/mwm_diphone/group/mwm_di_resLPC.group +@dirrm share/festival/lib/voices/english/mwm_diphone/group +@dirrm share/festival/lib/voices/english/mwm_diphone/festvox +@dirrm share/festival/lib/voices/english/mwm_diphone/dic +@dirrm share/festival/lib/voices/english/mwm_diphone |