From owner-cvs-all@FreeBSD.ORG Sun Oct 10 11:04:24 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34CC5106566B; Sun, 10 Oct 2010 11:04:24 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23CC38FC0A; Sun, 10 Oct 2010 11:04:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9AB4O3Z045854; Sun, 10 Oct 2010 11:04:24 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9AB4Oem045853; Sun, 10 Oct 2010 11:04:24 GMT (envelope-from kuriyama) Message-Id: <201010101104.o9AB4Oem045853@repoman.freebsd.org> From: Jun Kuriyama Date: Sun, 10 Oct 2010 11:04:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-POEx-Role-PSGIServer Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2010 11:04:24 -0000 kuriyama 2010-10-10 11:04:24 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-POEx-Role-PSGIServer Makefile distinfo pkg-descr pkg-plist Log: POEx::Role::PSGIServer encapsulates the core PSGI server behaviors into an easy to consume and extend role. It is based on previous POEx work such as POEx::Role::TCPServer which provides basic TCP socket multiplexing via POE::Wheel::SocketFactory and POE::Wheel::ReadWrite, and POEx::Role::SessionInstantiation which transforms plain Moose objects into POE sessions. WWW: http://search.cpan.org/dist/POEx-Role-PSGIServer/ Revision Changes Path 1.2708 +1 -0 ports/www/Makefile 1.1 +41 -0 ports/www/p5-POEx-Role-PSGIServer/Makefile (new) 1.1 +3 -0 ports/www/p5-POEx-Role-PSGIServer/distinfo (new) 1.1 +8 -0 ports/www/p5-POEx-Role-PSGIServer/pkg-descr (new) 1.1 +9 -0 ports/www/p5-POEx-Role-PSGIServer/pkg-plist (new)