2013-01-27 06:55:20 +01:00
# Created by: trevor
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
# $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
2013-11-29 08:37:52 +01:00
MAINTAINER = ports@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
2016-04-01 15:29:15 +02:00
RUN_DEPENDS = festival:audio/festival \
${ LOCALBASE } /share/festival/lib/dicts/wsj.wp39.poslexR: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
2013-12-12 23:09:42 +01:00
RESTRICTED = No commercial use
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
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 >
2013-08-29 14:56:54 +02:00
. 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 } )
2009-04-08 03:28:05 +02:00
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
do-install :
2014-07-03 15:15:43 +02:00
${ MKDIR } ${ STAGEDIR } ${ FHOME }
cd ${ WRKSRC } && ${ CP } -pPR * ${ STAGEDIR } ${ FHOME }
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
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 >