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:
Responsible Changed From-To: freebsd-ports-bugs->dhn I'll take it.
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"
State Changed From-To: open->closed New port added, with minor changes. Thanks!