Date: Sun, 26 May 2013 08:50:35 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319101 - in head/www: . p5-Monoceros Message-ID: <201305260850.r4Q8oZQA036784@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Sun May 26 08:50:35 2013 New Revision: 319101 URL: http://svnweb.freebsd.org/changeset/ports/319101 Log: Monoceros is PSGI/Plack server supports HTTP/1.1. Monoceros has a event-driven connection manager and preforking workers. Monoceros can keep large amount of connection at minimal processes. WWW: http://search.cpan.org/dist/Monoceros/ Added: head/www/p5-Monoceros/ head/www/p5-Monoceros/Makefile (contents, props changed) head/www/p5-Monoceros/distinfo (contents, props changed) head/www/p5-Monoceros/pkg-descr (contents, props changed) head/www/p5-Monoceros/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun May 26 08:48:28 2013 (r319100) +++ head/www/Makefile Sun May 26 08:50:35 2013 (r319101) @@ -1078,6 +1078,7 @@ SUBDIR += p5-Mojolicious-Plugin-Database SUBDIR += p5-Mojolicious-Plugin-Mongodb SUBDIR += p5-Mojolicious-Plugin-YamlConfig + SUBDIR += p5-Monoceros SUBDIR += p5-Mozilla-CA SUBDIR += p5-Net-Akismet SUBDIR += p5-Net-Amazon-AWIS Added: head/www/p5-Monoceros/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Monoceros/Makefile Sun May 26 08:50:35 2013 (r319101) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= Monoceros +PORTVERSION= 0.15 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:KAZEBURO +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= PSGI/Plack server w/ event driven connection manager, prefork workers + +RUN_DEPENDS= \ + p5-AnyEvent>=7.04:${PORTSDIR}/devel/p5-AnyEvent \ + p5-IO-FDPass>=1.0:${PORTSDIR}/devel/p5-IO-FDPass \ + p5-Net-CIDR-Lite>0:${PORTSDIR}/net/p5-Net-CIDR-Lite \ + p5-Plack>=1.0023:${PORTSDIR}/www/p5-Plack \ + p5-Starlet>=0.18:${PORTSDIR}/www/p5-Starlet +BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= \ + p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP + +PERL_MODBUILD= yes + +MAN3= Monoceros.3 \ + Plack::Middleware::MonocerosStatus.3 + +.include <bsd.port.mk> Added: head/www/p5-Monoceros/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Monoceros/distinfo Sun May 26 08:50:35 2013 (r319101) @@ -0,0 +1,2 @@ +SHA256 (Monoceros-0.15.tar.gz) = deea960a00f0da001a18e7e58eb1ade64ebaf61eab0bc284ee03a1dabd2d8399 +SIZE (Monoceros-0.15.tar.gz) = 20876 Added: head/www/p5-Monoceros/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Monoceros/pkg-descr Sun May 26 08:50:35 2013 (r319101) @@ -0,0 +1,5 @@ +Monoceros is PSGI/Plack server supports HTTP/1.1. Monoceros has a +event-driven connection manager and preforking workers. Monoceros can +keep large amount of connection at minimal processes. + +WWW: http://search.cpan.org/dist/Monoceros/ Added: head/www/p5-Monoceros/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Monoceros/pkg-plist Sun May 26 08:50:35 2013 (r319101) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Monoceros.pm +%%SITE_PERL%%/Monoceros/Server.pm +%%SITE_PERL%%/Plack/Handler/Monoceros.pm +%%SITE_PERL%%/Plack/Middleware/MonocerosStatus.pm +@dirrm %%SITE_PERL%%/Monoceros
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305260850.r4Q8oZQA036784>