From owner-cvs-all@FreeBSD.ORG Sat Apr 16 08:45:28 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 25E931065673; Sat, 16 Apr 2011 08:45:27 +0000 (UTC) (envelope-from dhn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CF0E58FC08; Sat, 16 Apr 2011 08:45:27 +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 p3G8jR1o013066; Sat, 16 Apr 2011 08:45:27 GMT (envelope-from dhn@repoman.freebsd.org) Received: (from dhn@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3G8jRLM013065; Sat, 16 Apr 2011 08:45:27 GMT (envelope-from dhn) Message-Id: <201104160845.p3G8jRLM013065@repoman.freebsd.org> From: Dennis Herrmann Date: Sat, 16 Apr 2011 08:45:27 +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/nostromo Makefile distinfo pkg-descr pkg-plist ports/www/nostromo/files nostromo.sh.in patch-src-libmy-Makefile patch-src-nhttpd-Makefile patch-src-tools-Makefile 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: Sat, 16 Apr 2011 08:45:28 -0000 dhn 2011-04-16 08:45:27 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/nostromo Makefile distinfo pkg-descr pkg-plist www/nostromo/files nostromo.sh.in patch-src-libmy-Makefile patch-src-nhttpd-Makefile patch-src-tools-Makefile Log: Nostromo aka nhttpd is a simple, fast and secure HTTP server. It runs as a single process, handling connections with select(2). For CGIs and directory listing it does fork(2). The minimum of HTTP/1.1 and CGI/1.1 are implemented. Also supported are: chroot, setuid, basic authentication, SSL, IPv6, custom responses, aliases, and virtual hosts. The access log is written in standard CLF format. AUTHOR: Glocker Marcus WWW: http://www.nazgul.ch/dev_nostromo.html PR: ports/155919 Submitted by: Adrian Steinmann Revision Changes Path 1.2858 +1 -0 ports/www/Makefile 1.1 +55 -0 ports/www/nostromo/Makefile (new) 1.1 +2 -0 ports/www/nostromo/distinfo (new) 1.1 +27 -0 ports/www/nostromo/files/nostromo.sh.in (new) 1.1 +15 -0 ports/www/nostromo/files/patch-src-libmy-Makefile (new) 1.1 +25 -0 ports/www/nostromo/files/patch-src-nhttpd-Makefile (new) 1.1 +23 -0 ports/www/nostromo/files/patch-src-tools-Makefile (new) 1.1 +9 -0 ports/www/nostromo/pkg-descr (new) 1.1 +15 -0 ports/www/nostromo/pkg-plist (new)