Add p5-Server-FastPL 1.0.2, perl module to eliminate the compile-time of

big scripts.

PR:		24028
Submitted by:	Anton Berezin <tobez@tobez.org>
This commit is contained in:
Will Andrews 2001-01-04 00:09:56 +00:00
parent 0403b2c09b
commit 3db2036684
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36755
6 changed files with 41 additions and 0 deletions

View File

@ -269,6 +269,7 @@
SUBDIR += p5-ReadLine-Perl
SUBDIR += p5-Religion
SUBDIR += p5-Resources
SUBDIR += p5-Server-FastPL
SUBDIR += p5-Set-NestedGroups
SUBDIR += p5-Set-Object
SUBDIR += p5-Set-Scalar

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: devel/p5-Server-FastPL
# Date created: 03 January 2001
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= Server-FastPL
PORTVERSION= 1.0.2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Server
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@tobez.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3= Server::FastPL.3 Server::FastPL::Client.3 \
Server::FastPL::Server.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Server-FastPL-1.0.2.tar.gz) = 4d5cfec7939903dd302867b5d9690254

View File

@ -0,0 +1 @@
Perl module to eliminate the compile-time of big scripts

View File

@ -0,0 +1,6 @@
This module was created to avoid the compile time of big scripts that runs a
lot of times. It works forking your script into MAX_CHILDS childs, and using
Unix Sockets to run your code. Just like CGI::Fast.
-Anton
<tobez@tobez.org>

View File

@ -0,0 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Server/FastPL/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Server/FastPL.pm
lib/perl5/site_perl/%%PERL_VER%%/Server/FastPL/Client.pm
lib/perl5/site_perl/%%PERL_VER%%/Server/FastPL/Server.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Server/FastPL
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Server/FastPL
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Server 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Server 2>/dev/null || true