mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Pyst consists of a set of interfaces and libraries
to allow programming of Asterisk from python. The library currently supports AGI, AMI, and the parsing of Asterisk configuration files. The library also includes debugging facilities for AGI. WWW: http://pyst.sourceforge.net/ PR: ports/160495 Submitted by: Mikhail T. <m.tsatsenko@gmail.com>
This commit is contained in:
parent
9d9eec5d4b
commit
6dd8286b97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281310
@ -3156,6 +3156,7 @@
|
||||
SUBDIR += pyobfuscate
|
||||
SUBDIR += pypersrc
|
||||
SUBDIR += pyrex
|
||||
SUBDIR += pyst
|
||||
SUBDIR += pysvn
|
||||
SUBDIR += pythk
|
||||
SUBDIR += pythontidy
|
||||
|
29
devel/pyst/Makefile
Normal file
29
devel/pyst/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: pyst
|
||||
# Date created: 06 Sep 2011
|
||||
# Whom: Mikhail T. <m.tsatsenko@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pyst
|
||||
PORTVERSION= 0.3.22
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= SF/${PORTNAME}/pyst/${PORTVERSION}
|
||||
|
||||
MAINTAINER= m.tsatsenko@gmail.com
|
||||
COMMENT= Python interface to allow Asterisk programming
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
DOCS= README README.html ChangeLog
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/pyst/distinfo
Normal file
2
devel/pyst/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pyst-0.3.22.tar.gz) = 22d2ff88a32bc671963d800b8477596db92c1d4b5e93959213d35522596877c8
|
||||
SIZE (pyst-0.3.22.tar.gz) = 25628
|
7
devel/pyst/pkg-descr
Normal file
7
devel/pyst/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Pyst consists of a set of interfaces and libraries
|
||||
to allow programming of Asterisk from python.
|
||||
The library currently supports AGI, AMI, and the
|
||||
parsing of Asterisk configuration files. The library
|
||||
also includes debugging facilities for AGI.
|
||||
|
||||
WWW: http://pyst.sourceforge.net/
|
23
devel/pyst/pkg-plist
Normal file
23
devel/pyst/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/Version.py
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/Version.pyc
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/Version.pyo
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/agi.py
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/agi.pyc
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/agi.pyo
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/agitb.py
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/agitb.pyc
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/agitb.pyo
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/config.py
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/config.pyc
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/config.pyo
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/manager.py
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/manager.pyc
|
||||
%%PYTHON_SITELIBDIR%%/asterisk/manager.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/asterisk
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user