From owner-svn-ports-head@freebsd.org Thu Aug 4 07:31:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80602BAEB9A; Thu, 4 Aug 2016 07:31:27 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 393341169; Thu, 4 Aug 2016 07:31:27 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u747VQjY003893; Thu, 4 Aug 2016 07:31:26 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u747VQYU003888; Thu, 4 Aug 2016 07:31:26 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201608040731.u747VQYU003888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 4 Aug 2016 07:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419599 - in head/audio: . py-speechrecognition X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 07:31:27 -0000 Author: kevlo Date: Thu Aug 4 07:31:25 2016 New Revision: 419599 URL: https://svnweb.freebsd.org/changeset/ports/419599 Log: Import SpeechRecognition 3.4.6 SpeechRecognition is a Python library for performing speech recognition, with support for several engines and APIs, online and offline. Added: head/audio/py-speechrecognition/ head/audio/py-speechrecognition/Makefile (contents, props changed) head/audio/py-speechrecognition/distinfo (contents, props changed) head/audio/py-speechrecognition/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Aug 4 07:24:01 2016 (r419598) +++ head/audio/Makefile Thu Aug 4 07:31:25 2016 (r419599) @@ -634,6 +634,7 @@ SUBDIR += py-pyliblo SUBDIR += py-shout SUBDIR += py-soundcloud + SUBDIR += py-speechrecognition SUBDIR += py-speex SUBDIR += py-tagpy SUBDIR += py-vorbis Added: head/audio/py-speechrecognition/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-speechrecognition/Makefile Thu Aug 4 07:31:25 2016 (r419599) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= speechrecognition +PORTVERSION= 3.4.6 +CATEGORIES= audio python +MASTER_SITES= CHEESESHOP +DISTNAME= ${PORTNAME:S/s/S/:S/r/R/}-${PORTVERSION} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kevlo@FreeBSD.org +COMMENT= Python Library for performing speech recognition + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= flac:audio/flac \ + ${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include Added: head/audio/py-speechrecognition/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-speechrecognition/distinfo Thu Aug 4 07:31:25 2016 (r419599) @@ -0,0 +1,3 @@ +TIMESTAMP = 1470209990 +SHA256 (SpeechRecognition-3.4.6.tar.gz) = 393eab35f102e6406dcacd54ff06473c2c86371cd566f8b314cf79df2d89ac31 +SIZE (SpeechRecognition-3.4.6.tar.gz) = 31521362 Added: head/audio/py-speechrecognition/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-speechrecognition/pkg-descr Thu Aug 4 07:31:25 2016 (r419599) @@ -0,0 +1,4 @@ +SpeechRecognition is a Python library for performing speech recognition, +with support for several engines and APIs, online and offline. + +WWW: https://github.com/Uberi/speech_recognition/