From owner-cvs-all@FreeBSD.ORG Tue Feb 13 21:58:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EF7516A400; Tue, 13 Feb 2007 21:58:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0CADF13C4A8; Tue, 13 Feb 2007 21:58:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1DLwLmJ046150; Tue, 13 Feb 2007 21:58:21 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1DLwL0m046149; Tue, 13 Feb 2007 21:58:21 GMT (envelope-from linimon) Message-Id: <200702132158.l1DLwL0m046149@repoman.freebsd.org> From: Mark Linimon Date: Tue, 13 Feb 2007 21:58:21 +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/Tools/portbuild/scripts processonelog X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2007 21:58:22 -0000 linimon 2007-02-13 21:58:21 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processonelog Log: Combine all like terms to get another 10% speedup in processing time. There is no change in any of the individual terms; this is merely a rearrangement. This change undoes what I was trying to do back in 2004 of breaking up each individual test into a grep, for readability. The performance of the script has continued to suffer as new greps were added over time, to the point where this is now a bad tradeoff. Revision Changes Path 1.21 +14 -117 ports/Tools/portbuild/scripts/processonelog