From owner-cvs-ports@FreeBSD.ORG Wed Aug 27 01:14:15 2003 Return-Path: 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 1DD0916A4BF; Wed, 27 Aug 2003 01:14:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A479F43F3F; Wed, 27 Aug 2003 01:14:14 -0700 (PDT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7R8EE0U066290; Wed, 27 Aug 2003 01:14:14 -0700 (PDT) (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7R8EEnk066289; Wed, 27 Aug 2003 01:14:14 -0700 (PDT) Message-Id: <200308270814.h7R8EEnk066289@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Wed, 27 Aug 2003 01:14:14 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/worldtools Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 27 Aug 2003 08:14:15 -0000 mich 2003/08/27 01:14:14 PDT FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/worldtools Makefile distinfo pkg-descr pkg-plist Log: New port: worldtools worldtools consists of 3 simple scripts: - whereintheworld displays the great lines behind the build logs of a buildworld. It shows at which step the build is at, and which module is currently being built. - buildit runs a command, time(1)s it, logs the output and optionally sends a notification to the user by email when finished. - upgrade is a wrapper for buildit, whereintheworld, cvsup and make buildworld. PR: 55995 Submitted by: The Anarcat Approved by: roberto (mentor) Revision Changes Path 1.403 +1 -0 ports/sysutils/Makefile 1.1 +29 -0 ports/sysutils/worldtools/Makefile (new) 1.1 +1 -0 ports/sysutils/worldtools/distinfo (new) 1.1 +13 -0 ports/sysutils/worldtools/pkg-descr (new) 1.1 +5 -0 ports/sysutils/worldtools/pkg-plist (new)