summaryrefslogtreecommitdiff
path: root/cad/gerbv/DESCR
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-07-09 23:20:22 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-07-09 23:20:22 +0000
commit65adb86808b246cc74743e45da0af5a0f3f64f80 (patch)
tree08cd8f5d948fbb8ad0e156bd8c5563cbdda0771e /cad/gerbv/DESCR
parent35f9ce932ae1ba68ebfaa736592df7a3eb6c2bb3 (diff)
downloadpkgsrc-65adb86808b246cc74743e45da0af5a0f3f64f80.tar.gz
- remove comments about some limitations which are no longer present.
- remove comment about guile backend. Thanks to Stephan Petersen (the program author) for pointing this out.
Diffstat (limited to 'cad/gerbv/DESCR')
-rw-r--r--cad/gerbv/DESCR11
1 files changed, 1 insertions, 10 deletions
diff --git a/cad/gerbv/DESCR b/cad/gerbv/DESCR
index e7745edaa35..5461c9d9e2e 100644
--- a/cad/gerbv/DESCR
+++ b/cad/gerbv/DESCR
@@ -2,13 +2,4 @@ Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are
generated from PCB CAD system and sent to PCB manufacturers as basis
for the manufacturing process.
-The different layers of the PCB are separated into different
-files. gerbv can load all files at the same time, though it can not
-show them at the same time. You have to browse through the different
-layers with the radio buttons on the right side.
-
-gerbv has also a batch feature. By writing a "backend" in Scheme you
-can for example generate other file formats or do design rule
-check. gerbv parses the Gerber file and calls an external function
-written in Scheme. Since the Scheme implementation is based on Guile,
-there are more functions available than the ordinary R4RS.
+Additionally, gerbv can read and display NC drill files.