Bug 160495 - [NEW PORT] devel/pyst: Python interface to allow Asterisk programming
Summary: [NEW PORT] devel/pyst: Python interface to allow Asterisk programming
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-06 00:50 UTC by m.tsatsenko
Modified: 2011-09-06 19:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.79 KB, text/plain)
2011-09-06 00:50 UTC, m.tsatsenko
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!