From owner-cvs-all@FreeBSD.ORG Fri Apr 4 04:20:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D49D37B401; Fri, 4 Apr 2003 04:20:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD54143FD7; Fri, 4 Apr 2003 04:20:54 -0800 (PST) (envelope-from edwin@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 h34CKs0U091585; Fri, 4 Apr 2003 04:20:54 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h34CKs7P091584; Fri, 4 Apr 2003 04:20:54 -0800 (PST) Message-Id: <200304041220.h34CKs7P091584@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 4 Apr 2003 04:20:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/scripts parse-kdump.tcl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 04 Apr 2003 12:20:55 -0000 edwin 2003/04/04 04:20:54 PST FreeBSD ports repository Added files: Tools/scripts parse-kdump.tcl Log: This tool parses the output of kdump to generate a list of added and removed files. This can be used as the basis of a pkg-plist, or even just for curiosity about what files something is touching. Fairly raw at the moment, and doubtless inefficient, but it should make a useful tool for port creators. PR: ports/47424 Submitter: Daniel O'Connor Revision Changes Path 1.1 +199 -0 ports/Tools/scripts/parse-kdump.tcl (new)