From owner-soc-status@FreeBSD.ORG Tue Jun 9 00:30:20 2015 Return-Path: Delivered-To: soc-status@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D705AD3; Tue, 9 Jun 2015 00:30:20 +0000 (UTC) (envelope-from mdw@freebsd.org) Received: from mehl.mmap.at (static.56.42.47.78.clients.your-server.de [78.47.42.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26A211391; Tue, 9 Jun 2015 00:30:19 +0000 (UTC) (envelope-from mdw@freebsd.org) Received: from [192.168.0.14] (chello084113194171.8.14.vie.surfer.at [84.113.194.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mehl.mmap.at (Postfix) with ESMTPSA id DBA4CB3B00; Tue, 9 Jun 2015 02:30:09 +0200 (CEST) Message-ID: <55763391.8010503@freebsd.org> Date: Tue, 09 Jun 2015 02:30:09 +0200 From: Manuel Wiesinger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: soc-status@FreeBSD.org Subject: Status: Linux packages for pkg(8) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 09 Jun 2015 00:30:20 -0000 Hello, I'm in the middle of adapting the parser (function add_repo), so pkg(8) can handle repositories. The task for tomorrow and Wednesday is to be able to download Debian packages using a pkg-repository configuration file. I've been in contact with a friend of mine, who is a debian-developer (rhonda@), so I'm aware of the structure of Debian-repositories. I hope I'll be able to implement fetching of simple packages (without dependencies) soon. Regards, Manuel