From owner-cvs-all@FreeBSD.ORG Sun Jan 15 02:32:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6711E16A41F; Sun, 15 Jan 2006 02:32:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0506043D48; Sun, 15 Jan 2006 02:32:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0F2WggV032923; Sun, 15 Jan 2006 02:32:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0F2WgC6032922; Sun, 15 Jan 2006 02:32:42 GMT (envelope-from pav) Message-Id: <200601150232.k0F2WgC6032922@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 15 Jan 2006 02:32:42 +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/py-turbogears Makefile distinfo pkg-descr pkg-plist ports/www/py-turbogears/files pkg-deinstall.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: Sun, 15 Jan 2006 02:32:43 -0000 pav 2006-01-15 02:32:42 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-turbogears Makefile distinfo pkg-descr pkg-plist www/py-turbogears/files pkg-deinstall.in Log: TurboGears brings together four major pieces to create an easy to install, easy to use web megaframework. It covers everything from front end (MochiKit JavaScript for the browser, Kid for templates in Python) to the controllers (CherryPy) to the back end (SQLObject). The TurboGears project is focused on providing documentation and integration with these tools without losing touch with the communities that already exist around those tools. TurboGears is easy to use for a wide range of web applications. Author: Kevin Dangoor et alii WWW: http://www.turbogears.org/ PR: ports/91691 Submitted by: Nicola Vitale Revision Changes Path 1.1303 +1 -0 ports/www/Makefile 1.1 +57 -0 ports/www/py-turbogears/Makefile (new) 1.1 +3 -0 ports/www/py-turbogears/distinfo (new) 1.1 +19 -0 ports/www/py-turbogears/files/pkg-deinstall.in (new) 1.1 +13 -0 ports/www/py-turbogears/pkg-descr (new) 1.1 +74 -0 ports/www/py-turbogears/pkg-plist (new)