From owner-svn-ports-head@freebsd.org Sun Sep 23 00:10:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE11B10A7EF7; Sun, 23 Sep 2018 00:10:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F5E788AA0; Sun, 23 Sep 2018 00:10:22 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A42022F44; Sun, 23 Sep 2018 00:10:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8N0AMW3039928; Sun, 23 Sep 2018 00:10:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8N0ALk2039925; Sun, 23 Sep 2018 00:10:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809230010.w8N0ALk2039925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 23 Sep 2018 00:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480439 - in head/audio: . rhvoice-dictionary X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . rhvoice-dictionary X-SVN-Commit-Revision: 480439 X-SVN-Commit-Repository: ports 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.27 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: Sun, 23 Sep 2018 00:10:22 -0000 Author: yuri Date: Sun Sep 23 00:10:21 2018 New Revision: 480439 URL: https://svnweb.freebsd.org/changeset/ports/480439 Log: New port: audio/rhvoice-dictionary: Russian dictionary for RHVoice to improve the tone of speech Added: head/audio/rhvoice-dictionary/ head/audio/rhvoice-dictionary/Makefile (contents, props changed) head/audio/rhvoice-dictionary/distinfo (contents, props changed) head/audio/rhvoice-dictionary/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Sep 22 23:32:20 2018 (r480438) +++ head/audio/Makefile Sun Sep 23 00:10:21 2018 (r480439) @@ -724,6 +724,7 @@ SUBDIR += rexima SUBDIR += rezound SUBDIR += rhvoice + SUBDIR += rhvoice-dictionary SUBDIR += rhythmbox SUBDIR += rio500 SUBDIR += rioutil Added: head/audio/rhvoice-dictionary/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rhvoice-dictionary/Makefile Sun Sep 23 00:10:21 2018 (r480439) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= RHVoice-dictionary +DISTVERSION= g20180922 +CATEGORIES= audio + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Russian dictionary for RHVoice to improve the tone of speech + +RUN_DEPENDS= RHVoice>0:audio/rhvoice + +USE_GITHUB= yes +GH_ACCOUNT= vantu5z +GH_TAGNAME= d89bbe5 + +NO_BUILD= yes +NO_ARCH= yes + +ETCDIR= ${PREFIX}/etc/RHVoice + +FILES= phrase_dict.txt locations_dict.txt names_dict.txt person_names_dict.txt abbr_dict.txt yo_dict.txt +ETC_SUBDIR= dicts/Russian +PLIST_FILES= ${FILES:S|^|${ETCDIR}/${ETC_SUBDIR}/|} + +do-install: + @${MKDIR} ${STAGEDIR}${ETCDIR}/${ETC_SUBDIR} +.for f in ${FILES} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${ETCDIR}/${ETC_SUBDIR} +.endfor + +.include Added: head/audio/rhvoice-dictionary/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rhvoice-dictionary/distinfo Sun Sep 23 00:10:21 2018 (r480439) @@ -0,0 +1,3 @@ +TIMESTAMP = 1537658202 +SHA256 (vantu5z-RHVoice-dictionary-g20180922-d89bbe5_GH0.tar.gz) = b274c51538d8a0914c381eac4225a8708e2de163e1c237f288b13418d4e266af +SIZE (vantu5z-RHVoice-dictionary-g20180922-d89bbe5_GH0.tar.gz) = 93749 Added: head/audio/rhvoice-dictionary/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rhvoice-dictionary/pkg-descr Sun Sep 23 00:10:21 2018 (r480439) @@ -0,0 +1,5 @@ +RHVoice dictionary for the Russian language imroves pronunciation by giving +synthesizer hints about the tone that the word should have in a particular +context. + +WWW: https://github.com/vantu5z/RHVoice-dictionary