From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: New importer for GNU packages Date: Fri, 21 Nov 2014 11:00:57 +0100 Message-ID: <20141121100057.GA20832@debian.math.u-bordeaux1.fr> References: <87389pit9f.fsf@gnu.org> <201411112225.sABMPUfx014533@freefriends.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrl1h-00075E-Nh for guix-devel@gnu.org; Fri, 21 Nov 2014 05:01:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xrl1b-00015i-Pk for guix-devel@gnu.org; Fri, 21 Nov 2014 05:01:17 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:62515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrl1b-00015Q-GT for guix-devel@gnu.org; Fri, 21 Nov 2014 05:01:11 -0500 Content-Disposition: inline In-Reply-To: <201411112225.sABMPUfx014533@freefriends.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Karl Berry Cc: guix-devel@gnu.org On Tue, Nov 11, 2014 at 10:25:30PM +0000, Karl Berry wrote: > To the best of my knowledge, the Directory is intended to have that > information (and plenty of other things too), although I don't doubt > that plenty of updates are needed. In the interests of not maintaining > the same thing in multiple places, I have never wanted to set up a > separate place for it. Is it sufficiently machine readable so that one could extract the information automatically? In any case, I do not think this is a blocker: Creating recipes for the GNU packages is essentially a one-time effort. And given the GNU standards, these are usually the simplest one to create. Out of curiosity, I made a rough count (using grep on ftp.gnu.org etc., so the numbers may be a bit off): Out of the ~303 packages in ftp.gnu.org/pub/gnu, wee currently have ~169 in Guix. Andreas