cvs commit: ports/www Makefile ports/www/webserver Makefile distinfo pkg-descr pkg-plist

Dirk Meyer dinoex at FreeBSD.org
Tue Oct 31 06:13:50 UTC 2006


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)


More information about the cvs-all mailing list