diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/gnucap/Makefile | 23 | ||||
-rw-r--r-- | cad/gnucap/distinfo | 1 | ||||
-rw-r--r-- | cad/gnucap/pkg-comment | 1 | ||||
-rw-r--r-- | cad/gnucap/pkg-descr | 22 | ||||
-rw-r--r-- | cad/gnucap/pkg-plist | 2 |
6 files changed, 50 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 866f72b5f129..1d6963896583 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -9,6 +9,7 @@ SUBDIR += geda SUBDIR += geda-symbols SUBDIR += gnetlist + SUBDIR += gnucap SUBDIR += gschem SUBDIR += irsim SUBDIR += iverilog diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile new file mode 100644 index 000000000000..c28e0923b9bd --- /dev/null +++ b/cad/gnucap/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: gnucap +# Date created: Feb 7, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gnucap +PORTVERSION= 0.30 +CATEGORIES= cad +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +USE_GMAKE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/modelgen/O/modelgen ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/O/gnucap ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/cad/gnucap/distinfo b/cad/gnucap/distinfo new file mode 100644 index 000000000000..fb7b859a78af --- /dev/null +++ b/cad/gnucap/distinfo @@ -0,0 +1 @@ +MD5 (gnucap-0.30.tar.gz) = d1a8a99ee5c320ae28c917dd01ad6a8d diff --git a/cad/gnucap/pkg-comment b/cad/gnucap/pkg-comment new file mode 100644 index 000000000000..ef8680c95ac6 --- /dev/null +++ b/cad/gnucap/pkg-comment @@ -0,0 +1 @@ +The Gnu Circuit Analysis Package diff --git a/cad/gnucap/pkg-descr b/cad/gnucap/pkg-descr new file mode 100644 index 000000000000..afe69fb09569 --- /dev/null +++ b/cad/gnucap/pkg-descr @@ -0,0 +1,22 @@ +GnuCap is the Gnu Circuit Analysis Package. + +The primary component is a general purpose circuit simulator. It performs +nonlinear dc and transient analyses, fourier analysis, and ac analysis. It is +fully interactive and command driven. It can also be run in batch mode or as a +server. Spice compatible models for the MOSFET (level 1-7) and diode are +included in this release. + +GnuCap is not based on Spice, but some of the models have been derived from +the Berkeley models. + +Unlike Spice, the engine is designed to do true mixed-mode simulation. Most +of the code is in place for future support of event driven analog simulation, +and true multi-rate simulation. + +If you are tired of Spice and want a second opinion, you want to play with the +circuit and want a simulator that is interactive, you want to study the source +code and want something easier to follow than Spice, or you are a researcher +working on modeling and want automated model generation tools to make your job +easier, try GnuCap. + +WWW: http://www.gnu.org/software/gnucap/ diff --git a/cad/gnucap/pkg-plist b/cad/gnucap/pkg-plist new file mode 100644 index 000000000000..08d01924b1fb --- /dev/null +++ b/cad/gnucap/pkg-plist @@ -0,0 +1,2 @@ +bin/gnucap +bin/modelgen |