[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add gEDA/gaf
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] Add gEDA/gaf |
Date: |
Sun, 08 Mar 2015 22:43:03 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Ricardo Wurmus <address@hidden> skribis:
> From f795352d55797e7b675409f4841e11caed5db73f Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <address@hidden>
> 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’.