Index: head/www/p5-FCGI-ProcManager/Makefile =================================================================== --- head/www/p5-FCGI-ProcManager/Makefile (revision 463140) +++ head/www/p5-FCGI-ProcManager/Makefile (revision 463141) @@ -1,16 +1,20 @@ # Created by: Peter # $FreeBSD$ PORTNAME= FCGI-ProcManager -PORTVERSION= 0.25 +PORTVERSION= 0.28 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Functions for managing FastCGI applications +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +NO_ARCH= yes USES= perl5 USE_PERL5= configure .include Index: head/www/p5-FCGI-ProcManager/distinfo =================================================================== --- head/www/p5-FCGI-ProcManager/distinfo (revision 463140) +++ head/www/p5-FCGI-ProcManager/distinfo (revision 463141) @@ -1,2 +1,3 @@ -SHA256 (FCGI-ProcManager-0.25.tar.gz) = b9ae1146e2638f3aa477c9ab3ceb728f92c5e36e4cce8f0b5847efad601d024d -SIZE (FCGI-ProcManager-0.25.tar.gz) = 28663 +TIMESTAMP = 1519736120 +SHA256 (FCGI-ProcManager-0.28.tar.gz) = e1c958c042427a175e051e0008f2025e8ec80613d3c7750597bf8e529b04420e +SIZE (FCGI-ProcManager-0.28.tar.gz) = 28791 Index: head/www/p5-FCGI-ProcManager/pkg-descr =================================================================== --- head/www/p5-FCGI-ProcManager/pkg-descr (revision 463140) +++ head/www/p5-FCGI-ProcManager/pkg-descr (revision 463141) @@ -1,7 +1,6 @@ -FCGI::ProcManager is used to serve as a FastCGI process manager. By -re-implementing it in perl, developers can more finely tune performance in -their web applications, and can take advantage of copy-on-write semantics -prevalent in UNIX kernel process management. The process manager should -be invoked before the caller''s request loop +FCGI-ProcManager is a process manager for FCGI. By implementing the process +manager in perl, we can more finely tune FastCGI performance, and we can take +CPU and memory advantages of fast forks and copy-on-write UNIX process +management characteristics. WWW: http://search.cpan.org/dist/FCGI-ProcManager/