From owner-svn-ports-all@FreeBSD.ORG Mon Apr 15 19:28:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0E585AD8; Mon, 15 Apr 2013 19:28:46 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E387F15F2; Mon, 15 Apr 2013 19:28:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3FJSjur041444; Mon, 15 Apr 2013 19:28:45 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3FJSjfo041438; Mon, 15 Apr 2013 19:28:45 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201304151928.r3FJSjfo041438@svn.freebsd.org> From: Bryan Drewery Date: Mon, 15 Apr 2013 19:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315807 - head/audio/sphinx3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 19:28:46 -0000 Author: bdrewery Date: Mon Apr 15 19:28:45 2013 New Revision: 315807 URL: http://svnweb.freebsd.org/changeset/ports/315807 Log: - Fix plist - Convert tab to space in pkg-descr - Convert to USES=pathfix Pointyhat to: eadler Approved by: portmgr (implicit) Modified: head/audio/sphinx3/Makefile head/audio/sphinx3/pkg-descr head/audio/sphinx3/pkg-plist Modified: head/audio/sphinx3/Makefile ============================================================================== --- head/audio/sphinx3/Makefile Mon Apr 15 18:55:01 2013 (r315806) +++ head/audio/sphinx3/Makefile Mon Apr 15 19:28:45 2013 (r315807) @@ -3,6 +3,7 @@ PORTNAME= sphinx3 PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= audio accessibility MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} @@ -16,6 +17,7 @@ USE_GMAKE= yes USE_AUTOTOOLS=libtool USE_CSTD= gnu99 MAKE_JOBS_UNSAFE= yes +USES= pathfix CFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase CXXFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase @@ -24,7 +26,4 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= MKDIR="${MKDIR}" \ OSVERSION=${OSVERSION} -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in - .include Modified: head/audio/sphinx3/pkg-descr ============================================================================== --- head/audio/sphinx3/pkg-descr Mon Apr 15 18:55:01 2013 (r315806) +++ head/audio/sphinx3/pkg-descr Mon Apr 15 19:28:45 2013 (r315807) @@ -5,4 +5,4 @@ Once the system is built, try running th 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/ +WWW: http://www.speech.cs.cmu.edu/sphinx/ Modified: head/audio/sphinx3/pkg-plist ============================================================================== --- head/audio/sphinx3/pkg-plist Mon Apr 15 18:55:01 2013 (r315806) +++ head/audio/sphinx3/pkg-plist Mon Apr 15 19:28:45 2013 (r315807) @@ -40,7 +40,6 @@ include/sphinx3/fsg_search.h include/sphinx3/gmm_wrap.h include/sphinx3/gs.h include/sphinx3/hmm.h -include/sphinx3/hyp.h include/sphinx3/interp.h include/sphinx3/kb.h include/sphinx3/kbcore.h @@ -65,6 +64,7 @@ include/sphinx3/s3_endpointer.h include/sphinx3/s3types.h include/sphinx3/search.h include/sphinx3/sort.h +include/sphinx3/sphinx3_export.h include/sphinx3/srch.h include/sphinx3/srch_allphone.h include/sphinx3/srch_debug.h @@ -126,14 +126,15 @@ libdata/pkgconfig/sphinx3.pc %%DATADIR%%/model/ep/means %%DATADIR%%/model/ep/mixture_weights %%DATADIR%%/model/ep/variances -%%DATADIR%%/model/hmm/RM1_cd_semi/RM1.1000.mdef %%DATADIR%%/model/hmm/RM1_cd_semi/feat.params %%DATADIR%%/model/hmm/RM1_cd_semi/kdtrees %%DATADIR%%/model/hmm/RM1_cd_semi/means +%%DATADIR%%/model/hmm/RM1_cd_semi/mdef %%DATADIR%%/model/hmm/RM1_cd_semi/mixture_weights %%DATADIR%%/model/hmm/RM1_cd_semi/transition_matrices %%DATADIR%%/model/hmm/RM1_cd_semi/variances %%DATADIR%%/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/8gau.6000sen.quant +%%DATADIR%%/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/feat.params %%DATADIR%%/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/mdef %%DATADIR%%/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/means %%DATADIR%%/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/mixture_weights