mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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:
parent
0403b2c09b
commit
3db2036684
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36755
@ -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
|
||||
|
24
devel/p5-Server-FastPL/Makefile
Normal file
24
devel/p5-Server-FastPL/Makefile
Normal 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>
|
1
devel/p5-Server-FastPL/distinfo
Normal file
1
devel/p5-Server-FastPL/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Server-FastPL-1.0.2.tar.gz) = 4d5cfec7939903dd302867b5d9690254
|
1
devel/p5-Server-FastPL/pkg-comment
Normal file
1
devel/p5-Server-FastPL/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module to eliminate the compile-time of big scripts
|
6
devel/p5-Server-FastPL/pkg-descr
Normal file
6
devel/p5-Server-FastPL/pkg-descr
Normal 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>
|
8
devel/p5-Server-FastPL/pkg-plist
Normal file
8
devel/p5-Server-FastPL/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user