You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
1.0 KiB
Tcl
25 lines
1.0 KiB
Tcl
# -*- 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
|
||
|
||
PortSystem 1.0
|
||
PortGroup github 1.0
|
||
PortGroup cmake 1.1
|
||
|
||
github.setup cmusphinx pocketsphinx 5.0.4 v
|
||
categories audio
|
||
maintainers nomaintainer
|
||
license BSD
|
||
|
||
description Speech recognition package
|
||
long_description PocketSphinx is CMU’s fastest speech recognition system. \
|
||
It is a library written in pure C which is optimal for \
|
||
development of your C applications as well as for \
|
||
development of language bindings. \
|
||
At real time speed it’s the most accurate engine, \
|
||
and therefore it is a good choice for live applications.
|
||
|
||
github.tarball_from archive
|
||
|
||
checksums rmd160 5087a11b92cf5f3621e30f90165b19eee3ae0724 \
|
||
sha256 9acd63cfdc76bbc85b7b6c6610b7a9cf30c79d5b36a31de7dc2f969e962653d7 \
|
||
size 34217973
|