Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8F7A5A567D for ; Sun, 11 Oct 2015 19:20:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9B35314A36A; Sun, 11 Oct 2015 19:20:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E10DE14A366 for ; Sun, 11 Oct 2015 19:20:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AaKH1BTUHTqh for ; Sun, 11 Oct 2015 19:20:17 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 76B6814A364 for ; Sun, 11 Oct 2015 19:20:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5911B98; Sun, 11 Oct 2015 19:20:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 11 Oct 2015 19:20:17 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/pkgtools/pkglint/files To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20151011192017.5911B98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rillig Date: Sun Oct 11 19:20:17 UTC 2015 Modified Files: pkgsrc/pkgtools/pkglint/files: build.pl pkglint.pl Added Files: pkgsrc/pkgtools/pkglint/files/PkgLint: Patches.pm Log Message: Moved the code for checking patch files into its own file The pkglint.pl file has grown pretty large, which makes it hard to under- stand. Therefore it is useful to split it into reasonable parts. The code for checking patch files is such a part since it is independent of the rest of pkglint, and its specialized routines take quite a bit of space. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/pkgtools/pkglint/files/build.pl cvs rdiff -u -r1.886 -r1.887 pkgsrc/pkgtools/pkglint/files/pkglint.pl cvs rdiff -u -r0 -r1.1 pkgsrc/pkgtools/pkglint/files/PkgLint/Patches.pm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.