Starlet is a standalone HTTP/1.0 server.
The server supports several features, and is suitable for running HTTP application servers behind a reverse proxy. WWW: http://search.cpan.org/dist/Starlet/
This commit is contained in:
parent
1a7f12ff05
commit
b0dcab00f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252000
@ -1117,6 +1117,7 @@
|
||||
SUBDIR += p5-Sledge-SessionManager-CookieStore
|
||||
SUBDIR += p5-Sledge-Template-Expr
|
||||
SUBDIR += p5-Squatting
|
||||
SUBDIR += p5-Starlet
|
||||
SUBDIR += p5-Starman
|
||||
SUBDIR += p5-Syntax-Highlight-HTML
|
||||
SUBDIR += p5-Syntax-Highlight-Shell
|
||||
|
28
www/p5-Starlet/Makefile
Normal file
28
www/p5-Starlet/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: Starlet
|
||||
# Date created: 02 Apr 2010
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Starlet
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/K/KA/KAZUHO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for standalone HTTP/1.0 server
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Parallel-Prefork>=0.07:${PORTSDIR}/devel/p5-Parallel-Prefork \
|
||||
p5-Plack>=0.992:${PORTSDIR}/www/p5-Plack \
|
||||
p5-Server-Starter>=0.06:${PORTSDIR}/net/p5-Server-Starter
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Starlet.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Starlet/distinfo
Normal file
3
www/p5-Starlet/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Starlet-0.08.tar.gz) = d0fc13484f3cdfd3b0405ebad7dca583
|
||||
SHA256 (Starlet-0.08.tar.gz) = 4ca9e00b5e9457b7c59b6cc69584e5e1cc57dc3d81b20e36060f08c11673f539
|
||||
SIZE (Starlet-0.08.tar.gz) = 20460
|
6
www/p5-Starlet/pkg-descr
Normal file
6
www/p5-Starlet/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Starlet is a standalone HTTP/1.0 server.
|
||||
|
||||
The server supports several features, and is suitable for running HTTP
|
||||
application servers behind a reverse proxy.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Starlet/
|
13
www/p5-Starlet/pkg-plist
Normal file
13
www/p5-Starlet/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Starlet/.packlist
|
||||
%%SITE_PERL%%/Plack/Handler/Starlet.pm
|
||||
%%SITE_PERL%%/Plack/Server/Standalone/Prefork/Server/Starter.pm
|
||||
%%SITE_PERL%%/Starlet.pm
|
||||
%%SITE_PERL%%/Starlet/Server.pm
|
||||
@dirrmtry %%SITE_PERL%%/Starlet
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Server/Standalone/Prefork/Server
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Server/Standalone/Prefork
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Server/Standalone
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Server
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Handler
|
||||
@dirrmtry %%SITE_PERL%%/Plack
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Starlet
|
Loading…
Reference in New Issue
Block a user