From owner-soc-status@FreeBSD.ORG Mon Jul 26 18:45:04 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 1780A106566B; Mon, 26 Jul 2010 18:45:04 +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 7156A8FC1B; Mon, 26 Jul 2010 18:45:03 +0000 (UTC) Received: by bwz12 with SMTP id 12so3385744bwz.13 for ; Mon, 26 Jul 2010 11:45:02 -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=gtPpkwy4cYYV5ZzVw4L4Ww8R9YIyCJtyDq+bQqJnLa0=; b=LgXTE1K+GMJhuaIcBkT7yLeK/4vIG9Fzf25KZ7JEaezKSV89uFvd3zf4/k+KxYVs0D i+4aG/VVQ6AjaqsoY6/2Phf31meGYGIbrsQ3AUWROJlfSE0x6yOCdVzTT2AYi/suzoOl nfTWcFMTO0I8eRZzmhShzkq1rbw+NwDSJKBbg= 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=crF+OR2YvU17FWQ35swtDO+uZV1Dju16aHnY+nuGgeX9URx9tT9uRS2NFnf707ZWM5 czbNpBfkDFYUbOXXtEcnmxPP+Vmf2bu2ntGEoIWlUNgYc1mDMvkSV6FMsqB3rK1ICFKJ 2h4TazNX/aFQx9sCq7B1zonNb0osO+sytepIE= MIME-Version: 1.0 Received: by 10.204.82.130 with SMTP id b2mr6036442bkl.12.1280169902096; Mon, 26 Jul 2010 11:45:02 -0700 (PDT) Sender: julien.laffaye@gmail.com Received: by 10.204.48.27 with HTTP; Mon, 26 Jul 2010 11:45:02 -0700 (PDT) Date: Mon, 26 Jul 2010 20:45:02 +0200 X-Google-Sender-Auth: t9bnN-3l2bILWNPsbuEwKcDeUVA Message-ID: From: Julien LAFFAYE To: soc-status@freebsd.org, emaste@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: [pkg_complete] report #8 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, 26 Jul 2010 18:45:04 -0000 Hello, This week I re-implemented features lost in the libarchive transition (like reading an archive from an URL). Right now I am working on the "finding of dependency package" feature (on disk and on the remote repo). I expect to complete this and add complete package support by Wednesday. If I am on schedule (and do not discover critical bugs), I plan to add libarchive support into pkg_info too. Regards, Julien