Bug 119010 - New port: www/p5-FCGI-Spa
Summary: New port: www/p5-FCGI-Spa
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-25 14:40 UTC by Peter
Modified: 2008-01-12 16:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.61 KB, text/plain)
2007-12-25 14:40 UTC, Peter
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter 2007-12-25 14:40:00 UTC
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 ( FastCGI requester ). So we have the daemon that is hot ready 
for hosting providing.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-12-26 18:36:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-01-12 16:11:16 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-01-12 16:11:34 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"