diff --git a/audio/pocketsphinx/Makefile b/audio/pocketsphinx/Makefile index 2fdb9a041334..8f8f4427fe58 100644 --- a/audio/pocketsphinx/Makefile +++ b/audio/pocketsphinx/Makefile @@ -1,35 +1,37 @@ # Created by: Richard Neese # $FreeBSD$ PORTNAME= pocketsphinx PORTVERSION= 0.8 PORTREVISION= 1 CATEGORIES= audio accessibility MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Speech recognition system +LICENSE= BSD2CLAUSE + LIB_DEPENDS= libsphinxad.so:audio/sphinxbase USES= gmake pathfix pkgconfig libtool GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-python CONFIGURE_ENV+= HAVE_DOXYGEN=no USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= MKDIR="${MKDIR}" \ OSVERSION=${OSVERSION} post-patch: @${REINPLACE_CMD} -E -e 's|^([[:space:]]+programs )\\$$|\1|;' \ -e '/[[:space:]]+gst-plugin$$/D;' \ ${WRKSRC}/src/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpocketsphinx.so .include diff --git a/audio/pocketsphinx/pkg-descr b/audio/pocketsphinx/pkg-descr index 0e1a71598178..bfd15a5ed458 100644 --- a/audio/pocketsphinx/pkg-descr +++ b/audio/pocketsphinx/pkg-descr @@ -1,12 +1,19 @@ -Pocket Sphinx is a frontend to the sphinxbase large-vocabulary, -speaker-independent, continuous speech recognition engine. +CMUSphinx collects over 20 years of the CMU research. All +advantages are hard to list, but just to name a few: -This is an early release of a research system. The APIs and function -names are likely to change, and several tools still need to be made -available to make this all complete. + + State of art speech recognition algorithms for efficient + speech recognition. CMUSphinx tools are designed specifically + for low-resource platforms + + Flexible design + + Focus on practical application development and not on research + + Support for several languages like US English, UK English, French, + Mandarin, German, Dutch, Russian and ability to build a models for + others + + BSD-like license which allows commercial distribution + + Commercial support + + Active development and release schedule + + Active community (more than 400 users on Linkedin CMUSphinx group) + + Wide range of tools for many speech-recognition related purposes + (keyword spotting, alignment, pronuncation evaluation) -Once the system is built, try running the Perl script sphinx2-demo. -The pocketsphinx-test script should run pocketsphinx-batch over an example -utterance of "go forward ten meters." - -WWW: http://www.speech.cs.cmu.edu/sphinx/ +WWW: http://cmusphinx.sourceforge.net/