From owner-cvs-all@FreeBSD.ORG Sat Dec 31 09:31:01 2011 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 09E9B106566B; Sat, 31 Dec 2011 09:31:01 +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 D2EBA8FC0A; Sat, 31 Dec 2011 09:31:00 +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 pBV9V0cg047432; Sat, 31 Dec 2011 09:31:00 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBV9V0AJ047431; Sat, 31 Dec 2011 09:31:00 GMT (envelope-from kuriyama) Message-Id: <201112310931.pBV9V0AJ047431@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 31 Dec 2011 09:31:00 +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-STF-Dispatcher-PSGI 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: Sat, 31 Dec 2011 09:31:01 -0000 kuriyama 2011-12-31 09:31:00 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-STF-Dispatcher-PSGI Makefile distinfo pkg-descr pkg-plist Log: STF::Dispatcher::PSGI implements the basic STF Protocol (http://stf-storage.github.com) dispatcher component. It does not know how to actually store or retrieve data, so you must implement that portion yourself. The reason this exists is mainly to allow you to testing systems that interact with STF servers. For example, setting up the main STF implementation is quite a pain if all you want to do is to test your application, but with this module, you can easily create a dummy STF dispatcher. WWW: http://search.cpan.org/dist/STF-Dispatcher-PSGI/ Revision Changes Path 1.3065 +1 -0 ports/www/Makefile 1.1 +33 -0 ports/www/p5-STF-Dispatcher-PSGI/Makefile (new) 1.1 +2 -0 ports/www/p5-STF-Dispatcher-PSGI/distinfo (new) 1.1 +12 -0 ports/www/p5-STF-Dispatcher-PSGI/pkg-descr (new) 1.1 +13 -0 ports/www/p5-STF-Dispatcher-PSGI/pkg-plist (new)