From owner-freebsd-hackers@FreeBSD.ORG Thu May 6 02:34:27 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E888A1065679 for ; Thu, 6 May 2010 02:34:27 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.50.215]) by mx1.freebsd.org (Postfix) with ESMTP id C2D2E8FC19 for ; Thu, 6 May 2010 02:34:27 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id BD8E65C37; Wed, 5 May 2010 22:34:57 -0400 (EDT) Date: Wed, 5 May 2010 22:34:57 -0400 From: Wesley Shields To: Julien Laffaye Message-ID: <20100506023457.GA45107@atarininja.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Andrew Brampton , freebsd-hackers@freebsd.org Subject: Re: GSoC:Complete Package support in the pkg_install tools and cleanup X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2010 02:34:28 -0000 On Tue, May 04, 2010 at 10:30:13AM -0700, Julien Laffaye wrote: > On Tue, May 4, 2010 at 3:15 AM, Andrew Brampton > wrote: > > > > Hi Julien, > > > > Glad you got onto the GSoC programme. I'm curious, what benefit is a > > complete package over many individual ones? > > Hi Andrew, > > If you cant or dont want to use the remote feature of of pkg_add (ex. > your packages are built with non default options and you think its > overkill to setup a server to distribute them) then you make a > complete package. You only have to copy one file (say on an usb > device), which is less error prone than 150 files. > The global idea is to write a meta port which depends on the desired > ports, type `make complete-package`, copy the output file on the > machine to bootstrap, pkg_add /path/to/complete-pkg and voila! Do you intend to add the "complete-package" target also or is that out of scope? -- WXS