From owner-cvs-ports@FreeBSD.ORG Thu Aug 30 20:14:47 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5FAC16A417; Thu, 30 Aug 2007 20:14:47 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C349C13C428; Thu, 30 Aug 2007 20:14:47 +0000 (UTC) (envelope-from sat@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 l7UKElrC088359; Thu, 30 Aug 2007 20:14:47 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7UKElPb088358; Thu, 30 Aug 2007 20:14:47 GMT (envelope-from sat) Message-Id: <200708302014.l7UKElPb088358@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 30 Aug 2007 20:14:47 +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/jtoolkit Makefile distinfo pkg-descr pkg-plist ports/www/jtoolkit/files patch-new-lucene X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2007 20:14:47 -0000 sat 2007-08-30 20:14:47 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/jtoolkit Makefile distinfo pkg-descr pkg-plist www/jtoolkit/files patch-new-lucene Log: Add port www/jtoolkit: jToolkit is a Python web application framework built on modpython and Apache. There is also a simple command line webserver for running applications from. It is aimed at dynamically generated pages rather than mostly-static pages (for which there are templating solutions). Pages can be produced using a variety of widgets. It handles sessions and database connections (and multi-database portability). WWW: http://jtoolkit.sourceforge.net/ Author: St James Software Obtained from: Pootle mailing lists (lucene patch) Revision Changes Path 1.1889 +1 -0 ports/www/Makefile 1.1 +24 -0 ports/www/jtoolkit/Makefile (new) 1.1 +3 -0 ports/www/jtoolkit/distinfo (new) 1.1 +117 -0 ports/www/jtoolkit/files/patch-new-lucene (new) 1.1 +11 -0 ports/www/jtoolkit/pkg-descr (new) 1.1 +284 -0 ports/www/jtoolkit/pkg-plist (new)