Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  3 Jan 2001 00:43:59 +0100 (CET)
From:      tobez@tobez.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24028: New port: devel/p5-Server-FastPL (Server::FastPL - Eliminate the compile-time of big scripts)
Message-ID:  <20010102234359.C46F954E7@heechee.tobez.org>
Resent-Message-ID: <200101022350.f02No1827096@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         24028
>Category:       ports
>Synopsis:       New port: devel/p5-Server-FastPL (Server::FastPL - Eliminate the compile-time of big scripts)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 02 15:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anton Berezin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
>Description:

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.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Server-FastPL
#	p5-Server-FastPL/pkg-plist
#	p5-Server-FastPL/pkg-descr
#	p5-Server-FastPL/pkg-comment
#	p5-Server-FastPL/distinfo
#	p5-Server-FastPL/Makefile
#
echo c - p5-Server-FastPL
mkdir -p p5-Server-FastPL > /dev/null 2>&1
echo x - p5-Server-FastPL/pkg-plist
sed 's/^X//' >p5-Server-FastPL/pkg-plist << 'END-of-p5-Server-FastPL/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Server/FastPL/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Server/FastPL.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Server/FastPL/Client.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Server/FastPL/Server.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Server/FastPL
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Server/FastPL
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Server 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Server 2>/dev/null || true
END-of-p5-Server-FastPL/pkg-plist
echo x - p5-Server-FastPL/pkg-descr
sed 's/^X//' >p5-Server-FastPL/pkg-descr << 'END-of-p5-Server-FastPL/pkg-descr'
XThis module was created to avoid the compile time of big scripts that runs a
Xlot of times. It works forking your script into MAX_CHILDS childs, and using
XUnix Sockets to run your code. Just like CGI::Fast.
X
X-Anton
X<tobez@tobez.org>
END-of-p5-Server-FastPL/pkg-descr
echo x - p5-Server-FastPL/pkg-comment
sed 's/^X//' >p5-Server-FastPL/pkg-comment << 'END-of-p5-Server-FastPL/pkg-comment'
XServer::FastPL - Eliminate the compile-time of big scripts
END-of-p5-Server-FastPL/pkg-comment
echo x - p5-Server-FastPL/distinfo
sed 's/^X//' >p5-Server-FastPL/distinfo << 'END-of-p5-Server-FastPL/distinfo'
XMD5 (Server-FastPL-1.0.2.tar.gz) = 4d5cfec7939903dd302867b5d9690254
END-of-p5-Server-FastPL/distinfo
echo x - p5-Server-FastPL/Makefile
sed 's/^X//' >p5-Server-FastPL/Makefile << 'END-of-p5-Server-FastPL/Makefile'
X# New ports collection makefile for:	devel/p5-Server-FastPL
X# Date created:				03 January 2001
X# Whom:					Anton Berezin <tobez@tobez.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Server-FastPL
XPORTVERSION=	1.0.2
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Server
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tobez@tobez.org
X
XUSE_PERL5=	yes
XPERL_CONFIGURE=	yes
X
XMAN3=		Server::FastPL.3 Server::FastPL::Client.3 \
X		Server::FastPL::Server.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-Server-FastPL/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010102234359.C46F954E7>