Path to this page:
./
cad/gnucap,
General purpose circuit simulator
Branch: CURRENT,
Version: 20060708nb4,
Package name: gnucap-20060708nb4,
Maintainer: dmcmahillGnuCap is a general purpose circuit simulator. GnuCap was
formerly known as ACS. GnuCap performs nonlinear
dc and transient analyses, fourier analysis, and ac analysis
linearized at an operating point. It is fully interactive and
command driven. It can also be run in batch mode or as a server.
The output is produced as it simulates. Spice compatible models
for the MOSFET (level 1-7) and diode are included in this
release.
Since it is fully interactive, it is possible to make changes and
re-simulate quickly. The interactive design makes it well suited
to the typical iterative design process used it optimizing a circuit
design.
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.
Required to run:[
devel/readline]
Required to build:[
print/tex-hyperref] [
fonts/tex-cm-super] [
print/tex-latex-bin] [
fonts/tex-ec]
Master sites:
Filesize: 1510.42 KB
Version history: (Expand)
- (2020-05-30) Updated to version: gnucap-20060708nb4
- (2015-05-04) Updated to version: gnucap-20060708nb3
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2010-09-30) Updated to version: gnucap-20060708nb2
- (2009-05-20) Updated to version: gnucap-20060708nb1
CVS history: (Expand)
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-05-05 15:19:39 by Nia Alarie | Files touched by this commit (1) |
Log message:
gnucap: Force older C++ standard for 'auto' usage
|
2021-10-26 12:04:17 by Nia Alarie | Files touched by this commit (63) |
Log message:
cad: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:20:33 by Nia Alarie | Files touched by this commit (63) |
Log message:
cad: Remove SHA1 hashes for distfiles
|
2020-05-30 05:10:44 by Mark Davies | Files touched by this commit (1) |
Log message:
gnucap: add build dependency on tex-ec and tex-cm-super
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2015-11-03 01:21:20 by Alistair G. Crooks | Files touched by this commit (58) |
Log message:
Add SHA512 digests for distfiles for cad category
Problems found with existing distfile for eagle:
distfiles/eagle-lin32-7.4.0.run
No changes made to eagle/distinfo file.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-05-03 21:43:22 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message:
Build manual with pdflatex. Drop DVI. Bump revision.
|