diff options
author | yuri <yuri@FreeBSD.org> | 2018-09-23 08:10:21 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-09-23 08:10:21 +0800 |
commit | e7d9744abaa225a89a89d2e5074f9d404baa5bd6 (patch) | |
tree | 90dd0d34101b8bf5ff327bbe338a16378f3fcf13 /audio | |
parent | ed33bda445c43a9d04dcdf664d31dc61255eddfa (diff) | |
download | freebsd-ports-gnome-e7d9744abaa225a89a89d2e5074f9d404baa5bd6.tar.gz freebsd-ports-gnome-e7d9744abaa225a89a89d2e5074f9d404baa5bd6.tar.zst freebsd-ports-gnome-e7d9744abaa225a89a89d2e5074f9d404baa5bd6.zip |
New port: audio/rhvoice-dictionary: Russian dictionary for RHVoice to improve the tone of speech
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/rhvoice-dictionary/Makefile | 31 | ||||
-rw-r--r-- | audio/rhvoice-dictionary/distinfo | 3 | ||||
-rw-r--r-- | audio/rhvoice-dictionary/pkg-descr | 5 |
4 files changed, 40 insertions, 0 deletions
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 <bsd.port.mk> 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 |