Ricardo Wurmus <rek...@elephly.net> skribis: > From f795352d55797e7b675409f4841e11caed5db73f Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus <rek...@elephly.net> > Date: Thu, 5 Mar 2015 08:38:46 +0100 > Subject: [PATCH] gnu: Add gEDA/gaf. > > * gnu/packages/engineering.scm (geda-gaf): New variable.
[...] > + (description > + "gaf stands for “gschem and friends”. It is a subset of the entire tool > suite > +grouped together under the gEDA name. gEDA/gaf is a collection of tools which Two spaces after period. > +currently includes: > + > +gschem: A schematic capture program; > + > +gnetlist: A netlist generation program; > + > +gsymcheck: A syntax checker for schematic symbols; > + > +gattrib: A spreadsheet programm that manipulates the properties of symbols of > +a schematic; > + > +libgeda: Libraries for gschem gnetlist and gsymcheck; > + > +gsch2pcb: A tool to forward annotation from your schematic to layout using > PCB; > + > +some minor utilities.") Could you make the list non-bullet style so that it remains readable and pleasant even if some UI reflows the paragraphs? Other than that it’s OK. Nice work! Ludo’.