import p5-Starman 0.2007

from Abel Abraham Camarillo Ojeda with cleanups by me
	ok landry@
This commit is contained in:
jasper 2011-01-07 13:45:39 +00:00
parent 4ccecad9dc
commit 89964f5c6c
4 changed files with 55 additions and 0 deletions

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

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/01/07 13:45:39 jasper Exp $
COMMENT = high-performance preforking PSGI/Plack web server
MODULES = cpan
DISTNAME = Starman-0.2007
CATEGORIES = www
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CPAN_AUTHOR = MIYAGAWA
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/p5-Data-Dump \
devel/p5-Net-Server>=0.91 \
net/p5-Server-Starter \
net/p5-Net-Server-SS-PreFork \
www/p5-Plack>=0.9931 \
www/p5-HTTP-Parser-XS \
www/p5-libwww
.include <bsd.port.mk>

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

@ -0,0 +1,5 @@
MD5 (Starman-0.2007.tar.gz) = iwRw46KYRjfraWprRYqRPg==
RMD160 (Starman-0.2007.tar.gz) = ivLx5a1IQuZVJ99NM+bbmaM48ew=
SHA1 (Starman-0.2007.tar.gz) = nkbg8vRiMAt0THuRNZoaR1rSKOM=
SHA256 (Starman-0.2007.tar.gz) = Lq3/yEmFSIBZduPh8gfCcQWPAFk/qtZY0ZWurjDgjPE=
SIZE (Starman-0.2007.tar.gz) = 37287

10
www/p5-Starman/pkg/DESCR Normal file
View File

@ -0,0 +1,10 @@
Starman is a PSGI perl web server that has unique features such as:
- High Performance
- Preforking
- Signals
- Superdaemon aware
- Multiple interfaces and UNIX Domain Socket support
- Small memory footprint
- PSGI compatible
- HTTP/1.1 support

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

@ -0,0 +1,13 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/01/07 13:45:39 jasper Exp $
bin/starman
${P5SITE}/HTTP/Server/PSGI/
${P5SITE}/HTTP/Server/PSGI/Net/
${P5SITE}/HTTP/Server/PSGI/Net/Server/
${P5SITE}/HTTP/Server/PSGI/Net/Server/PreFork.pm
${P5SITE}/Plack/Handler/Starman.pm
${P5SITE}/Starman/
${P5SITE}/Starman.pm
${P5SITE}/Starman/Server.pm
@man man/man1/starman.1
@man man/man3p/Plack::Handler::Starman.3p
@man man/man3p/Starman.3p