cvs commit: ports/www Makefile ports/www/pear-HTTP_Server Makefile distinfo pkg-descr

Pav Lucistnik pav at FreeBSD.org
Sat Nov 6 09:14:36 PST 2004


pav         2004-11-06 17:14:36 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/pear-HTTP_Server Makefile distinfo pkg-descr 
  Log:
  Add pear-HTTP_Server, a class that allows you to easily implement HTTP servers
  by supplying callbacks. The base class will parse the request, call the
  appropriate callback and build a repsonse based on an array that the callbacks
  have to return.
  
  PR:             ports/73613
  Submitted by:   Gerrit Beine <tux at pinguru.net>
  
  Revision  Changes    Path
  1.998     +1 -0      ports/www/Makefile
  1.1       +25 -0     ports/www/pear-HTTP_Server/Makefile (new)
  1.1       +2 -0      ports/www/pear-HTTP_Server/distinfo (new)
  1.1       +5 -0      ports/www/pear-HTTP_Server/pkg-descr (new)


More information about the cvs-all mailing list