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-don | |
parent | ebf59fced2487357447b90323740ee9f4f30a7e8 (diff) | |
download | ports-bab74078a9840cb4e1407279f9c4809ecc61386e.tar.gz ports-bab74078a9840cb4e1407279f9c4809ecc61386e.zip |
Notes
Diffstat (limited to 'audio/festvox-don')
-rw-r--r-- | audio/festvox-don/Makefile | 38 | ||||
-rw-r--r-- | audio/festvox-don/distinfo | 1 | ||||
-rw-r--r-- | audio/festvox-don/pkg-comment | 1 | ||||
-rw-r--r-- | audio/festvox-don/pkg-descr | 13 | ||||
-rw-r--r-- | audio/festvox-don/pkg-plist | 7 |
5 files changed, 60 insertions, 0 deletions
diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile new file mode 100644 index 000000000000..8b8c44e3273b --- /dev/null +++ b/audio/festvox-don/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: festvox-don +# 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_don +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_don +DIST_SUBDIR= festival + +MAINTAINER= trevor@jpj.net + +RUN_DEPENDS= festival:../festival \ + ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:../festlex-poslex \ + ${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:../festlex-oald + +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 + +do-install: + ${MKDIR} ${FHOME} + cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + +.include <bsd.port.mk> diff --git a/audio/festvox-don/distinfo b/audio/festvox-don/distinfo new file mode 100644 index 000000000000..c65ae31cf569 --- /dev/null +++ b/audio/festvox-don/distinfo @@ -0,0 +1 @@ +MD5 (festival/festvox_don.tar.gz) = 90442079e34a3a694077f8715d15fbdf diff --git a/audio/festvox-don/pkg-comment b/audio/festvox-don/pkg-comment new file mode 100644 index 000000000000..f21e630de6a7 --- /dev/null +++ b/audio/festvox-don/pkg-comment @@ -0,0 +1 @@ +British English male voice for the Festival speech synthesis system diff --git a/audio/festvox-don/pkg-descr b/audio/festvox-don/pkg-descr new file mode 100644 index 000000000000..02d8bcd37c4f --- /dev/null +++ b/audio/festvox-don/pkg-descr @@ -0,0 +1,13 @@ +note from the NetBSD maintainer: + +This voice uses a very small and efficient pulse-excited LPC diphone +synthesis method. It was originally written by Steve Isard. The +front end uses the same British English lexicon, intonation and +duration methods as rab_diphone. + +This voice can be activated via (voice_don_diphone). + +WWW: http://www.cstr.ed.ac.uk/projects/festival.html + +Trevor Johnson +trevor@jpj.net diff --git a/audio/festvox-don/pkg-plist b/audio/festvox-don/pkg-plist new file mode 100644 index 000000000000..aca72b5af53d --- /dev/null +++ b/audio/festvox-don/pkg-plist @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:34:09 proff Exp $ +share/festival/lib/voices/english/don_diphone/diphlocs.txt +share/festival/lib/voices/english/don_diphone/lpcdiphs.bin +share/festival/lib/voices/english/don_diphone/festvox/don_diphone.scm +share/festival/lib/voices/english/don_diphone/COPYING +@dirrm share/festival/lib/voices/english/don_diphone/festvox +@dirrm share/festival/lib/voices/english/don_diphone |