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-hvs
|
|
|
|
# Date created: 2000-06-20
|
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.10 2000/02/15 09:26:14 agc Exp $
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= festvox-hvs
|
2007-01-10 10:15:10 +01:00
|
|
|
PORTVERSION= 2.1
|
2006-12-29 20:28:28 +01:00
|
|
|
CATEGORIES= audio accessibility spanish
|
2002-05-23 06:35:39 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
|
2007-01-10 10:15:10 +01:00
|
|
|
DISTNAME= voice_hvs_di-2.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
|
|
|
DIST_SUBDIR= festival
|
|
|
|
|
2007-06-29 18:29:19 +02:00
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
2003-03-01 15:34:33 +01:00
|
|
|
COMMENT= Mexican Spanish female 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
|
|
|
|
|
|
|
RESTRICTED= no-commercial-use
|
|
|
|
|
2007-01-10 10:15:10 +01:00
|
|
|
RUN_DEPENDS= ${PORTSDIR}/audio/festival+OGI \
|
|
|
|
${PORTSDIR}/audio/festlex-poslex \
|
|
|
|
${PORTSDIR}/audio/festlex-ogi \
|
|
|
|
${PORTSDIR}/audio/festogi-spanish
|
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
|
|
|
|
@ ${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -fr
|
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>
|