Index: head/audio/sphinx/Makefile =================================================================== --- head/audio/sphinx/Makefile (revision 385163) +++ head/audio/sphinx/Makefile (revision 385164) @@ -1,41 +1,40 @@ # Created by: trevor # $FreeBSD$ PORTNAME= sphinx PORTVERSION= 2.0.4 PORTREVISION= 3 CATEGORIES= audio accessibility MASTER_SITES= SF/cmu${PORTNAME}/${PORTNAME}2/0.4 DISTNAME= sphinx2-0.4 MAINTAINER= ports@FreeBSD.org COMMENT= Speech recognition system -BROKEN= Unfetchable GNU_CONFIGURE= yes USE_LDCONFIG= yes PKGMESSAGE= ${WRKDIR}/pkg-message USES= gmake libtool shebangfix SHEBANG_FILES= scripts/sphinx2-demo.in perl_OLD_CMD= @PERL@ -w # contains i386 sound code ONLY_FOR_ARCHS= i386 post-patch: @${REINPLACE_CMD} -e 's:::g' \ ${WRKSRC}/src/libsphinx2/CM_funcs.c \ ${WRKSRC}/src/libsphinx2/hash.c \ ${WRKSRC}/src/libsphinx2/list.c \ ${WRKSRC}/src/libsphinx2/salloc.c post-build: ${ECHO_CMD} "*** WARNING ***" > ${PKGMESSAGE} ${ECHO_CMD} "The sphinx 2 port/package has not had" >> ${PKGMESSAGE} ${ECHO_CMD} "proper testing or source review by the" >> ${PKGMESSAGE} ${ECHO_CMD} "FreeBSD maintainer." >> ${PKGMESSAGE} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsphinx2*.so .include Index: head/audio/sphinx/pkg-descr =================================================================== --- head/audio/sphinx/pkg-descr (revision 385163) +++ head/audio/sphinx/pkg-descr (revision 385164) @@ -1,14 +1,14 @@ Sphinx 2 is a large-vocabulary, speaker-independent, continuous speech recognition engine. 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. Once the system is built, try running the Perl script sphinx2-demo. The sphinx2-test script should run sphinx2-batch over an example utterance of "go forward ten meters." -WWW: http://www.speech.cs.cmu.edu/sphinx/ +WWW: http://cmusphinx.sourceforge.net/ Trevor Johnson