mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
add gnucap 0.30
The Gnu Circuit Analysis Package
This commit is contained in:
parent
f8a9ddeae2
commit
845950814a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54293
@ -9,6 +9,7 @@
|
||||
SUBDIR += geda
|
||||
SUBDIR += geda-symbols
|
||||
SUBDIR += gnetlist
|
||||
SUBDIR += gnucap
|
||||
SUBDIR += gschem
|
||||
SUBDIR += irsim
|
||||
SUBDIR += iverilog
|
||||
|
23
cad/gnucap/Makefile
Normal file
23
cad/gnucap/Makefile
Normal file
@ -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>
|
1
cad/gnucap/distinfo
Normal file
1
cad/gnucap/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gnucap-0.30.tar.gz) = d1a8a99ee5c320ae28c917dd01ad6a8d
|
1
cad/gnucap/pkg-comment
Normal file
1
cad/gnucap/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
The Gnu Circuit Analysis Package
|
22
cad/gnucap/pkg-descr
Normal file
22
cad/gnucap/pkg-descr
Normal file
@ -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/
|
2
cad/gnucap/pkg-plist
Normal file
2
cad/gnucap/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/gnucap
|
||||
bin/modelgen
|
Loading…
Reference in New Issue
Block a user