diff options
author | rh <rh@pkgsrc.org> | 2000-01-02 22:30:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-02 22:30:25 +0000 |
commit | beac8447ca960df99e22c9c2ff86deb5841e779c (patch) | |
tree | 3a4f5d9bb2cfacfc08b25ea100e39cee4a5e08f7 | |
parent | 529cae68075b0930ee7a6947345df3ab683c2a15 (diff) | |
download | pkgsrc-beac8447ca960df99e22c9c2ff86deb5841e779c.tar.gz |
Initial import of gschem-19991011, a schematic capture program.
-rw-r--r-- | cad/gschem/Makefile | 27 | ||||
-rw-r--r-- | cad/gschem/files/md5 | 3 | ||||
-rw-r--r-- | cad/gschem/pkg/COMMENT | 1 | ||||
-rw-r--r-- | cad/gschem/pkg/DESCR | 21 | ||||
-rw-r--r-- | cad/gschem/pkg/PLIST | 7 |
5 files changed, 59 insertions, 0 deletions
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile new file mode 100644 index 00000000000..7c574afedd7 --- /dev/null +++ b/cad/gschem/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 22:30:25 rh Exp $ +# + +DISTNAME= gschem-${PKGVERSION} +WRKSRC= ${WRKDIR}/gschem +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 +DEPENDS+= geda-symbols-${PKGVERSION}:../../cad/geda-symbols + +DIST_SUBDIR= geda +PKGVERSION= 19991011 + +GNU_CONFIGURE= YES +USE_X11BASE= YES +USE_LIBTOOL= YES + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" diff --git a/cad/gschem/files/md5 b/cad/gschem/files/md5 new file mode 100644 index 00000000000..757557be79b --- /dev/null +++ b/cad/gschem/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/02 22:30:25 rh Exp $ + +MD5 (geda/gschem-19991011.tar.gz) = 7b19a5e6ba970cfc87930256bb1ddf1b diff --git a/cad/gschem/pkg/COMMENT b/cad/gschem/pkg/COMMENT new file mode 100644 index 00000000000..c4ea6d2b21e --- /dev/null +++ b/cad/gschem/pkg/COMMENT @@ -0,0 +1 @@ +a schematic capture tool diff --git a/cad/gschem/pkg/DESCR b/cad/gschem/pkg/DESCR new file mode 100644 index 00000000000..f0b21868daa --- /dev/null +++ b/cad/gschem/pkg/DESCR @@ -0,0 +1,21 @@ + gschem is the schematic capture program/tool which is part of gEDA. +It's sole purpose is to facilitate the graphical input of +components/circuits. + + Schematic capture is a fancy name for the ability to draw and +layout circuits using a computer. Standard symbols are used to +represent the various gates and components which are interconnected +by nets (wires). Most vector drawing programs can be used for +schematic capture but they usually lack one (or more) of the +following characteristics: + + * The awareness of the electrical properties of components, nets, + and pins. + * Hierarchical design (having components represent some abstracted + functionality). The ability to associate attributes with nets and + components. + * Generate netlists from the schematic. + + These are all critical features (among others which I cannot recall +right now) which are shared by all schematic capture programs. The +schematic capture program which is part of gEDA is called "gschem". diff --git a/cad/gschem/pkg/PLIST b/cad/gschem/pkg/PLIST new file mode 100644 index 00000000000..ed195223664 --- /dev/null +++ b/cad/gschem/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/02 22:30:25 rh Exp $ +bin/gschem +man/man1/gschem.1 +share/gEDA/system-gschemrc +share/gEDA/scheme/gschem.scm +share/gEDA/scheme/list-keys.scm +@unexec rmdir %D/share/gEDA/scheme 2>/dev/null || true |