From owner-freebsd-ports@FreeBSD.ORG Fri Jan 30 10:45:15 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92A3316A4CF for ; Fri, 30 Jan 2004 10:45:15 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71C7843D2F for ; Fri, 30 Jan 2004 10:45:14 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id i0UIjPrr081454 for ; Fri, 30 Jan 2004 13:45:25 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.9p2/8.12.3/Submit) with ESMTP id i0UIjOl4081451 for ; Fri, 30 Jan 2004 13:45:25 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Fri, 30 Jan 2004 13:45:24 -0500 (EST) From: Trevor Johnson To: ports@freebsd.org Message-ID: <20040130133028.V74416@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 Subject: big PLIST_FILES patch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 18:45:15 -0000 I've noticed that many ports have just one line in their packing list. I've made a patch to use the PLIST_FILES variable in place of most these simple packing lists, in order to reduce the numbers of inodes and blocks that users need to unpack the ports collection. This patch would affect 1,217 ports. There are 50-odd pkg-plist files that just have a comment in them; this patch doesn't address those (I have a hunch that they could just be removed without causing problems). The patch is at and the list of pkg-plist files to be removed is at (its first line is a comment). My intention is to ask for it to be tested on the package-building cluster, then if all goes well, to commit it. I'm looking here for any suggestions or objections. If you'd like your ports to be left out of this, please speak up. -- Trevor Johnson