From owner-cvs-all@FreeBSD.ORG Thu Oct 27 22:32:48 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 2EA041065670; Thu, 27 Oct 2011 22:32:48 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F12D8FC12; Thu, 27 Oct 2011 22:32:48 +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 p9RMWmfx092546; Thu, 27 Oct 2011 22:32:48 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9RMWmSf092545; Thu, 27 Oct 2011 22:32:48 GMT (envelope-from pgollucci) Message-Id: <201110272232.p9RMWmSf092545@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Thu, 27 Oct 2011 22:32:47 +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-Log-Handler Makefile distinfo pkg-descr 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: Thu, 27 Oct 2011 22:32:48 -0000 pgollucci 2011-10-27 22:32:47 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Catalyst-Plugin-Log-Handler Makefile distinfo pkg-descr Log: If your Catalyst project logs many messages, logging via standard error to Apache's error log is not very clean: The log messages are mixed with other web applications' noise; and especially if you use mod_fastcgi, every line will be prepended with a long prefix. An alternative is logging to a file. But then you have to make sure that multiple processes won't corrupt the log file. The module Log::Handler by Jonny Schulz does exactly this, because it supports message-wise flocking. This module is a wrapper for said Log::Handler. Revision Changes Path 1.3008 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/p5-Catalyst-Plugin-Log-Handler/Makefile (new) 1.1 +2 -0 ports/www/p5-Catalyst-Plugin-Log-Handler/distinfo (new) 1.1 +10 -0 ports/www/p5-Catalyst-Plugin-Log-Handler/pkg-descr (new)