2013-01-27 05:55:20 +00: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 08:39:50 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= festvox-el11
|
|
|
|
PORTVERSION= 1.4.0
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 2
|
2006-12-29 19:28:28 +00:00
|
|
|
CATEGORIES= audio accessibility spanish
|
2002-05-23 04:35:39 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_FESTIVAL}
|
2009-01-31 23:03:25 +00:00
|
|
|
MASTER_SITE_SUBDIR= 1.95
|
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 08:39:50 +00:00
|
|
|
DISTNAME= festvox_ellpc11k
|
|
|
|
DIST_SUBDIR= festival
|
|
|
|
|
2006-02-11 21:03:14 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-01 14:34:33 +00:00
|
|
|
COMMENT= Castilian Spanish 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 08:39:50 +00:00
|
|
|
|
2003-11-17 21:12:47 +00:00
|
|
|
RUN_DEPENDS= festival:${PORTSDIR}/audio/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 08:39:50 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/festival
|
|
|
|
|
|
|
|
CONFLICTS= festvox-rab8
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
FHOME= ${PREFIX}/share/festival
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@ ${CHMOD} -R a+r ${WRKSRC}
|
2003-11-13 11:38:29 +00: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 08:39:50 +00:00
|
|
|
|
|
|
|
do-install:
|
2014-04-06 17:27:55 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${FHOME}
|
|
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME}
|
|
|
|
${RM} -f ${STAGEDIR}${PREFIX}/share/festival/lib/voices/spanish/el_diphone/COPYING
|
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 08:39:50 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|