From owner-freebsd-questions@FreeBSD.ORG Tue Aug 30 22:20:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7943716A41F for ; Tue, 30 Aug 2005 22:20:17 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE17A43D45 for ; Tue, 30 Aug 2005 22:20:16 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from [192.168.0.60] ([82.35.113.47]) by smtp-out2.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 30 Aug 2005 23:21:02 +0100 Message-ID: <4314CCC2.9060001@childeric.freeserve.co.uk> Date: Tue, 30 Aug 2005 22:16:50 +0100 From: Chris User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050805) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4314C0DD.2080203@childeric.freeserve.co.uk> <20050830215017.GA26541@slackbox.xs4all.nl> In-Reply-To: <20050830215017.GA26541@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Aug 2005 22:21:03.0327 (UTC) FILETIME=[1B9196F0:01C5ADB1] Subject: Re: making packages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2005 22:20:17 -0000 Roland Smith wrote: > On Tue, Aug 30, 2005 at 09:26:05PM +0100, Chris wrote: > >>Hi >> >>I'm just checking out how to make my own packages from ports. To see how >>things work I did ``make package'' in misc/bb. I get this: > > > >>Are there better ways of making a package? > > > See the -b option of pkg_create in the manual page. > > Roland Wow! fast answer I only just wrote the question. The pkg_create man page advises to ``use a front-end tool for the job rather than muddling through it yourself''. What front-end tools are there? Or am I just being a wimp :? thanks very much Chris