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: festvox-rab16
|
|
|
|
# Date created: 2000-06-12
|
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 1999/12/28 04:20:01 wiz Exp $
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= festvox-rab16
|
|
|
|
PORTVERSION= 1.4.1
|
2003-10-04 03:34:47 +02:00
|
|
|
CATEGORIES= audio accessibility
|
2002-05-23 06:35:39 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_FESTIVAL}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
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_rablpc16k
|
|
|
|
DIST_SUBDIR= festival
|
|
|
|
|
2000-10-02 07:39:35 +02:00
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
2003-03-01 15:34:33 +01:00
|
|
|
COMMENT= 16 kHz British English male voice 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
|
|
|
|
2003-11-17 22:22:49 +01:00
|
|
|
RUN_DEPENDS= \
|
2003-11-24 18:27:12 +01:00
|
|
|
${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex \
|
|
|
|
${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:${PORTSDIR}/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
|
|
|
|
|
|
|
|
CONFLICTS= festvox-rab8
|
|
|
|
|
|
|
|
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:
|
|
|
|
${MKDIR} ${FHOME}
|
|
|
|
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|