aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/eflite
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.mat2016-07-271-1/+1
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert to @samplebapt2014-09-031-3/+1
|
* Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.adamw2014-07-161-0/+2
|
* accessibility/eflite: Unbreak by completing stage supportmarino2014-01-141-3/+13
| | | | | This port was failing the package target because the main program was not staged after NO_STAGE definition was removed.
* In preparation for making libtool generate libraries with a sane name, fix ↵bapt2013-12-111-11/+3
| | | | | | all LIB_DEPENDS in accessibility With hat: portmgr
* Add no stage all over the place in accessibility in preparation for the ↵bapt2013-09-201-0/+1
| | | | staging area support
* Finish converting accessibility from USE_GMAKE to USES=gmakebapt2013-08-301-6/+2
| | | | | | While here: - trim some headers - convert from USE_GNOME=pkgconfig to USES=pkgconfig
* - remove maintainer tags from pkg-descreadler2011-10-231-2/+0
| | | | | Approved by: portmgr Approved by: bapt (mentor)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+1
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Add patch to fix build.jlaffaye2011-06-102-2/+11
| | | | | | PR: ports/157564 Submitted by: David K. Gerry <David.K.Gerry@GMail.com> Approved by: bapt (mentor)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* - Mark BROKEN: does not linkpav2011-01-071-0/+2
| | | | Reported by: pointyhat
* Fix build with custom LOCALBASEitetcu2009-06-171-0/+2
| | | | | | | Submitted by: Sahil Tandon Reported by: QATty Approved by: portmgr (itetcu@) No cookie for: maintainer
* EFlite is a speech server for Emacspeak and other screen readers that allowsalepulver2008-02-175-0/+89
them to interface with Festival Lite, a free text-to-speech engine developed at the CMU Speech Center as an off-shoot of Festival. EFlite is still in beta, but I have been using it successfully with Yasr to get speech on my notebook under Linux without having to lug my Speak-out around. It uses Festival Lite's code to interface with the sound driver and, therefore, should work with some versions of ALSA, but I have only tested it with the OSS sound drivers so far. Michael P. Gorse mgorse@alum.wpi.edu mgorse@users.sf.net WWW: http://eflite.sourceforge.net/ Ported by David K. Gerry <David.K.Gerry@GMail.com> PR: ports/119790 Submitted by: David K. Gerry