aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sphinx3
Commit message (Collapse)AuthorAgeFilesLines
* - Update sphinx3 and sphinxbase to 0.8.eadler2012-12-153-6/+18
| | | | | | - Add a patch to make sphinx3 compile. I can not figure out what compiler they used when releasing this. Upstream will be contacted. - Pet portlint
* Current maintainer is away from FreeBSD work ATM, so return these to thelinimon2012-12-081-6/+2
| | | | | | pool for now. Feature safe: yes
* - Chase sphinxbase update but mark it BROKEN too as it does not compilebeat2012-09-261-1/+3
| | | | | | with updated sphinxbase. Reported by: pointyhat
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - 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
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with A
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-2/+1
| | | | MAKE_ENV
* Sphinx 3 is a frontend to the sphinxbase, a large-vocabulary,pav2008-03-234-0/+257
speaker-independent, continuous speech recognition engine. Once the system is built, try running the Perl script sphinx3-demo. The sphinx3-test script should run sphinx3-batch over an example utterance of "go forward ten meters." WWW: http://www.speech.cs.cmu.edu/sphinx/ PR: ports/121612 Submitted by: Richard Neese <r.neese@gmail.com>