From owner-svn-ports-all@FreeBSD.ORG Sun May 26 08:50:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D844D876; Sun, 26 May 2013 08:50:36 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CA9EAEC4; Sun, 26 May 2013 08:50:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4Q8oa9W036789; Sun, 26 May 2013 08:50:36 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4Q8oZQA036784; Sun, 26 May 2013 08:50:35 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201305260850.r4Q8oZQA036784@svn.freebsd.org> From: Jun Kuriyama Date: Sun, 26 May 2013 08:50:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319101 - in head/www: . p5-Monoceros X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 May 2013 08:50:36 -0000 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 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