Bug 160495

Summary: [NEW PORT] devel/pyst: Python interface to allow Asterisk programming
Product: Ports & Packages Reporter: m.tsatsenko
Component: Individual Port(s)Assignee: Dennis Herrmann <dhn>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description m.tsatsenko 2011-09-06 00:50:00 UTC
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/

Fix: Patch attached with submission follows:
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2011-09-06 17:34:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-06 18:56:12 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"
Comment 3 Dennis Herrmann freebsd_committer freebsd_triage 2011-09-06 18:56:32 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!