diff options
author | will <will@FreeBSD.org> | 2001-01-04 00:09:56 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-04 00:09:56 +0000 |
commit | dc5dd4a18e97530e1f7c0b5da235a4bda20928ba (patch) | |
tree | 8f420cdbfbcc3e7c445cb8dfedb0a00dee81c62f /devel | |
parent | c81ca3aa56e8e0c4d7f34ac2a75a04bb0d0d3350 (diff) | |
download | FreeBSD-ports-dc5dd4a18e97530e1f7c0b5da235a4bda20928ba.zip FreeBSD-ports-dc5dd4a18e97530e1f7c0b5da235a4bda20928ba.tar.gz |
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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Server-FastPL/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Server-FastPL/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Server-FastPL/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Server-FastPL/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Server-FastPL/pkg-plist | 8 |
6 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 956e138..7cd5c53 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Server-FastPL/Makefile b/devel/p5-Server-FastPL/Makefile new file mode 100644 index 0000000..ec98f2a --- /dev/null +++ b/devel/p5-Server-FastPL/Makefile @@ -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> diff --git a/devel/p5-Server-FastPL/distinfo b/devel/p5-Server-FastPL/distinfo new file mode 100644 index 0000000..75b49cc --- /dev/null +++ b/devel/p5-Server-FastPL/distinfo @@ -0,0 +1 @@ +MD5 (Server-FastPL-1.0.2.tar.gz) = 4d5cfec7939903dd302867b5d9690254 diff --git a/devel/p5-Server-FastPL/pkg-comment b/devel/p5-Server-FastPL/pkg-comment new file mode 100644 index 0000000..e940bf3 --- /dev/null +++ b/devel/p5-Server-FastPL/pkg-comment @@ -0,0 +1 @@ +Perl module to eliminate the compile-time of big scripts diff --git a/devel/p5-Server-FastPL/pkg-descr b/devel/p5-Server-FastPL/pkg-descr new file mode 100644 index 0000000..ce150fd --- /dev/null +++ b/devel/p5-Server-FastPL/pkg-descr @@ -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> diff --git a/devel/p5-Server-FastPL/pkg-plist b/devel/p5-Server-FastPL/pkg-plist new file mode 100644 index 0000000..340e35b --- /dev/null +++ b/devel/p5-Server-FastPL/pkg-plist @@ -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 |