Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 10:39:50 +02:00
# New ports collection makefile for: festlex-ogi
# Date created: 2000-06-19
2003-11-13 11:11:35 +01:00
# Whom: Trevor Johnson
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 10:39:50 +02:00
# based on the NetBSD port
#
# $NetBSD: Makefile,v 1.8 2000/02/15 09:26:12 agc Exp $
# $FreeBSD$
#
PORTNAME = festlex-ogi
2007-01-05 15:47:23 +01:00
PORTVERSION = 2.2
2009-04-08 03:28:05 +02:00
PORTREVISION = 2
2003-10-04 03:34:47 +02:00
CATEGORIES = audio accessibility
2009-04-08 03:28:05 +02:00
MASTER_SITES = # ${MASTER_SITE_FESTIVAL_OGI}
2007-01-05 15:47:23 +01:00
DISTNAME = OGIlexicon-2.2
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 10:39:50 +02:00
2007-06-29 18:29:19 +02:00
MAINTAINER = araujo@FreeBSD.org
2003-03-01 15:34:33 +01:00
COMMENT = Composite pronunciation dictionary from ogi.edu for Festival
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 10:39:50 +02:00
2007-01-05 15:47:23 +01:00
RUN_DEPENDS = festival:${ PORTSDIR } /audio/festival \
${ LOCALBASE } /share/festival/lib/dicts/wsj.wp39.poslexR:${ PORTSDIR } /audio/festlex-poslex
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 10:39:50 +02:00
RESTRICTED = no-commercial-use
WRKSRC = ${ WRKDIR } /festival
NO_BUILD = yes
FHOME = ${ PREFIX } /share/festival
2009-04-08 03:28:05 +02:00
. i n c l u d e < b s d . p o r t . p r e . m k >
. i f ! e x i s t s ( $ { D I S T D I R } / $ { D I S T N A M E } $ { E X T R A C T _ S U F X } ) & & ! d e f i n e d ( P A C K A G E _ B U I L D I N G )
IGNORE = distfile can only be fetched if you accept the license. Go to https://www.cslu.ogi.edu/tts/download/data/OGIlexicon-2.2.tar.gz and put ${ DISTFILE } into ${ DISTDIR }
. e n d i f
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 10:39:50 +02:00
post-extract :
@ ${ CHMOD } -R a+r ${ WRKSRC }
2003-11-13 12:38:29 +01:00
@ ${ FIND } ${ WRKSRC } -type d -print0 | ${ XARGS } -0 ${ CHMOD } 755
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
2000-09-16 10:39:50 +02:00
do-install :
${ MKDIR } ${ FHOME }
cd ${ WRKSRC } && ${ CP } -pPR * ${ FHOME }
2009-04-08 03:28:05 +02:00
. i n c l u d e < b s d . p o r t . p o s t . m k >