From owner-cvs-all@FreeBSD.ORG Tue Jan 24 07:30:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 B10D516A41F; Tue, 24 Jan 2006 07:30:08 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B52D43D45; Tue, 24 Jan 2006 07:30:08 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0O7U8ip077161; Tue, 24 Jan 2006 07:30:08 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0O7U8qh077160; Tue, 24 Jan 2006 07:30:08 GMT (envelope-from edwin) Message-Id: <200601240730.k0O7U8qh077160@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 24 Jan 2006 07:30:08 +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/scripts distinfochecker 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, 24 Jan 2006 07:30:08 -0000 edwin 2006-01-24 07:30:08 UTC FreeBSD ports repository Added files: Tools/scripts distinfochecker Log: Small tool to check the necessary lines in the distinfo files, based on the contents of the distinfo files. # # Small tool to find distinfo with missing MD5/SHA256/SIZE statements, # based on the assumption that if there is one of the MD5/SHA256/SIZE # statements, then there should be all of them (except for SIZE # when MD5/SHA256 is set to IGNORE). # # Usage: distinfochecker [-v] [-d directory] # -v - verbose (print) # -d - use directory instead of /usr/ports # Revision Changes Path 1.1 +105 -0 ports/Tools/scripts/distinfochecker (new)