Created attachment 235832 [details] audio-py-pocketsphinx-0.1.15.patch Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools. WWW: https://github.com/bambocher/pocketsphinx-python portlint: looks fine. poudriere: testport is ok.
Created attachment 236294 [details] Update port maintainer Reason: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266157
Created attachment 236773 [details] pocketsphinx-0.1.15 Description: * move WWW from pkg-descr to Makefile * pet portclippy * strip shared libraries QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1, amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=74c7ab2091f110961bf4f7a4829c56ff7c75bdba commit 74c7ab2091f110961bf4f7a4829c56ff7c75bdba Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2022-09-23 19:03:34 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-10-25 19:16:28 +0000 Add audio/py-pocketsphinx: Python interface to CMU Sphinxbase and Pocketsphinx libraries Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools. WWW: https://github.com/bambocher/pocketsphinx-python PR: 265766 audio/Makefile | 1 + audio/py-pocketsphinx/Makefile (new) | 30 +++++++++++++++++++++ audio/py-pocketsphinx/distinfo (new) | 3 +++ audio/py-pocketsphinx/files/patch-setup.py (new) | 20 ++++++++++++++ audio/py-pocketsphinx/pkg-descr (new) | 5 ++++ audio/py-pocketsphinx/pkg-plist (new) | 33 ++++++++++++++++++++++++ 6 files changed, 92 insertions(+)
New port added, thanks! Please note that the patch is promising to be upstreamed , please also submit it to the upstream. Thanks!