Date: Mon, 08 Jul 2013 13:13:23 +0100 From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: soc-status@FreeBSD.org Subject: Status report: Pluggable solver framework for pkgng. Week #3. Message-ID: <51DAACE3.8050807@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51DAACE3.8050807>