Date: Tue, 31 Oct 2006 06:13:49 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/webserver Makefile distinfo pkg-descr pkg-plist Message-ID: <200610310613.k9V6DnXs003754@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dinoex 2006-10-31 06:13:48 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/webserver Makefile distinfo pkg-descr pkg-plist Log: The WebServer class provides the framework for a GNUstep program to act as an HTTP or HTTPS server for simple applications. It does not attempt to be a general-purpose web server, but is rather intended to permit a program to easily handle requests from automated systems which are intended to control, monitor, or use the services provided by the program in which the class is embedded. The emphasis is on making it robust/reliable/simple, so you can rapidly develop software using it. It is a single-threaded, single-process system using asynchronous I/O, so you can easily run it under debug in gdb to fix any bugs in your delegate object. Revision Changes Path 1.1589 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/webserver/Makefile (new) 1.1 +3 -0 ports/www/webserver/distinfo (new) 1.1 +10 -0 ports/www/webserver/pkg-descr (new) 1.1 +10 -0 ports/www/webserver/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610310613.k9V6DnXs003754>