This is a small daemon written in python that provides an easy way to return the results of python scripts via SOAP, XMLRPC and REST. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
beech 2008-04-16 06:23:43 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/toofpy Makefile distinfo pkg-descr pkg-install pkg-plist www/toofpy/files patch-tools_WSGITool.py toolserver.in Log: - New port TooFPy-0.3.7 From the website: The Toolserver Framework for Python is a framework for simple building of webservices. This is not Twisted - that one is much larger and much richer in features. If you need a full fledged webservice or internet protocol platform, you better go with Twisted. But if you need a lean and mean webservice machine, the Toolserver Framework for Python might be the right tool for the job. Author: Georg Bauer <gb@murphy.bofh.ms> WWW: http://pyds.muensterland.org/wiki/toolserver.html PR: ports/122316 Submitted by: Frank Fenor <frank at fenor.de> Revision Changes Path 1.2017 +1 -0 ports/www/Makefile 1.1 +48 -0 ports/www/toofpy/Makefile (new) 1.1 +3 -0 ports/www/toofpy/distinfo (new) 1.1 +28 -0 ports/www/toofpy/files/patch-tools_WSGITool.py (new) 1.1 +68 -0 ports/www/toofpy/files/toolserver.in (new) 1.1 +11 -0 ports/www/toofpy/pkg-descr (new) 1.1 +36 -0 ports/www/toofpy/pkg-install (new) 1.1 +137 -0 ports/www/toofpy/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 Committed, Thanks!