Bug 217811 - New port: audio/htsvoice-mmdagent-example HTS Voice "Mei" and "CMU ARCTIC SLT" for Open_JTalk and hts_engine-API
Summary: New port: audio/htsvoice-mmdagent-example HTS Voice "Mei" and "CMU ARCTIC SLT...
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-15 15:49 UTC by Hideki Gotoh
Modified: 2018-03-28 14:12 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hideki Gotoh 2017-03-15 15:49:35 UTC
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       htsvoice-mmdagent-example
#       htsvoice-mmdagent-example/Makefile
#       htsvoice-mmdagent-example/distinfo
#       htsvoice-mmdagent-example/pkg-descr
#       htsvoice-mmdagent-example/pkg-plist
#
echo c - htsvoice-mmdagent-example
mkdir -p htsvoice-mmdagent-example > /dev/null 2>&1
echo x - htsvoice-mmdagent-example/Makefile
sed 's/^X//' >htsvoice-mmdagent-example/Makefile << '0dcbc16925e4da3e0f1abd49812b6057'
X# $FreeBSD$
X
XPORTNAME=              htsvoice-mmdagent-example
XPORTVERSION=           1.7
XCATEGORIES=            audio
XMASTER_SITES=          SOURCEFORGE
XMASTER_SITE_SUBDIR=    mmdagent/MMDAgent_Example/MMDAgent_Example-${PORTVERSION}
XDISTNAME=              MMDAgent_Example-${PORTVERSION}
XEXTRACT_SUFX=          .zip
X
XMAINTAINER=            tomason510@gmail.com
X
XCOMMENT=               HTS Voice "Mei" and "CMU ARCTIC SLT" for Open-JTalk and HTS-engine
X
XLICENSE=               CC-BY-3.0
X
XNO_BUILD=              yes
X
Xdo-install:
X       ${MKDIR} ${STAGEDIR}${DOCSDIR}/slt
X       ${MKDIR} ${STAGEDIR}${DOCSDIR}/mei
X       ${MKDIR} ${STAGEDIR}${PREFIX}/share/htsvoice
X       ${INSTALL_MAN}  ${WRKSRC}/Voice/slt/COPYRIGHT.txt  ${STAGEDIR}${DOCSDIR}/slt
X       ${INSTALL_MAN}  ${WRKSRC}/Voice/mei/COPYRIGHT.txt  ${STAGEDIR}${DOCSDIR}/mei
X       ${INSTALL_MAN}  ${WRKSRC}/Voice/mei/README.txt     ${STAGEDIR}${DOCSDIR}/mei
X       ${INSTALL_DATA} ${WRKSRC}/Voice/slt/cmu_us_arctic_slt.htsvoice ${STAGEDIR}${PREFIX}/share/htsvoice/
X       ${INSTALL_DATA} ${WRKSRC}/Voice/mei/mei_angry.htsvoice         ${STAGEDIR}${PREFIX}/share/htsvoice/
X       ${INSTALL_DATA} ${WRKSRC}/Voice/mei/mei_bashful.htsvoice       ${STAGEDIR}${PREFIX}/share/htsvoice/
X       ${INSTALL_DATA} ${WRKSRC}/Voice/mei/mei_happy.htsvoice         ${STAGEDIR}${PREFIX}/share/htsvoice/
X       ${INSTALL_DATA} ${WRKSRC}/Voice/mei/mei_normal.htsvoice        ${STAGEDIR}${PREFIX}/share/htsvoice/
X       ${INSTALL_DATA} ${WRKSRC}/Voice/mei/mei_sad.htsvoice           ${STAGEDIR}${PREFIX}/share/htsvoice/
X
X.include <bsd.port.mk>
0dcbc16925e4da3e0f1abd49812b6057
echo x - htsvoice-mmdagent-example/distinfo
sed 's/^X//' >htsvoice-mmdagent-example/distinfo << 'bc83eb9b558d3ada0ebb5ab3b6264c94'
XTIMESTAMP = 1489584756
XSHA256 (MMDAgent_Example-1.7.zip) = 5b560e8c23c5acaf67688e6e25788db2c0bb230aff0635b7c75a82a87c7f6dba
XSIZE (MMDAgent_Example-1.7.zip) = 12650627
bc83eb9b558d3ada0ebb5ab3b6264c94
echo x - htsvoice-mmdagent-example/pkg-descr
sed 's/^X//' >htsvoice-mmdagent-example/pkg-descr << '142e8c6492deba8517fc212ee6a974d5'
XHTS voice "mei" and "slt" is released as a part of MMDAgent.
X
XWWW: http://www.mmdagent.jp/
XWWW: http://www.festvox.org/cmu_arctic/
X
Xtomason510@gmail.com
142e8c6492deba8517fc212ee6a974d5
echo x - htsvoice-mmdagent-example/pkg-plist
sed 's/^X//' >htsvoice-mmdagent-example/pkg-plist << '3a629721824135abf13858d409a018d1'
X%%DOCSDIR%%/slt/COPYRIGHT.txt
X%%DOCSDIR%%/mei/COPYRIGHT.txt
X%%DOCSDIR%%/mei/README.txt
Xshare/htsvoice/cmu_us_arctic_slt.htsvoice
Xshare/htsvoice/mei_angry.htsvoice
Xshare/htsvoice/mei_bashful.htsvoice
Xshare/htsvoice/mei_happy.htsvoice
Xshare/htsvoice/mei_normal.htsvoice
Xshare/htsvoice/mei_sad.htsvoice
X@dir %%DOCSDIR%%/slt
X@dir %%DOCSDIR%%/mei
X@dir %%DOCSDIR%%
X@dir share/licenses/htsvoice-mmdagent-example-1.7
3a629721824135abf13858d409a018d1
exit
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2018-03-14 08:26:36 UTC
Thanks for your submission.

Please confirm that this passes portlint and attach the shar to this bug
instead of posting it inline as that makes it easier to process.