From owner-svn-ports-all@freebsd.org Tue Feb 27 13:25:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E9C9F2593C; Tue, 27 Feb 2018 13:25:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5C3476CF5; Tue, 27 Feb 2018 13:25:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6B212E64; Tue, 27 Feb 2018 13:25:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RDPbns076308; Tue, 27 Feb 2018 13:25:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDPb33076305; Tue, 27 Feb 2018 13:25:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDPb33076305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463141 - head/www/p5-FCGI-ProcManager X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-FCGI-ProcManager X-SVN-Commit-Revision: 463141 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:25:38 -0000 Author: sunpoet Date: Tue Feb 27 13:25:37 2018 New Revision: 463141 URL: https://svnweb.freebsd.org/changeset/ports/463141 Log: Update to 0.28 - Add LICENSE - Add NO_ARCH - Update pkg-descr - Take maintainership Changes: http://search.cpan.org/dist/FCGI-ProcManager/ChangeLog Modified: head/www/p5-FCGI-ProcManager/Makefile head/www/p5-FCGI-ProcManager/distinfo head/www/p5-FCGI-ProcManager/pkg-descr Modified: head/www/p5-FCGI-ProcManager/Makefile ============================================================================== --- head/www/p5-FCGI-ProcManager/Makefile Tue Feb 27 13:25:31 2018 (r463140) +++ head/www/p5-FCGI-ProcManager/Makefile Tue Feb 27 13:25:37 2018 (r463141) @@ -2,14 +2,18 @@ # $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 Modified: head/www/p5-FCGI-ProcManager/distinfo ============================================================================== --- head/www/p5-FCGI-ProcManager/distinfo Tue Feb 27 13:25:31 2018 (r463140) +++ head/www/p5-FCGI-ProcManager/distinfo Tue Feb 27 13:25:37 2018 (r463141) @@ -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 Modified: head/www/p5-FCGI-ProcManager/pkg-descr ============================================================================== --- head/www/p5-FCGI-ProcManager/pkg-descr Tue Feb 27 13:25:31 2018 (r463140) +++ head/www/p5-FCGI-ProcManager/pkg-descr Tue Feb 27 13:25:37 2018 (r463141) @@ -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/