1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name ngspice |
---|
5 | version rework-15 |
---|
6 | categories electronics |
---|
7 | maintainers jrdittmann@wisc.edu |
---|
8 | description Next Generation Circuit Simulation program. |
---|
9 | long_description NG-SPICE is the program being developed as the replacement for Berkeley \ |
---|
10 | SPICE. Using the Berkeley code as a starting point, the NG-SPICE team \ |
---|
11 | is working on improving the build system, adding to the models, and \ |
---|
12 | improving the analysis capability. \ |
---|
13 | SPICE is a general-purpose circuit simulation program for nonlinear dc,\ |
---|
14 | nonlinear transient, and linear ac analyses. Circuits may contain resistors, \ |
---|
15 | capacitors, inductors, mutual inductors, independent voltage and current \ |
---|
16 | sources, four types of dependent sources, lossless and lossy transmission \ |
---|
17 | lines (two separate implementations), switches, uniform distributed RC \ |
---|
18 | lines, and the five most common semiconductor devices: diodes, BJTs, JFETs, \ |
---|
19 | MESFETs, and MOSFETs. \ |
---|
20 | NG-SPICE is part of the gEDA project. \ |
---|
21 | |
---|
22 | homepage ngspice.sourceforge.net |
---|
23 | master_sites sourceforge |
---|
24 | checksums md5 5a55ff2062fd3bebaed77ebb454d7882 |
---|
25 | distfiles ngspice-rework15.tgz |
---|
26 | worksrcdir ng-spice-${version} |
---|
27 | configure.args --disable-debug |
---|
28 | |
---|
29 | variant x11 { |
---|
30 | configure.args-append --with-x |
---|
31 | depends_lib-append lib:libX11.6:XFree86 |
---|
32 | } |
---|