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$
|
|
|
|
|
2000-09-20 11:09:57 +02:00
|
|
|
PORTNAME= festvox-don
|
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
|
|
|
PORTVERSION= 1.4.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2003-10-04 03:34:47 +02:00
|
|
|
CATEGORIES= audio accessibility
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= FESTIVAL/1.4.1
|
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
|
|
|
DISTNAME= festvox_don
|
|
|
|
DIST_SUBDIR= festival
|
|
|
|
|
2006-02-11 22:03:14 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-01 15:34:33 +01:00
|
|
|
COMMENT= British English male voice for Festival speech synthesis system
|
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
|
|
|
|
2003-11-17 22:22:49 +01:00
|
|
|
RUN_DEPENDS= \
|
2016-04-01 15:29:15 +02:00
|
|
|
${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:audio/festlex-poslex \
|
|
|
|
${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:audio/festlex-oald
|
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
|
|
|
|
|
|
|
|
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:
|
2014-04-06 19:26:19 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${FHOME}
|
|
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|