Ticket #36812: Portfile

File Portfile, 1.2 KB (added by qqshfox@…, 12 years ago)

v2: use modern checksums

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                pocketsphinx
7version             0.7
8description         Speech recognition package
9long_description    PocketSphinx is CMUs fastest speech recognition system. \
10                    Its a library written in pure C which is optimal for \
11                    development of your C applications as well as for \
12                    development of language bindings. \
13                    At real time speed its the most accurate engine, \
14                    and therefore it is a good choice for live applications.
15
16categories          audio
17platforms           darwin
18homepage            http://cmusphinx.sourceforge.net/
19master_sites        sourceforge:cmusphinx
20
21depends_lib         port:sphinxbase port:python26
22
23checksums           rmd160 3f4058fa3357dd79ef73e6d878a3e1e0dee99852 \
24                    sha256 ce0cace1ab153006e631d0a15680f2ec13f289cb2ddafa20c84fb5986fe92455
25
26patchfiles          clang.patch
27
28livecheck.type      regex
29livecheck.url       http://sourceforge.net/projects/cmusphinx/files
30livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}