From nobody@FreeBSD.org  Mon Sep  5 23:43:34 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 49AEE106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Sep 2011 23:43:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 388468FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Sep 2011 23:43:34 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p85NhYjN094186
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 5 Sep 2011 23:43:34 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p85NhXFK094167;
	Mon, 5 Sep 2011 23:43:33 GMT
	(envelope-from nobody)
Message-Id: <201109052343.p85NhXFK094167@red.freebsd.org>
Date: Mon, 5 Sep 2011 23:43:33 GMT
From: "Mikhail T." <m.tsatsenko@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] devel/pyst: Python interface to allow Asterisk programming
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         160495
>Category:       ports
>Synopsis:       [NEW PORT] devel/pyst: Python interface to allow Asterisk programming
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 05 23:50:00 UTC 2011
>Closed-Date:    Tue Sep 06 17:56:32 UTC 2011
>Last-Modified:  Tue Sep  6 18:00:06 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Tue Sep 6 18:34:23 CEST 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160495 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Tue Sep 6 17:56:32 UTC 2011 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160495 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160495: commit references a PR
Date: Tue,  6 Sep 2011 17:56:12 +0000 (UTC)

 dhn         2011-09-06 17:55:58 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/pyst           Makefile distinfo pkg-descr pkg-plist 
   Log:
   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>
   
   Revision  Changes    Path
   1.4539    +1 -0      ports/devel/Makefile
   1.1       +29 -0     ports/devel/pyst/Makefile (new)
   1.1       +2 -0      ports/devel/pyst/distinfo (new)
   1.1       +7 -0      ports/devel/pyst/pkg-descr (new)
   1.1       +23 -0     ports/devel/pyst/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
