- This port will add real people text to speech functionality
to stardict2. - Contribution also to ports/74660 statue <statue AT freebsd dot netlab dot cse dot yzu dot edu dot tw> PR: 74714 Submitted by: delphij
This commit is contained in:
parent
472676e60d
commit
e12cd84d2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130509
5 changed files with 21117 additions and 0 deletions
|
@ -630,6 +630,7 @@
|
|||
SUBDIR += stardict2
|
||||
SUBDIR += stardict2-dictd_mova
|
||||
SUBDIR += stardict2-quick
|
||||
SUBDIR += stardict2-rptts
|
||||
SUBDIR += sv-aspell
|
||||
SUBDIR += sw-aspell
|
||||
SUBDIR += syck
|
||||
|
|
25
textproc/stardict2-rptts/Makefile
Normal file
25
textproc/stardict2-rptts/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Ports collection makefile for: stardict2-rptts
|
||||
# Date created: 27 Nov 2004
|
||||
# Whom: Shen Chun-Hsing <statue@freebsd.netlab.cse.yzu.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= stardict2-rptts
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= stardict
|
||||
DISTNAME= WyabdcRealPeopleTTS
|
||||
DIST_SUBDIR= stardict
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Real People TTS for StarDict
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_BZIP2= yes
|
||||
|
||||
do-install:
|
||||
${TAR} jxvf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${PREFIX}/share
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/stardict2-rptts/distinfo
Normal file
2
textproc/stardict2-rptts/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (stardict/WyabdcRealPeopleTTS.tar.bz2) = 374562042e7902c39b33365958a4c4ed
|
||||
SIZE (stardict/WyabdcRealPeopleTTS.tar.bz2) = 84329208
|
3
textproc/stardict2-rptts/pkg-descr
Normal file
3
textproc/stardict2-rptts/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Real People TTS for StarDict.
|
||||
|
||||
WWW: http://stardict.sourceforge.net/
|
21086
textproc/stardict2-rptts/pkg-plist
Normal file
21086
textproc/stardict2-rptts/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue