From owner-cvs-all@FreeBSD.ORG Fri Apr 15 06:00:05 2011 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 BAA17106564A; Fri, 15 Apr 2011 06:00:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9796B8FC18; Fri, 15 Apr 2011 06:00:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3F6059N090793; Fri, 15 Apr 2011 06:00:05 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3F605Du090792; Fri, 15 Apr 2011 06:00:05 GMT (envelope-from bapt) Message-Id: <201104150600.p3F605Du090792@repoman.freebsd.org> From: Baptiste Daroussin Date: Fri, 15 Apr 2011 06:00:05 +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/mohawk Makefile distinfo pkg-descr ports/www/mohawk/files mohawk.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2011 06:00:05 -0000 bapt 2011-04-15 06:00:05 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mohawk Makefile distinfo pkg-descr www/mohawk/files mohawk.in Log: Simple and lightweight HTTP daemon. It provides the following features: - Basic support for CGI, - ipv6, authentication, - virtual host, - basic authentication - basic url mapping system. WWW: http://git.etoilebsd.net/mohawk Revision Changes Path 1.2853 +1 -0 ports/www/Makefile 1.1 +38 -0 ports/www/mohawk/Makefile (new) 1.1 +2 -0 ports/www/mohawk/distinfo (new) 1.1 +28 -0 ports/www/mohawk/files/mohawk.in (new) 1.1 +11 -0 ports/www/mohawk/pkg-descr (new)