diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-17 22:05:59 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-17 22:05:59 +0000 |
commit | c88da8197d2db3d18820d0d0f6afb1486c35bcd6 (patch) | |
tree | 0b430a7b87d681554080c3afbb3bad01b8a5c80b /audio/festvox-jph | |
parent | 90894ecd8526fd5144f6ce5faefe7e2aa95a24fd (diff) | |
download | ports-c88da8197d2db3d18820d0d0f6afb1486c35bcd6.tar.gz ports-c88da8197d2db3d18820d0d0f6afb1486c35bcd6.zip |
Notes
Diffstat (limited to 'audio/festvox-jph')
-rw-r--r-- | audio/festvox-jph/Makefile | 43 | ||||
-rw-r--r-- | audio/festvox-jph/distinfo | 1 | ||||
-rw-r--r-- | audio/festvox-jph/pkg-comment | 1 | ||||
-rw-r--r-- | audio/festvox-jph/pkg-descr | 12 | ||||
-rw-r--r-- | audio/festvox-jph/pkg-plist | 9 |
5 files changed, 66 insertions, 0 deletions
diff --git a/audio/festvox-jph/Makefile b/audio/festvox-jph/Makefile new file mode 100644 index 000000000000..9f9aff85b2c7 --- /dev/null +++ b/audio/festvox-jph/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: festvox-jph +# Date created: 2000-06-12 +# 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-jph +PORTVERSION= 2.0 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.leb.net/pub/blinux/${SUB} \ + ftp://ftp.mayn.de/pub/linux/BLinux/${SUB} \ + ftp://cslu.cse.ogi.edu/pub/tts/ +SUB= festival/mirror.ogi-synth_home/ +DISTNAME= voice_jph_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} + +.include <bsd.port.mk> diff --git a/audio/festvox-jph/distinfo b/audio/festvox-jph/distinfo new file mode 100644 index 000000000000..15c49d364398 --- /dev/null +++ b/audio/festvox-jph/distinfo @@ -0,0 +1 @@ +MD5 (festival/voice_jph_di-2.0.tar.gz) = a12f962830a6a8dbf2a126ead5dced2b diff --git a/audio/festvox-jph/pkg-comment b/audio/festvox-jph/pkg-comment new file mode 100644 index 000000000000..4d8c413385b0 --- /dev/null +++ b/audio/festvox-jph/pkg-comment @@ -0,0 +1 @@ +American English male voice for Festival diff --git a/audio/festvox-jph/pkg-descr b/audio/festvox-jph/pkg-descr new file mode 100644 index 000000000000..da1a9ab41756 --- /dev/null +++ b/audio/festvox-jph/pkg-descr @@ -0,0 +1,12 @@ +This is an American English male voice for Festival. It uses a +residual excited LPC diphone synthesis module from OGI, a lexicon +compiled from MOBY and CMU lexicons, and other trained modules used +by CSTR voices. + +To use this voice, you must compile Festival with the OGI extensions. +It can be activated via (voice_jph_diphone) . + +WWW: http://cslu.cse.ogi.edu/tts + +Trevor Johnson +trevor@jpj.net diff --git a/audio/festvox-jph/pkg-plist b/audio/festvox-jph/pkg-plist new file mode 100644 index 000000000000..8f0441b80d90 --- /dev/null +++ b/audio/festvox-jph/pkg-plist @@ -0,0 +1,9 @@ +share/festival/lib/voices/english/jph_diphone/festvox/jph_diphone.scm +share/festival/lib/voices/english/jph_diphone/festvox/jphdiph.msec +share/festival/lib/voices/english/jph_diphone/festvox/jphgain.dat +share/festival/lib/voices/english/jph_diphone/group/jph_di_resLPC.group +@dirrm share/festival/lib/voices/english/jph_diphone/group +@dirrm share/festival/lib/voices/english/jph_diphone/festvox +@dirrm share/festival/lib/voices/english/jph_diphone +@dirrm share/festival/lib/voices/english +@dirrm share/festival/lib/voices |