From 9ea06e30c61eb7fec88cbbb7b454cca3fe9d20e5 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 23 Sep 2018 00:10:21 +0000 Subject: [PATCH] New port: audio/rhvoice-dictionary: Russian dictionary for RHVoice to improve the tone of speech --- audio/Makefile | 1 + audio/rhvoice-dictionary/Makefile | 31 ++++++++++++++++++++++++++++++ audio/rhvoice-dictionary/distinfo | 3 +++ audio/rhvoice-dictionary/pkg-descr | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 audio/rhvoice-dictionary/Makefile create mode 100644 audio/rhvoice-dictionary/distinfo create mode 100644 audio/rhvoice-dictionary/pkg-descr diff --git a/audio/Makefile b/audio/Makefile index fa701556ff66..6e15a00db1c1 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -724,6 +724,7 @@ SUBDIR += rexima SUBDIR += rezound SUBDIR += rhvoice + SUBDIR += rhvoice-dictionary SUBDIR += rhythmbox SUBDIR += rio500 SUBDIR += rioutil diff --git a/audio/rhvoice-dictionary/Makefile b/audio/rhvoice-dictionary/Makefile new file mode 100644 index 000000000000..c5d000e6dcc4 --- /dev/null +++ b/audio/rhvoice-dictionary/Makefile @@ -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 diff --git a/audio/rhvoice-dictionary/distinfo b/audio/rhvoice-dictionary/distinfo new file mode 100644 index 000000000000..3e9c3f8b886e --- /dev/null +++ b/audio/rhvoice-dictionary/distinfo @@ -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 diff --git a/audio/rhvoice-dictionary/pkg-descr b/audio/rhvoice-dictionary/pkg-descr new file mode 100644 index 000000000000..263d7936d5a1 --- /dev/null +++ b/audio/rhvoice-dictionary/pkg-descr @@ -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