From owner-soc-status@FreeBSD.ORG Mon Jul 8 12:13:28 2013 Return-Path: Delivered-To: soc-status@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0FE9C4E2 for ; Mon, 8 Jul 2013 12:13:28 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from n.highsecure.ru (unknown [IPv6:2001:41d0:8:dd9a::99]) by mx1.freebsd.org (Postfix) with ESMTP id D10441CC3 for ; Mon, 8 Jul 2013 12:13:27 +0000 (UTC) Received: from [95.154.136.124] (unknown [95.154.136.124]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: vsevolod@highsecure.ru) by n.highsecure.ru (Postfix) with ESMTPSA id A6CB122127A for ; Mon, 8 Jul 2013 13:12:36 +0100 (BST) Message-ID: <51DAACE3.8050807@FreeBSD.org> Date: Mon, 08 Jul 2013 13:13:23 +0100 From: Vsevolod Stakhov User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: soc-status@FreeBSD.org Subject: Status report: Pluggable solver framework for pkgng. Week #3. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 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, 08 Jul 2013 12:13:28 -0000 Hello, Here is a list of tasks that were done over the third week: - provides support has been added to pkgng: provides are abstract names that could be used by packages to create abstract dependencies, for instance, a perl module could depend on `perl' instead of a direct dependency on lang/perl59; - conflicts and provides are populated in the database manipulation framework; - conflicts and provides support has been added to yaml manifests parsing and emitting functions; My code is placed here: https://github.com/vstakhov/pkg/tree/gsoc As the next step, I plan to implement the initial version of CUDF[1] generator - an interface to the number of external solvers. [1] - http://www.mancoosi.org/cudf/ -- Vsevolod Stakhov