FreeBSD Bugzilla – Attachment 83897 Details for
Bug 119790
New port: accessibility/eflite A speech server for Festival Lite.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
eflite.port
eflite.port (text/plain), 4.11 KB, created by
David K. Gerry
on 2008-01-19 01:30:01 UTC
(
hide
)
Description:
eflite.port
Filename:
MIME Type:
Creator:
David K. Gerry
Created:
2008-01-19 01:30:01 UTC
Size:
4.11 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># eflite ># eflite/Makefile ># eflite/pkg-descr ># eflite/pkg-plist ># eflite/files ># eflite/files/es.conf.sample ># eflite/distinfo ># >echo c - eflite >mkdir -p eflite > /dev/null 2>&1 >echo x - eflite/Makefile >sed 's/^X//' >eflite/Makefile << 'END-of-eflite/Makefile' >X# Ports collection makefile for: eflite >X# Date created: Thu Jul 21 2005 >X# Whom: David K. Gerry >X# >X# $FreeBSD$ >X# >X >XPORTNAME= eflite >XPORTVERSION= 0.4.1 >XCATEGORIES= accessibility >XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >XMASTER_SITE_SUBDIR= ${PORTNAME} >X >XMAINTAINER= David.K.Gerry@GMail.com >XCOMMENT= Speech server for Festival Lite used by yasr and Emacspeak >X >XBUILD_DEPENDS= flite:${PORTSDIR}/audio/flite >XRUN_DEPENDS= flite:${PORTSDIR}/audio/flite >X >XGNU_CONFIGURE= yes >XUSE_GMAKE= yes >XALL_TARGET= eflite >X >XCONFIGURE_ARGS+= --with-audio=freebsd >X.if defined(FL_LANG) >XCONFIGURE_ARGS+= --with-lang=${FL_LANG} >X.endif >X.if defined(FL_LEX) >XCONFIGURE_ARGS+= --with-lex=${FL_LEX} >X.endif >X.if defined(FL_VOX) >XCONFIGURE_ARGS+= --with-vox=${FL_VOX} >X.else >XCONFIGURE_ARGS+= --with-vox=cmu_us_kal16 >X.endif >XDOCS= AUTHORS CREDITS ChangeLog INSTALL README >X >Xpre-fetch: >X.ifdef!(FL_LANG || FL_LEX || FL_VOX) >X @${ECHO_MSG} "===> You can set FL_LANG, FL_LEX and/or FL_VOX" >X @${ECHO_MSG} " to link the appropriate libflite_* libraries" >X @${ECHO_MSG} " (i.e. \"make FL_VOX=cmu_us_kal\".)" >X.endif >X >Xpost-patch: >X @${REINPLACE_CMD} -e 's|/etc/es\.conf|${PREFIX}/etc/es.conf|' ${WRKSRC}/es.c >X @${REINPLACE_CMD} -e 's|/etc/es\.conf|${PREFIX}/etc/es.conf|;s|sockname|socketfile|g' ${WRKSRC}/INSTALL >X >Xpre-install: >XPLIST_FILES+= bin/eflite >X.if !defined(NOPORTDOCS) >X.for doc in ${DOCS} >XPLIST_FILES+= %%PORTDOCS%%%%DOCSDIR%%/${doc} >X.endfor >XPLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% >X.endif >X >Xpost-install: >X.if !defined(NOPORTDOCS) >X @${MKDIR} ${DOCSDIR} >X.for doc in ${DOCS} >X ${INSTALL_MAN} ${WRKSRC}/${doc} ${DOCSDIR} >X.endfor >X.endif >X ${INSTALL_DATA} ${FILESDIR}/es.conf.sample ${PREFIX}/etc >X @if [ ! -f ${PREFIX}/etc/es.conf ]; then \ >X ${CP} -p ${PREFIX}/etc/es.conf.sample ${PREFIX}/etc/es.conf ; \ >X fi >X >X.include <bsd.port.mk> >END-of-eflite/Makefile >echo x - eflite/pkg-descr >sed 's/^X//' >eflite/pkg-descr << 'END-of-eflite/pkg-descr' >XEFlite is a speech server for Emacspeak and other screen readers that allows >Xthem to interface with Festival Lite, a free text-to-speech engine developed at >Xthe CMU Speech Center as an off-shoot of Festival. EFlite is still in beta, >Xbut I have been using it successfully with Yasr to get speech on my notebook >Xunder Linux without having to lug my Speak-out around. It uses Festival Lite's >Xcode to interface with the sound driver and, therefore, should work with some >Xversions of ALSA, but I have only tested it with the OSS sound drivers so far. >XMichael P. Gorse >Xmgorse@alum.wpi.edu >Xmgorse@users.sf.net >X >XWWW: http://eflite.sourceforge.net/ >X >XPorted by David K. Gerry <David.K.Gerry@GMail.com> >END-of-eflite/pkg-descr >echo x - eflite/pkg-plist >sed 's/^X//' >eflite/pkg-plist << 'END-of-eflite/pkg-plist' >X@unexec if cmp -s %D/etc/es.conf.sample %D/etc/es.conf; then rm -f %D/etc/es.conf; fi >Xetc/es.conf.sample >X@exec if [ ! -f %D/etc/es.conf ]; then cp -p %D/%F %B/es.conf; fi >END-of-eflite/pkg-plist >echo c - eflite/files >mkdir -p eflite/files > /dev/null 2>&1 >echo x - eflite/files/es.conf.sample >sed 's/^X//' >eflite/files/es.conf.sample << 'END-of-eflite/files/es.conf.sample' >Xsocketfile=/tmp/es.socket >Xpunct_some=@#$%^&_[]{}\| >Xpunct_all=!@#$%^&*()-=_+[]\|{};':",./<>? >Xspeech_volume=1000 >Xtone_volume=8192 >Xspeaker_tones=1 >Xsoundcard_tones=1 >END-of-eflite/files/es.conf.sample >echo x - eflite/distinfo >sed 's/^X//' >eflite/distinfo << 'END-of-eflite/distinfo' >XMD5 (eflite-0.4.1.tar.gz) = 9c1a25990426ae1c6519ee1a4528dc03 >XSHA256 (eflite-0.4.1.tar.gz) = 91ad85855e55a3fc3b97a1a525db5fd1d211d54342bbfc88d1026813104f1721 >XSIZE (eflite-0.4.1.tar.gz) = 63192 >END-of-eflite/distinfo >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 119790
: 83897