cvs commit: ports/www Makefile ports/www/p5-Catalyst-Engine-HTTP-POE Makefile distinfo pkg-descr pkg-plist

Lars Balker Rasmussen lbr at FreeBSD.org
Thu Aug 2 08:38:30 UTC 2007


lbr         2007-08-02 08:38:29 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Catalyst-Engine-HTTP-POE Makefile distinfo pkg-descr 
                                    pkg-plist 
  Log:
  This engine allows Catalyst to process multiple requests in parallel within a
  single process.  Much of the internal Catalyst flow now uses POE yield calls.
  Application code will still block of course, but all I/O, header processing,
  and POST body processing is handled asynchronously.
  
  Revision  Changes    Path
  1.1877    +1 -0      ports/www/Makefile
  1.1       +29 -0     ports/www/p5-Catalyst-Engine-HTTP-POE/Makefile (new)
  1.1       +3 -0      ports/www/p5-Catalyst-Engine-HTTP-POE/distinfo (new)
  1.1       +6 -0      ports/www/p5-Catalyst-Engine-HTTP-POE/pkg-descr (new)
  1.1       +3 -0      ports/www/p5-Catalyst-Engine-HTTP-POE/pkg-plist (new)


More information about the cvs-ports mailing list