Ticket #29074: Portfile

File Portfile, 1017 bytes (added by humem (humem), 13 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                hts_engine_API
7version             1.04
8categories          audio
9platforms           darwin
10maintainers         nomaintainer
11license             BSD
12
13description         HMM-Based Speech Synthesis Engine
14
15long_description    The hts_engine is software to synthesize speech waveform \
16                    from HMMs trained by the HMM-based speech synthesis system (HTS).
17
18homepage            http://hts-engine.sourceforge.net/ \
19                    http://hts.sp.nitech.ac.jp/
20master_sites        sourceforge:hts-engine
21
22checksums           sha1    48eb5567416b8f35bb7b80103766664dbf9870e1 \
23                    rmd160  280d20e24aa82c2229339659bdea768897459f10
24
25use_autoreconf      yes
26
27livecheck.type      regex
28livecheck.url       http://sourceforge.net/projects/hts-engine/files/
29livecheck.regex     /hts_engine_API-(\[0-9.\]+)/