From owner-cvs-ports@FreeBSD.ORG Thu Nov 17 19:41:01 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98DFE16A41F; Thu, 17 Nov 2005 19:41:01 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AC1643D49; Thu, 17 Nov 2005 19:41:01 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAHJf1BF017034; Thu, 17 Nov 2005 19:41:01 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAHJf1pe017033; Thu, 17 Nov 2005 19:41:01 GMT (envelope-from erwin) Message-Id: <200511171941.jAHJf1pe017033@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 17 Nov 2005 19:41:01 +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-Catalyst-Plugin-DefaultEnd Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2005 19:41:01 -0000 erwin 2005-11-17 19:41:01 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Catalyst-Plugin-DefaultEnd Makefile distinfo pkg-descr pkg-plist Log: This action implements a sensible default end action, which will forward to the first available view, unless status is set to 3xx, or there is a response body. It also allows you to pass dump_info=1 to the url in order to force a debug screen, while in debug mode. If you have more than 1 view, you can specify which one to use with the 'view' config setting. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session/ PR: ports/89170 Submitted by: Lars Balker Rasmussen Revision Changes Path 1.1227 +1 -0 ports/www/Makefile 1.1 +29 -0 ports/www/p5-Catalyst-Plugin-DefaultEnd/Makefile (new) 1.1 +3 -0 ports/www/p5-Catalyst-Plugin-DefaultEnd/distinfo (new) 1.1 +9 -0 ports/www/p5-Catalyst-Plugin-DefaultEnd/pkg-descr (new) 1.1 +3 -0 ports/www/p5-Catalyst-Plugin-DefaultEnd/pkg-plist (new)