High-performance preforking PSGI web server.

WWW: http://search.cpan.org/dist/Starman/
This commit is contained in:
Jun Kuriyama 2010-03-29 10:36:48 +00:00
parent 8518d45e89
commit c47b6e92c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251710
5 changed files with 52 additions and 0 deletions

View File

@ -1114,6 +1114,7 @@
SUBDIR += p5-Sledge-SessionManager-CookieStore
SUBDIR += p5-Sledge-Template-Expr
SUBDIR += p5-Squatting
SUBDIR += p5-Starman
SUBDIR += p5-Syntax-Highlight-HTML
SUBDIR += p5-Syntax-Highlight-Shell
SUBDIR += p5-Task-Catalyst

32
www/p5-Starman/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: Starman
# Date created: 29 Mar 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Starman
PORTVERSION= 0.1005
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for high-performance preforking PSGI web server
RUN_DEPENDS= \
p5-Data-Dump>0:${PORTSDIR}/devel/p5-Data-Dump \
p5-HTTP-Parser-XS>0:${PORTSDIR}/www/p5-HTTP-Parser-XS \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-Net-Server>=0.91:${PORTSDIR}/net/p5-Net-Server \
p5-Plack>=0.9925:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= starman.1
MAN3= Plack::Handler::Starman.3 \
Starman.3
.include <bsd.port.mk>

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

@ -0,0 +1,3 @@
MD5 (Starman-0.1005.tar.gz) = 698ae546af361a1c4fc13553a3a5c22e
SHA256 (Starman-0.1005.tar.gz) = 519a35496bbc94c07e9a28cb50af8e2918fc5aa37bf0f93435674a87d88f4337
SIZE (Starman-0.1005.tar.gz) = 34753

3
www/p5-Starman/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
High-performance preforking PSGI web server.
WWW: http://search.cpan.org/dist/Starman/

13
www/p5-Starman/pkg-plist Normal file
View File

@ -0,0 +1,13 @@
bin/starman
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Starman/.packlist
%%SITE_PERL%%/HTTP/Server/PSGI/Net/Server/PreFork.pm
%%SITE_PERL%%/Plack/Handler/Starman.pm
%%SITE_PERL%%/Starman.pm
%%SITE_PERL%%/Starman/Server.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Starman
@dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI/Net/Server
@dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI/Net
@dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI
@dirrmtry %%SITE_PERL%%/Plack/Handler
@dirrmtry %%SITE_PERL%%/Plack
@dirrm %%SITE_PERL%%/Starman