From owner-cvs-all@FreeBSD.ORG Tue Feb 13 06:47:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64D3B16A401; Tue, 13 Feb 2007 06:47:00 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 514FB13C474; Tue, 13 Feb 2007 06:47:00 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1D6l08o041388; Tue, 13 Feb 2007 06:47:00 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1D6kxTc041387; Tue, 13 Feb 2007 06:46:59 GMT (envelope-from mi) Message-Id: <200702130646.l1D6kxTc041387@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 13 Feb 2007 06:46:59 +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/websh Makefile distinfo pkg-descr pkg-plist ports/www/websh/files httpd.conf.in patch-cflags patch-conf patch-tests patch-warnings pkg-message.in pkgIndex.tcl.in shared-patch 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: Tue, 13 Feb 2007 06:47:00 -0000 mi 2007-02-13 06:46:59 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/websh Makefile distinfo pkg-descr pkg-plist www/websh/files httpd.conf.in patch-cflags patch-conf patch-tests patch-warnings pkg-message.in pkgIndex.tcl.in shared-patch Log: Webshell -- a TCL module for Apache. Appears to be the most advanced and the best supported such module of the several listed at http://tcl.apache.org/ Works with both Apache-1.3.x and 2.x and has an interesting development paradigm. Revision Changes Path 1.1709 +1 -0 ports/www/Makefile 1.1 +98 -0 ports/www/websh/Makefile (new) 1.1 +3 -0 ports/www/websh/distinfo (new) 1.1 +38 -0 ports/www/websh/files/httpd.conf.in (new) 1.1 +20 -0 ports/www/websh/files/patch-cflags (new) 1.1 +39 -0 ports/www/websh/files/patch-conf (new) 1.1 +12 -0 ports/www/websh/files/patch-tests (new) 1.1 +398 -0 ports/www/websh/files/patch-warnings (new) 1.1 +21 -0 ports/www/websh/files/pkg-message.in (new) 1.1 +3 -0 ports/www/websh/files/pkgIndex.tcl.in (new) 1.1 +20 -0 ports/www/websh/files/shared-patch (new) 1.1 +14 -0 ports/www/websh/pkg-descr (new) 1.1 +29 -0 ports/www/websh/pkg-plist (new)