This Perl module is for implementing the SCGI interface for an application

server.  Essentially, it is a 'next generation' FastCGI type protocol.

WWW: http://python.ca/nas/scgi/protocol.txt

PR:		ports/107710
Submitted by:	Vivek Khera <vivek at khera.org>
This commit is contained in:
Martin Wilke 2007-01-09 21:11:19 +00:00
parent da82e0a820
commit ade01835be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181884
4 changed files with 39 additions and 0 deletions

View File

@ -760,6 +760,7 @@
SUBDIR += p5-ParallelUA
SUBDIR += p5-PodToHTML
SUBDIR += p5-RTx-Statistics
SUBDIR += p5-SCGI
SUBDIR += p5-SRU
SUBDIR += p5-SWF-Chart
SUBDIR += p5-Sledge

31
www/p5-SCGI/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: p5-SCGI
# Date created: Fri Jan 5 13:55:53 EST 2007
# Whom: Vivek Khera <vivek@khera.org>
#
# $FreeBSD$
#
PORTNAME= SCGI
PORTVERSION= 0.6
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/V/VI/VIPERCODE
PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= SCGI server interface
PERL_MODBUILD= yes
MAN3= SCGI.3 SCGI::Request.3
PLIST_FILES= ${SITE_PERL_REL}/SCGI.pm ${SITE_PERL_REL}/SCGI/Request.pm
PLIST_DIRS= ${SITE_PERL_REL}/SCGI
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

3
www/p5-SCGI/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (SCGI-0.6.tar.gz) = 88d5fdde94da8cc7f63844ef4a0df4d5
SHA256 (SCGI-0.6.tar.gz) = 58b78c5af4ee45e437f07ae8f3b0d945c91fd2c025156ee916d811580f91d9a4
SIZE (SCGI-0.6.tar.gz) = 6192

4
www/p5-SCGI/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
This Perl module is for implementing the SCGI interface for an application
server. Essentially, it is a 'next generation' FastCGI type protocol.
WWW: http://python.ca/nas/scgi/protocol.txt