Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2011 23:43:33 GMT
From:      "Mikhail T." <m.tsatsenko@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160495: [NEW PORT] devel/pyst: Python interface to allow Asterisk programming
Message-ID:  <201109052343.p85NhXFK094167@red.freebsd.org>
Resent-Message-ID: <201109052350.p85No0a8070588@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160495
>Category:       ports
>Synopsis:       [NEW PORT] devel/pyst: Python interface to allow Asterisk programming
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 05 23:50:00 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail T.
>Release:        9.0
>Organization:
>Environment:
>Description:
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/

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pyst
#	pyst/Makefile
#	pyst/distinfo
#	pyst/pkg-descr
#	pyst/pkg-plist
#
echo c - pyst
mkdir -p pyst > /dev/null 2>&1
echo x - pyst/Makefile
sed 's/^X//' >pyst/Makefile << 'd327d8f6f6c348807199ce42eb82cc3d'
X# New ports collection makefile for:    pyst
X# Date created:         06 Sep 2011
X# Whom:                 Mikhail T. <m.tsatsenko@gmail.com>
X
XPORTNAME=	pyst
XPORTVERSION=	0.3.22
XCATEGORIES=	devel python
XMASTER_SITES=	SF/${PORTNAME}/pyst/${PORTVERSION}
X
XMAINTAINER=	m.tsatsenko@gmail.com
XCOMMENT=	Python interface to allow Asterisk programming
X
XUSE_PYTHON=     yes
XUSE_PYDISTUTILS=	yes
X
XDOCS=	README README.html ChangeLog
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X	@${MKDIR} ${DOCSDIR}
X.for file in ${DOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
d327d8f6f6c348807199ce42eb82cc3d
echo x - pyst/distinfo
sed 's/^X//' >pyst/distinfo << 'ff78a80cb5cd6c56c2028e2620ae6ee1'
XSHA256 (pyst-0.3.22.tar.gz) = 22d2ff88a32bc671963d800b8477596db92c1d4b5e93959213d35522596877c8
XSIZE (pyst-0.3.22.tar.gz) = 25628
ff78a80cb5cd6c56c2028e2620ae6ee1
echo x - pyst/pkg-descr
sed 's/^X//' >pyst/pkg-descr << 'd55101c7cff4a33b0db7d38837788749'
XPyst consists of a set of interfaces and libraries 
Xto allow programming of Asterisk from python. 
XThe library currently supports AGI, AMI, and the 
Xparsing of Asterisk configuration files. The library 
Xalso includes debugging facilities for AGI.
X
XWWW: http://pyst.sourceforge.net/
d55101c7cff4a33b0db7d38837788749
echo x - pyst/pkg-plist
sed 's/^X//' >pyst/pkg-plist << '41978e2e6a772d8226f04cb4d38749af'
X%%PYTHON_SITELIBDIR%%/asterisk/Version.py
X%%PYTHON_SITELIBDIR%%/asterisk/Version.pyc
X%%PYTHON_SITELIBDIR%%/asterisk/Version.pyo
X%%PYTHON_SITELIBDIR%%/asterisk/__init__.py
X%%PYTHON_SITELIBDIR%%/asterisk/__init__.pyc
X%%PYTHON_SITELIBDIR%%/asterisk/__init__.pyo
X%%PYTHON_SITELIBDIR%%/asterisk/agi.py
X%%PYTHON_SITELIBDIR%%/asterisk/agi.pyc
X%%PYTHON_SITELIBDIR%%/asterisk/agi.pyo
X%%PYTHON_SITELIBDIR%%/asterisk/agitb.py
X%%PYTHON_SITELIBDIR%%/asterisk/agitb.pyc
X%%PYTHON_SITELIBDIR%%/asterisk/agitb.pyo
X%%PYTHON_SITELIBDIR%%/asterisk/config.py
X%%PYTHON_SITELIBDIR%%/asterisk/config.pyc
X%%PYTHON_SITELIBDIR%%/asterisk/config.pyo
X%%PYTHON_SITELIBDIR%%/asterisk/manager.py
X%%PYTHON_SITELIBDIR%%/asterisk/manager.pyc
X%%PYTHON_SITELIBDIR%%/asterisk/manager.pyo
X@dirrm %%PYTHON_SITELIBDIR%%/asterisk
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/README.html
X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
41978e2e6a772d8226f04cb4d38749af
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109052343.p85NhXFK094167>