cvs commit: ports/www Makefile ports/www/p5-FCGI-Spawn Makefile
 distinfo pkg-descr pkg-plist
    Martin Wilke 
    miwi at FreeBSD.org
       
    Sat Jan 12 08:11:30 PST 2008
    
    
  
miwi        2008-01-12 16:11:30 UTC
  FreeBSD ports repository
  Modified files:
    www                  Makefile 
  Added files:
    www/p5-FCGI-Spawn    Makefile distinfo pkg-descr pkg-plist 
  Log:
  FCGI::Spawn is used to serve as a FastCGI process manager. Besides
  the features the FCGI::ProcManager posess itself, the FCGI::Spawn
  is targeted as web server admin understandable instance for building
  the own fastcgi server with copy-on-write memory sharing among forks
  and with single input parameters like socket path and processes number.
  Another thing to mention is that it is able to execute any file pointed
  by Web server. So we have the daemon that is hot ready for hosting
  providing.
  
  WWW:    http://search.cpan.org/dist/FCGI-ProcManager/
  
  PR:             ports/119010
  Submitted by:   Peter <peter at vereshagin.org>
  
  Revision  Changes    Path
  1.1943    +1 -0      ports/www/Makefile
  1.1       +24 -0     ports/www/p5-FCGI-Spawn/Makefile (new)
  1.1       +3 -0      ports/www/p5-FCGI-Spawn/distinfo (new)
  1.1       +10 -0     ports/www/p5-FCGI-Spawn/pkg-descr (new)
  1.1       +5 -0      ports/www/p5-FCGI-Spawn/pkg-plist (new)
    
    
More information about the cvs-all
mailing list