Date: Sat, 16 Apr 2011 08:45:27 +0000 (UTC) From: Dennis Herrmann <dhn@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <201104160845.p3G8jRLM013065@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <marcus@nazgul.ch> WWW: http://www.nazgul.ch/dev_nostromo.html PR: ports/155919 Submitted by: Adrian Steinmann <ast@marabu.ch> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104160845.p3G8jRLM013065>