Date: Sun, 23 Sep 2018 00:10:21 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480439 - in head/audio: . rhvoice-dictionary Message-ID: <201809230010.w8N0ALk2039925@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809230010.w8N0ALk2039925>