diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Starlet/Makefile | 28 | ||||
-rw-r--r-- | www/p5-Starlet/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Starlet/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-Starlet/pkg-plist | 13 |
5 files changed, 51 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 24b04b0a4510..806d6a35f33c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-Starlet/Makefile b/www/p5-Starlet/Makefile new file mode 100644 index 000000000000..5dd6add1b410 --- /dev/null +++ b/www/p5-Starlet/Makefile @@ -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> diff --git a/www/p5-Starlet/distinfo b/www/p5-Starlet/distinfo new file mode 100644 index 000000000000..83dd161b1813 --- /dev/null +++ b/www/p5-Starlet/distinfo @@ -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 diff --git a/www/p5-Starlet/pkg-descr b/www/p5-Starlet/pkg-descr new file mode 100644 index 000000000000..7f0bb5ad0401 --- /dev/null +++ b/www/p5-Starlet/pkg-descr @@ -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/ diff --git a/www/p5-Starlet/pkg-plist b/www/p5-Starlet/pkg-plist new file mode 100644 index 000000000000..9c7d6afcc484 --- /dev/null +++ b/www/p5-Starlet/pkg-plist @@ -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 |