From owner-cvs-all@FreeBSD.ORG Wed Apr 16 06:23:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E2E0106564A; Wed, 16 Apr 2008 06:23:45 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3AD8FC18; Wed, 16 Apr 2008 06:23:45 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3G6NjM1082125; Wed, 16 Apr 2008 06:23:45 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G6NiCU082124; Wed, 16 Apr 2008 06:23:44 GMT (envelope-from beech) Message-Id: <200804160623.m3G6NiCU082124@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 16 Apr 2008 06:23:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/toofpy Makefile distinfo pkg-descr pkg-install pkg-plist ports/www/toofpy/files patch-tools_WSGITool.py toolserver.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2008 06:23:45 -0000 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 WWW: http://pyds.muensterland.org/wiki/toolserver.html PR: ports/122316 Submitted by: Frank Fenor 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)