From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 11 13:25:12 2009 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48A0A106566C; Fri, 11 Sep 2009 13:25:12 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from mail-px0-f179.google.com (mail-px0-f179.google.com [209.85.216.179]) by mx1.freebsd.org (Postfix) with ESMTP id 0A8E28FC19; Fri, 11 Sep 2009 13:25:11 +0000 (UTC) Received: by pxi9 with SMTP id 9so930597pxi.14 for ; Fri, 11 Sep 2009 06:25:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type; bh=byEWcjXGNjBnl1JLjRWbShAWK0YJUwpeEN7nhG5I4js=; b=t1h98ujXYnGjMl/mBuFQRIjLHc5H0Sl9vLkS8kMPTQFIGj3cg69H3EHXZwJP0jjTna hGYwDuhGUObBKr3dvMLGFzIzAs3hISDLQ5Vz/cUnKJnDbolg8RTLWiASUmq179Fujbx8 MB6q3X6bhYDsBxCe+hg8lNntwmvv8RGN67ajA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; b=eHM1+2DHm7dEUf165trIEDGRgHSrM9G6nUnKPN7uV3usKkH64kKHea6N9e/4lVImJQ zPLU3eZ7MIh9ZDCo2tMcOTlOXXCkoY0qEfF6ShZjcU/9OlQ3/vco5KmbeY02Gu8lBRCy /r7kSt+N5FK8MDjZxnhhWln35rVgdgycrQ7Tg= Received: by 10.114.138.20 with SMTP id l20mr5430221wad.91.1252675511628; Fri, 11 Sep 2009 06:25:11 -0700 (PDT) Received: from ?192.168.123.70? (pool-72-95-209-199.pitbpa.east.verizon.net [72.95.209.199]) by mx.google.com with ESMTPS id 21sm2087626pxi.3.2009.09.11.06.25.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 11 Sep 2009 06:25:10 -0700 (PDT) Message-ID: <4AAA4FB2.6000000@gmail.com> Date: Fri, 11 Sep 2009 09:25:06 -0400 From: Richard E Neese User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090408 Eudora/3.0b2 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <200909062340.n86Ne1UH078141@freefall.freebsd.org> In-Reply-To: <200909062340.n86Ne1UH078141@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------040508090808080705030301" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: ports/138601: pocketsphinx port upgrade patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 13:25:12 -0000 This is a multi-part message in MIME format. --------------040508090808080705030301 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 9/6/2009 7:40 PM, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/138601'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=138601 > > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: pocketsphinx port upgrade patch >> Arrival-Date: Sun Sep 06 23:40:01 UTC 2009 >> > > --------------040508090808080705030301 Content-Type: text/plain; name="pocketsphinx-update.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pocketsphinx-update.diff" diff -ruN /usr/ports/audio/pocketsphinx/Makefile pocketsphinx/Makefile --- /usr/ports/audio/pocketsphinx/Makefile 2009-08-21 18:13:17.000000000 -0600 +++ pocketsphinx/Makefile 2009-09-06 16:46:43.000000000 -0600 @@ -2,18 +2,20 @@ # Date created: 3 Jan 2008 # Whom: Richard Neese # -# $FreeBSD: ports/audio/pocketsphinx/Makefile,v 1.4 2009/08/22 00:13:17 amdmi3 Exp $ +# $FreeBSD: ports/audio/pocketsphinx/Makefile,v 1.2 2008/07/25 09:08:39 pav Exp $ # PORTNAME= pocketsphinx -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.1 CATEGORIES= audio accessibility -MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= cmusphinx/pocketsphinx/0.5.1/ +#DISTNAME= ${PORTNAME}-${PORTVERSION}-latest MAINTAINER= r.neese@gmail.com COMMENT= Speech recognition system -LIB_DEPENDS= sphinxfe.0:${PORTSDIR}/audio/sphinxbase +LIB_DEPENDS= sphinxbase:${PORTSDIR}/audio/sphinxbase USE_LDCONFIG= yes USE_GMAKE= yes diff -ruN /usr/ports/audio/pocketsphinx/distinfo pocketsphinx/distinfo --- /usr/ports/audio/pocketsphinx/distinfo 2008-03-22 14:37:29.000000000 -0600 +++ pocketsphinx/distinfo 2009-09-06 16:33:43.000000000 -0600 @@ -1,3 +1,3 @@ -MD5 (pocketsphinx-0.4.1.tar.gz) = 1ac25a77c82c4b33cad3ca698357ad43 -SHA256 (pocketsphinx-0.4.1.tar.gz) = 4906abc5f1eaadb036d43de692d495387791fee72b63276f0bbca02d7ef1d0cb -SIZE (pocketsphinx-0.4.1.tar.gz) = 8931969 +MD5 (pocketsphinx-0.5.1.tar.gz) = 9016b6b601e4491cfcdf29dad91dc499 +SHA256 (pocketsphinx-0.5.1.tar.gz) = 8b67b64e1f3356e3ed4006e5a8d512b9aa5c7b6fa7feac6755c156769fea1a75 +SIZE (pocketsphinx-0.5.1.tar.gz) = 11470603 diff -ruN /usr/ports/audio/pocketsphinx/man-plist pocketsphinx/man-plist --- /usr/ports/audio/pocketsphinx/man-plist 1969-12-31 17:00:00.000000000 -0700 +++ pocketsphinx/man-plist 2009-09-06 16:50:42.000000000 -0600 @@ -0,0 +1,5 @@ + pocketsphinx_batch.1 \ + pocketsphinx_continuous.1 \ + pocketsphinx_mdef_convert.1 \ + pocketsphinx_tidigits.1 \ + pocketsphinx_wsj.1 \ diff -ruN /usr/ports/audio/pocketsphinx/pkg-plist pocketsphinx/pkg-plist --- /usr/ports/audio/pocketsphinx/pkg-plist 2008-03-22 14:37:29.000000000 -0600 +++ pocketsphinx/pkg-plist 2009-09-06 16:59:09.000000000 -0600 @@ -1,52 +1,22 @@ bin/pocketsphinx_batch bin/pocketsphinx_continuous bin/pocketsphinx_mdef_convert -bin/pocketsphinx_ptt -bin/pocketsphinx_swb bin/pocketsphinx_test bin/pocketsphinx_tidigits -include/pocketsphinx/basic_types.h -include/pocketsphinx/bin_mdef.h -include/pocketsphinx/blkarray_list.h -include/pocketsphinx/cache_lm.h +bin/pocketsphinx_wsj include/pocketsphinx/cmdln_macro.h -include/pocketsphinx/dict.h -include/pocketsphinx/fbs.h -include/pocketsphinx/fsg_history.h -include/pocketsphinx/fsg_lextree.h -include/pocketsphinx/fsg_psubtree.h -include/pocketsphinx/fsg_search.h -include/pocketsphinx/hmm.h -include/pocketsphinx/kb.h -include/pocketsphinx/kdtree.h -include/pocketsphinx/lm.h -include/pocketsphinx/lm_3g.h -include/pocketsphinx/lmclass.h -include/pocketsphinx/log.h -include/pocketsphinx/magic.h -include/pocketsphinx/mdef.h -include/pocketsphinx/phone.h -include/pocketsphinx/posixwin32.h -include/pocketsphinx/s2_semi_mgau.h -include/pocketsphinx/s2io.h -include/pocketsphinx/s2params.h -include/pocketsphinx/s2types.h -include/pocketsphinx/search.h -include/pocketsphinx/search_const.h -include/pocketsphinx/senscr.h -include/pocketsphinx/subvq_mgau.h -include/pocketsphinx/tmat.h -include/pocketsphinx/vector.h -include/pocketsphinx/word_fsg.h +include/pocketsphinx/fsg_set.h +include/pocketsphinx/pocketsphinx.h +include/pocketsphinx/pocketsphinx.pxd +include/pocketsphinx/pocketsphinx_export.h +include/pocketsphinx/ps_lattice.h lib/libpocketsphinx.a lib/libpocketsphinx.la lib/libpocketsphinx.so -lib/libpocketsphinx.so.0 +lib/libpocketsphinx.so.1 +lib/python2.6/site-packages/PocketSphinx-0.5.1-py2.6.egg-info +lib/python2.6/site-packages/pocketsphinx.so libdata/pkgconfig/pocketsphinx.pc -%%DATADIR%%/model/hmm/an4/mdef -%%DATADIR%%/model/hmm/an4/mixture_weights -%%DATADIR%%/model/hmm/an4/subvq -%%DATADIR%%/model/hmm/an4/transition_matrices %%DATADIR%%/model/hmm/tidigits/feat.params %%DATADIR%%/model/hmm/tidigits/mdef %%DATADIR%%/model/hmm/tidigits/means @@ -61,11 +31,7 @@ %%DATADIR%%/model/hmm/wsj1/sendump %%DATADIR%%/model/hmm/wsj1/transition_matrices %%DATADIR%%/model/hmm/wsj1/variances -%%DATADIR%%/model/lm/swb/swb.dic -%%DATADIR%%/model/lm/swb/swb.lm.DMP -%%DATADIR%%/model/lm/tidigits/an4.dic -%%DATADIR%%/model/lm/tidigits/an4.ug.lm -%%DATADIR%%/model/lm/tidigits/an4.ug.lm.DMP +%%DATADIR%%/model/lm/cmudict.0.6d %%DATADIR%%/model/lm/tidigits/test.digits.fsg %%DATADIR%%/model/lm/tidigits/tidigits.dic %%DATADIR%%/model/lm/tidigits/tidigits.lm @@ -82,14 +48,17 @@ %%DATADIR%%/model/lm/turtle/turtle.sent %%DATADIR%%/model/lm/turtle/turtle.token %%DATADIR%%/model/lm/turtle/turtle.vocab +%%DATADIR%%/model/lm/wsj/wlist5o.3e-7.vp.tg.lm.DMP +%%DATADIR%%/model/lm/wsj/wlist5o.dic +@dirrm %%DATADIR%%/model/lm/wsj @dirrm %%DATADIR%%/model/lm/turtle @dirrm %%DATADIR%%/model/lm/tidigits -@dirrm %%DATADIR%%/model/lm/swb @dirrm %%DATADIR%%/model/lm @dirrm %%DATADIR%%/model/hmm/wsj1 @dirrm %%DATADIR%%/model/hmm/tidigits -@dirrm %%DATADIR%%/model/hmm/an4 @dirrm %%DATADIR%%/model/hmm @dirrm %%DATADIR%%/model @dirrm %%DATADIR%% +@dirrm lib/gstreamer-0.10 @dirrm include/pocketsphinx +@exec mkdir -p %D/lib/gstreamer-0.10 --------------040508090808080705030301--