From owner-soc-status@FreeBSD.ORG Mon Jul 12 18:10:48 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 85B99106566C for ; Mon, 12 Jul 2010 18:10:47 +0000 (UTC) (envelope-from julien.laffaye@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 15B858FC0A for ; Mon, 12 Jul 2010 18:10:46 +0000 (UTC) Received: by bwz12 with SMTP id 12so3073207bwz.13 for ; Mon, 12 Jul 2010 11:10:45 -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:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=DG7FoP9qZ2oK+YK845QlHPsKiY6SYv7RqYqK+gkJqoA=; b=YWYHO+a/qsobAwKzMleCNvQ09jFMFOSmn9qzJe0ukakDQSSx/2KPbMMhCNRF3eyepx YugPrUIIaL6NPkP18YV4BGWizJahgInahj9HIzqEpv0wGUpqxHmOMqpIQIUe9yZv8iA5 O60Q2+UvI7iomY1IYUSz69sGfp3abRPSE3pSw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=P24YX60aGhlEMOJPupxdhmS26b3nDL329XKvoHl4veLVuW84uI3895UyyniDm9OFQT E5aSby6gO0A3yH9QXHiwFLTi8RabRhkmJRA0iDigyZ+2b0SX7Mca1hibkW5w0COK/IZO 3770w4I1vlCk48xuS+YCl4gH8dwN0PVF8f/Jo= MIME-Version: 1.0 Received: by 10.204.7.141 with SMTP id d13mr10762365bkd.158.1278958245728; Mon, 12 Jul 2010 11:10:45 -0700 (PDT) Sender: julien.laffaye@gmail.com Received: by 10.204.62.75 with HTTP; Mon, 12 Jul 2010 11:10:45 -0700 (PDT) Date: Mon, 12 Jul 2010 20:10:45 +0200 X-Google-Sender-Auth: t_4gTm6vIZWoub_gCUUG1EFPppM Message-ID: From: Julien LAFFAYE To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: [pkg_complete] report #6 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: Mon, 12 Jul 2010 18:10:48 -0000 Hello, This week, I worked on pkg_add to add libarchive support. I still need to find an elegant way to handle the SLAVE/MASTER modes of pkg_add. The plan is to: 1) make pkg_add use libarchive, extract files directly in the final destination 2) once it works like the old pkg_add, add a top layer which check the type of the package. If it's a regular package, use the extract function written in 1), if it is a complete package, iterate over the regular packages contained into it and call the very same function to do the job. Regards, Julien