svn commit: r315807 - head/audio/sphinx3

Bryan Drewery bdrewery at FreeBSD.org
Mon Apr 15 19:28:46 UTC 2013


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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list