From owner-cvs-all@FreeBSD.ORG Sat Oct 11 14:27:23 2008 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 C14A6106568A; Sat, 11 Oct 2008 14:27:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B466B8FC16; Sat, 11 Oct 2008 14:27:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9BERNNi075991; Sat, 11 Oct 2008 14:27:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9BERNmn075990; Sat, 11 Oct 2008 14:27:23 GMT (envelope-from miwi) Message-Id: <200810111427.m9BERNmn075990@repoman.freebsd.org> From: Martin Wilke Date: Sat, 11 Oct 2008 14:27:23 +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/multisort Makefile distinfo pkg-descr ports/www/multisort/files patch-Makefile 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, 11 Oct 2008 14:27:23 -0000 miwi 2008-10-11 14:27:23 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/multisort Makefile distinfo pkg-descr www/multisort/files patch-Makefile Log: `multisort' is a small program designed to take multiple httpd logfiles in the Common Log Format and merge them into a single log, sorted by date, sent to standard output. This is useful if you're running a single website on multiple hosts and using round-robin DNS to do load distribution. With multisort, you can take the various logfiles from each server and merge them into a single file for analysis. WWW: http://www.xach.com/multisort/ PR: ports/127906 Submitted by: Dennis Herrmann Revision Changes Path 1.2166 +1 -0 ports/www/Makefile 1.1 +19 -0 ports/www/multisort/Makefile (new) 1.1 +3 -0 ports/www/multisort/distinfo (new) 1.1 +18 -0 ports/www/multisort/files/patch-Makefile (new) 1.1 +10 -0 ports/www/multisort/pkg-descr (new)