diff options
author | rh <rh@pkgsrc.org> | 2000-01-02 22:20:52 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-02 22:20:52 +0000 |
commit | ed08efee0b04f3752c44c296867a687b6d9cb048 (patch) | |
tree | d2570d015fc240eff66f1a222eb9f5e2d3467c2d /cad/geda-utils | |
parent | 3d84a1675f03916dec27181cc756482aff91ee0c (diff) | |
download | pkgsrc-ed08efee0b04f3752c44c296867a687b6d9cb048.tar.gz |
Initial import of geda-utils-19991011, a set of utilities for gEDA.
Diffstat (limited to 'cad/geda-utils')
-rw-r--r-- | cad/geda-utils/Makefile | 24 | ||||
-rw-r--r-- | cad/geda-utils/files/md5 | 3 | ||||
-rw-r--r-- | cad/geda-utils/pkg/COMMENT | 1 | ||||
-rw-r--r-- | cad/geda-utils/pkg/DESCR | 18 | ||||
-rw-r--r-- | cad/geda-utils/pkg/PLIST | 6 |
5 files changed, 52 insertions, 0 deletions
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile new file mode 100644 index 00000000000..05408ec8c37 --- /dev/null +++ b/cad/geda-utils/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 22:20:52 rh Exp $ +# + +DISTNAME= utils-${PKGVERSION} +PKGNAME= geda-${DISTNAME} +WRKSRC= ${WRKDIR}/utils +CATEGORIES= cad +MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \ + ftp://ieee.ing.uniroma1.it/pub/geda/devel/${PKGVERSION}/ \ + http://www.geda.seul.org/devel/${PKGVERSION}/ \ + http://www.geda.coelacanth.com/devel/${PKGVERSION}/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.geda.seul.org/ + +DEPENDS+= libgeda-${PKGVERSION}:../../cad/libgeda + +DIST_SUBDIR= geda +PKGVERSION= 19991011 + +GNU_CONFIGURE= YES +USE_X11BASE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/cad/geda-utils/files/md5 b/cad/geda-utils/files/md5 new file mode 100644 index 00000000000..5dd774d7e57 --- /dev/null +++ b/cad/geda-utils/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/02 22:20:52 rh Exp $ + +MD5 (geda/utils-19991011.tar.gz) = 656668bcf03b7cdecaca2e7086bc6040 diff --git a/cad/geda-utils/pkg/COMMENT b/cad/geda-utils/pkg/COMMENT new file mode 100644 index 00000000000..b3012197d2f --- /dev/null +++ b/cad/geda-utils/pkg/COMMENT @@ -0,0 +1 @@ +a set of utilites for gEDA 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). diff --git a/cad/geda-utils/pkg/PLIST b/cad/geda-utils/pkg/PLIST new file mode 100644 index 00000000000..ab8a639867d --- /dev/null +++ b/cad/geda-utils/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/02 22:20:52 rh Exp $ +bin/gmk_sym +bin/convert_sym +bin/smash_megafile +bin/sarlacc_schem +bin/sarlacc_sym |