summaryrefslogtreecommitdiff
path: root/cad/geda-utils/pkg/DESCR
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-01-02 22:20:52 +0000
committerrh <rh@pkgsrc.org>2000-01-02 22:20:52 +0000
commited08efee0b04f3752c44c296867a687b6d9cb048 (patch)
treed2570d015fc240eff66f1a222eb9f5e2d3467c2d /cad/geda-utils/pkg/DESCR
parent3d84a1675f03916dec27181cc756482aff91ee0c (diff)
downloadpkgsrc-ed08efee0b04f3752c44c296867a687b6d9cb048.tar.gz
Initial import of geda-utils-19991011, a set of utilities for gEDA.
Diffstat (limited to 'cad/geda-utils/pkg/DESCR')
-rw-r--r--cad/geda-utils/pkg/DESCR18
1 files changed, 18 insertions, 0 deletions
diff --git a/cad/geda-utils/pkg/DESCR b/cad/geda-utils/pkg/DESCR
new file mode 100644
index 00000000000..c77046e26ad
--- /dev/null
+++ b/cad/geda-utils/pkg/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).