diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:47:39 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:47:39 +0000 |
commit | 37637e483f1bf6574e9306aebbd013bb63d888d6 (patch) | |
tree | 9272b7d09aad70c4eb3fc070bc4f4d3ebc8e5754 /cad/geda-utils/DESCR | |
parent | 98cf373d367fc32881cb40926be1a79736f39794 (diff) | |
download | pkgsrc-37637e483f1bf6574e9306aebbd013bb63d888d6.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'cad/geda-utils/DESCR')
-rw-r--r-- | cad/geda-utils/DESCR | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cad/geda-utils/DESCR b/cad/geda-utils/DESCR new file mode 100644 index 00000000000..c77046e26ad --- /dev/null +++ b/cad/geda-utils/DESCR @@ -0,0 +1,18 @@ + This package contains a set of utilities for gEDA (GNU Electronic +Design Automation). Currently there are several utilities: + + * gmk_sym is a simple utility to convert comma separated + descriptions into rectangular gschem symbols. It should be useful + for easily creating memory, processors or connector style parts. + + * smash_megafile is a C program that will take a ViewLogic megafile + and extract the contents into a directory of the same name, with + one file representing each element in the library. + + * convert_sym takes ViewLogic Viewdraw schematic or symbol and + outputs a gschem compatible file. This utility should be + considered a work in progress. + + * gpstoimage is a simple bourne shell script which shows how to + take the postscript generated by gschem and convert it into an + image (such as a gif or whatever). |