From owner-freebsd-ports@FreeBSD.ORG Sun May 18 12:55:35 2003 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 62C6237B401 for ; Sun, 18 May 2003 12:55:35 -0700 (PDT) Received: from eborcom.com (dsl-62-3-122-102.zen.co.uk [62.3.122.102]) by mx1.FreeBSD.org (Postfix) with SMTP id E031343FA3 for ; Sun, 18 May 2003 12:55:33 -0700 (PDT) (envelope-from tom@FreeBSD.org) Received: (qmail 434 invoked by uid 1001); 18 May 2003 19:55:32 -0000 Date: Sun, 18 May 2003 20:55:32 +0100 From: Tom Hukins To: Martin Klaffenboeck Message-ID: <20030518195531.GA407@eborcom.com> Mail-Followup-To: Tom Hukins , Martin Klaffenboeck , ports freebsd group References: <20030518182218.GA59208@martin.kleinerdrache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030518182218.GA59208@martin.kleinerdrache.org> User-Agent: Mutt/1.4.1i cc: ports freebsd group Subject: Re: documentation for the ports system? 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: Sun, 18 May 2003 19:55:35 -0000 On Sun, May 18, 2003 at 08:22:18PM +0200, Martin Klaffenboeck wrote: > > I know the Porter's Hanbook, but what I want to ask is: > > Is there anywhere a documentation for the ports system? The Porter's Handbook documents the Ports system better than anything else. > How are the /var/db/pkg/* files are created. Where comes the origin > from and so on. How does dynamic pkg-plist creating work? (In ports > which do not have a pkg-plist file)... > > Is there anywhere a docu for that? The person creating or updating the port looks after these files. Semi-automatic pkg-plist generation tools exist. See section 17 of the Porter's Handbook: http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-autoplist.html Tom