[125809] trunk/dports/audio

mf2k at macports.org mf2k at macports.org
Fri Sep 26 14:07:34 PDT 2014


Revision: 125809
          https://trac.macports.org/changeset/125809
Author:   mf2k at macports.org
Date:     2014-09-26 14:07:34 -0700 (Fri, 26 Sep 2014)
Log Message:
-----------
pocketsphinx: New port. (#36812)

Added Paths:
-----------
    trunk/dports/audio/pocketsphinx/
    trunk/dports/audio/pocketsphinx/Portfile

Added: trunk/dports/audio/pocketsphinx/Portfile
===================================================================
--- trunk/dports/audio/pocketsphinx/Portfile	                        (rev 0)
+++ trunk/dports/audio/pocketsphinx/Portfile	2014-09-26 21:07:34 UTC (rev 125809)
@@ -0,0 +1,32 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+
+name                pocketsphinx
+version             0.8
+categories          audio
+platforms           darwin
+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.
+
+homepage            http://cmusphinx.sourceforge.net/
+master_sites        sourceforge:cmusphinx
+
+depends_lib         port:python27 \
+                    port:sphinxbase
+
+checksums           rmd160  825544ec117eda6118ceadc5c04f3a41485aa008 \
+                    sha256  874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a
+
+livecheck.type      regex
+livecheck.url       http://sourceforge.net/projects/cmusphinx/files
+livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/audio/pocketsphinx/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140926/c57ba54c/attachment.html>


More information about the macports-changes mailing list