New port: pyfst

pyfst provides a Python interface to the excellent OpenFst library.
Most of the essential functionality of the library is exposed through a
simplified API, allowing quick prototyping of algorithms using finite-state
methods and easy visual debugging of the results obtained by applying
FST operations.

WWW: http://pyfst.github.io
This commit is contained in:
Dmitry Sivachenko 2014-10-23 14:03:56 +00:00
parent fa37091ec7
commit dd3baef728
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371395
4 changed files with 31 additions and 0 deletions

View File

@ -570,6 +570,7 @@
SUBDIR += py-probstat
SUBDIR += py-pybloom
SUBDIR += py-pycosat
SUBDIR += py-pyfst
SUBDIR += py-pymc
SUBDIR += py-roman
SUBDIR += py-scientific

21
math/py-pyfst/Makefile Normal file
View File

@ -0,0 +1,21 @@
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyfst
PORTVERSION= 0.2.3
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= demon@FreeBSD.org
COMMENT= Python interface for the OpenFST library
LICENSE= APACHE20
LIB_DEPENDS= libfst.so:${PORTSDIR}/math/openfst
USES= python
USE_PYTHON= distutils autoplist
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>

2
math/py-pyfst/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (pyfst-0.2.3.tar.gz) = 1be37b03e878557d1b0814c94413b13e43ac7c7362297fa723e0e9ca9152e69e
SIZE (pyfst-0.2.3.tar.gz) = 140270

7
math/py-pyfst/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
pyfst provides a Python interface to the excellent OpenFst library.
Most of the essential functionality of the library is exposed through a
simplified API, allowing quick prototyping of algorithms using finite-state
methods and easy visual debugging of the results obtained by applying
FST operations.
WWW: http://pyfst.github.io