From owner-soc-status@FreeBSD.ORG Tue Jun 8 23:59:00 2010 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C221C1065675 for ; Tue, 8 Jun 2010 23:59:00 +0000 (UTC) (envelope-from dforsythe@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 691C48FC13 for ; Tue, 8 Jun 2010 23:58:57 +0000 (UTC) Received: by iwn7 with SMTP id 7so1652770iwn.13 for ; Tue, 08 Jun 2010 16:58:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=KbVdyb+aUKBna9iZcP6wgoyqhn6VQ/6SEZwqB20Ky24=; b=ZrljQ8iDdZA9JGgtxfjwy/GPMJe26D3a+bY+x/ULE9K2hG/VTYWuq5/WSyuLVW1WSt sVJY3FWliPMgZ77dVc57El9KGP3O48ZvtWuc1ukxeT74Q8+HmPJOfBYK1qFe5nb1lMYX 759Z5xWu1Zb+NTuHIRrzYDOwHVaFKzn9kgYDY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=qY4hEjcHo5rVpF9x2ZKDwaIOe/fzvXPCpcA1rtcE5ZMj5xd3hkrPqfotxLMtMe6+NJ ER/v8SOve4yDO86Ny+t6XR+L1Rc9Wlw3NL8cMbnnvT/zytpBIzHuV4KopHtnlxorNzlh XTTajNwBSe1x9hctpkbBl07uICjtwkSFOKzxM= MIME-Version: 1.0 Received: by 10.231.111.209 with SMTP id t17mr6917759ibp.182.1276041516392; Tue, 08 Jun 2010 16:58:36 -0700 (PDT) Sender: dforsythe@gmail.com Received: by 10.231.85.208 with HTTP; Tue, 8 Jun 2010 16:58:35 -0700 (PDT) In-Reply-To: References: Date: Tue, 8 Jun 2010 19:58:35 -0400 X-Google-Sender-Auth: HtG5gBknr4chfGHe3DL6vS7s6mQ Message-ID: From: David Forsythe To: Julien LAFFAYE Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: soc-status@freebsd.org, emaste@freebsd.org Subject: Re: [pkg_complete] report #2 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2010 23:59:00 -0000 Hi, Can I have a link to your repository? Thanks, Dave On Tue, Jun 8, 2010 at 7:48 PM, Julien LAFFAYE wrote= : > Hello, > > The last week, I worked on an utility to create a complete package. I cho= se > to create a new bin called `pkg_complete` for the time being because the > options of the `pkg_create` utility doesn't make sense for the creation o= f a > complete package. > What works: > =C2=A0* Given a package file, get its dependencies (and the deps of the d= eps, > recursively) > =C2=A0* Ordering of the dependencies, in such a way that the packages wit= hout > deps are in the top of the list > =C2=A0* Creation of a tar file containing the packages in the proper orde= r : this > is the complete package. > Open tasks: > =C2=A0* More errors checking/handling > =C2=A0* Add a "special file" in the complete package to identify it from = a > regular package. > =C2=A0* Tests, tests, ... :) > > Best regards, > Julien > _______________________________________________ > soc-status@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/soc-status > To unsubscribe, send any mail to "soc-status-unsubscribe@freebsd.org" >