From owner-soc-status@FreeBSD.ORG Mon Aug 2 20:43:32 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 382ED1065679; Mon, 2 Aug 2010 20:43:32 +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 8BED58FC0A; Mon, 2 Aug 2010 20:43:31 +0000 (UTC) Received: by bwz12 with SMTP id 12so2292831bwz.13 for ; Mon, 02 Aug 2010 13:43:30 -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=DbFP/F3ikvZVfpSC17ovrDU+8pK4LIPWT5DIOvMe0Co=; b=m6bOKkOnlqvR4uj3qvOCMqeYRr0ZXZ36id5WlolC1e53V+usV/jS5sSWNCeok8raIJ 1/Xy6HvsQ0UOBBbpvGSGjQZsBecBkJc12VNINwV1GqPy1qXc7knmrXGEZCzLvJNNnIAG AQNpysgiALY24Z1e4NKOKEl0wdyx/mRTlJGVk= 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=RlD+HFrLGkD1zkG8jez2w2xmdzqjR87lqMuNSoTzMRRwagm7cR1XWUWZ98fl3azQ+q cuN92+EFxArWo2kpis9q8NRbniJsrtZAWh/OzG82FbtGPZRu8ESH8YMVNCIlTGHfAVj5 hifPAAD1MUYOYRwhVoBkxKQv6I2iB12UusXJU= MIME-Version: 1.0 Received: by 10.204.163.84 with SMTP id z20mr4383835bkx.184.1280781810567; Mon, 02 Aug 2010 13:43:30 -0700 (PDT) Sender: julien.laffaye@gmail.com Received: by 10.204.48.27 with HTTP; Mon, 2 Aug 2010 13:43:30 -0700 (PDT) Date: Mon, 2 Aug 2010 22:43:30 +0200 X-Google-Sender-Auth: 2zrHH_yLr75dRUP0NBW1U2cXIhU Message-ID: From: Julien LAFFAYE To: soc-status@freebsd.org, Ed Maste Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: [pkg_complete] report #9 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, 02 Aug 2010 20:43:32 -0000 Hello, This week, I re-implemented the automatic installation of dependencies in pkg_add(1). I also added the support to install complete packages via pkg_add(1). To do: - do not abort a complete package installation if one of the packages in the set is already installed with the *same* version - add support for complete packages in pkg_info (and use libarchive for efficiency) - tests Regards, Julien