summaryrefslogtreecommitdiffstats
path: root/cad/gnucap
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-02-07 07:07:48 +0000
committerijliao <ijliao@FreeBSD.org>2002-02-07 07:07:48 +0000
commita70dc2587c35c19b072fd15e1a18dc2382393aa2 (patch)
tree31cb76ea0f5b9488132d8cd028915b6bae6b1ba6 /cad/gnucap
parent2edd8cbd65bd750f99c25f4f3e6adb93bdb0c4de (diff)
downloadFreeBSD-ports-a70dc2587c35c19b072fd15e1a18dc2382393aa2.zip
FreeBSD-ports-a70dc2587c35c19b072fd15e1a18dc2382393aa2.tar.gz
add gnucap 0.30
The Gnu Circuit Analysis Package
Diffstat (limited to 'cad/gnucap')
-rw-r--r--cad/gnucap/Makefile23
-rw-r--r--cad/gnucap/distinfo1
-rw-r--r--cad/gnucap/pkg-comment1
-rw-r--r--cad/gnucap/pkg-descr22
-rw-r--r--cad/gnucap/pkg-plist2
5 files changed, 49 insertions, 0 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile
new file mode 100644
index 0000000..c28e092
--- /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 0000000..fb7b859
--- /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 0000000..ef8680c
--- /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 0000000..afe69fb
--- /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 0000000..08d0192
--- /dev/null
+++ b/cad/gnucap/pkg-plist
@@ -0,0 +1,2 @@
+bin/gnucap
+bin/modelgen
OpenPOWER on IntegriCloud