diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-16 08:39:50 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-16 08:39:50 +0000 |
commit | bab74078a9840cb4e1407279f9c4809ecc61386e (patch) | |
tree | 9f05d5fdc8471f95e066a28da1b1201dcd87a6bc /audio/festvox-hvs | |
parent | ebf59fced2487357447b90323740ee9f4f30a7e8 (diff) | |
download | ports-bab74078a9840cb4e1407279f9c4809ecc61386e.tar.gz ports-bab74078a9840cb4e1407279f9c4809ecc61386e.zip |
Notes
Diffstat (limited to 'audio/festvox-hvs')
-rw-r--r-- | audio/festvox-hvs/Makefile | 43 | ||||
-rw-r--r-- | audio/festvox-hvs/distinfo | 1 | ||||
-rw-r--r-- | audio/festvox-hvs/pkg-comment | 1 | ||||
-rw-r--r-- | audio/festvox-hvs/pkg-descr | 10 | ||||
-rw-r--r-- | audio/festvox-hvs/pkg-plist | 7 |
5 files changed, 62 insertions, 0 deletions
diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile new file mode 100644 index 000000000000..5846d858f0ac --- /dev/null +++ b/audio/festvox-hvs/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: festvox-hvs +# 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:14 agc Exp $ +# $FreeBSD$ +# + +PORTNAME= festvox-hvs +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_hvs_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 \ + ${LOCALBASE}/share/festival/lib/ogi_spanish/ogi_span_mx_lts.scm:../festogi-spanish + +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-hvs/distinfo b/audio/festvox-hvs/distinfo new file mode 100644 index 000000000000..11e56fdb1411 --- /dev/null +++ b/audio/festvox-hvs/distinfo @@ -0,0 +1 @@ +MD5 (festival/voice_hvs_di-2.0.tar.gz) = 13a42ddc64aa9b2baf2ccea76e7304db diff --git a/audio/festvox-hvs/pkg-comment b/audio/festvox-hvs/pkg-comment new file mode 100644 index 000000000000..3718e5d1b3c7 --- /dev/null +++ b/audio/festvox-hvs/pkg-comment @@ -0,0 +1 @@ +Mexican Spanish female voice for the festival diff --git a/audio/festvox-hvs/pkg-descr b/audio/festvox-hvs/pkg-descr new file mode 100644 index 000000000000..b59f56054f18 --- /dev/null +++ b/audio/festvox-hvs/pkg-descr @@ -0,0 +1,10 @@ +from the NetBSD maintainer: + +This voice provides an Mexican Spanish 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_hvs_diphone) . + +WWW: http://cslu.cse.ogi.edu/tts diff --git a/audio/festvox-hvs/pkg-plist b/audio/festvox-hvs/pkg-plist new file mode 100644 index 000000000000..e7bb9d14806c --- /dev/null +++ b/audio/festvox-hvs/pkg-plist @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.2 1999/10/28 01:23:54 hubertf Exp $ +share/festival/lib/voices/spanish/hvs_diphone/festvox/hvs_diphone.scm +share/festival/lib/voices/spanish/hvs_diphone/festvox/hvsdiph.msec +share/festival/lib/voices/spanish/hvs_diphone/group/hvs_di_resLPC.group +@dirrm share/festival/lib/voices/spanish/hvs_diphone/group +@dirrm share/festival/lib/voices/spanish/hvs_diphone/festvox +@dirrm share/festival/lib/voices/spanish/hvs_diphone |