From owner-freebsd-ports@FreeBSD.ORG Mon May 23 07:53:13 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 1D1DC16A41C for ; Mon, 23 May 2005 07:53:13 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D065A43D1D for ; Mon, 23 May 2005 07:53:12 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j4N7r1oZ068090; Mon, 23 May 2005 00:53:01 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j4N7r1UG068089; Mon, 23 May 2005 00:53:01 -0700 (PDT) (envelope-from obrien) Date: Mon, 23 May 2005 00:53:01 -0700 From: "David O'Brien" To: Jeremy Messenger Message-ID: <20050523075301.GE62971@dragon.NUXI.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: freebsd-ports@freebsd.org Subject: Re: auto-plist , almost same idea as with plist in Tools. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 07:53:13 -0000 On Wed, May 18, 2005 at 01:56:13AM -0500, Jeremy Messenger wrote: > Current, auto-plist has the following features: One thing that is missing from this list and would be most helpful is the ability to specify a directory (or list of directories) and have the files added to the PLIST and have the directories (and subdirs) have the correct "@unexec rmdir" added. This would allow one to use a standard bsd.port.mk mechanism vs. what I have in ports/lang/gcc34/Makefile 'post-install' target to handle this. While your 'auto-plist' could simply things quite a bit, I wouldn't use it as it still creates a static pkg-plist that isn't robust in the face of version updates. -- -- David (obrien@FreeBSD.org)