b32dace1ce
the Tcl/Tk scripting language. The project is open-source (BSD license) and based upon the NG-Spice source code base with many improvements Features and Improvements - Fully Tcl scriptable - installs with 'package require spice' statement - Hspice syntax (SpicePP). - GUI interfaces, various (Tk). - SpiceWish (BLT graph widget) - BLT (tcl compatible) vectors for storage, manipulation and arithmetic upon Spice waveforms. - Xspice additions (Georgia Tech). - Trigger upon waveform events. - Spice 'simulator state' save and restore for rapid 'what-if' simulations (no longer need to re-simulate from the beginning each time a device value is changed). Author: Stefan Jones <stefan.jones@multigig.com> WWW: http://tclspice.sourceforge.net/ PR: ports/99399 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
70 lines
1.4 KiB
Makefile
70 lines
1.4 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = CAD tools
|
|
|
|
SUBDIR += admesh
|
|
SUBDIR += alliance
|
|
SUBDIR += astk-client
|
|
SUBDIR += astk-serveur
|
|
SUBDIR += atlc
|
|
SUBDIR += brlcad
|
|
SUBDIR += calculix
|
|
SUBDIR += cascade
|
|
SUBDIR += chipmunk
|
|
SUBDIR += chipvault
|
|
SUBDIR += cider
|
|
SUBDIR += dinotrace
|
|
SUBDIR += dxf2fig
|
|
SUBDIR += electric
|
|
SUBDIR += fandango
|
|
SUBDIR += feappv
|
|
SUBDIR += geda
|
|
SUBDIR += geda-symbols
|
|
SUBDIR += geda-symcheck
|
|
SUBDIR += geda-utils
|
|
SUBDIR += gerbv
|
|
SUBDIR += gmsh
|
|
SUBDIR += gnetlist
|
|
SUBDIR += gnucap
|
|
SUBDIR += gplcver
|
|
SUBDIR += gschem
|
|
SUBDIR += gtkwave
|
|
SUBDIR += gwave
|
|
SUBDIR += impact
|
|
SUBDIR += irsim
|
|
SUBDIR += iverilog
|
|
SUBDIR += kicad
|
|
SUBDIR += leocad
|
|
SUBDIR += libgeda
|
|
SUBDIR += linux-eagle
|
|
SUBDIR += linux-gid
|
|
SUBDIR += magic
|
|
SUBDIR += mars
|
|
SUBDIR += netgen
|
|
SUBDIR += ngspice_rework
|
|
SUBDIR += oregano
|
|
SUBDIR += pcb
|
|
SUBDIR += pdnmesh
|
|
SUBDIR += pythoncad
|
|
SUBDIR += qcad
|
|
SUBDIR += qcad-partslib
|
|
SUBDIR += qfsm
|
|
SUBDIR += qmls
|
|
SUBDIR += qucs
|
|
SUBDIR += sceptre
|
|
SUBDIR += scotch
|
|
SUBDIR += slffea
|
|
SUBDIR += spice
|
|
SUBDIR += systemc
|
|
SUBDIR += tclspice
|
|
SUBDIR += tkgate
|
|
SUBDIR += tochnog
|
|
SUBDIR += transcalc
|
|
SUBDIR += varkon
|
|
SUBDIR += vipec
|
|
SUBDIR += xcircuit
|
|
SUBDIR += z88
|
|
|
|
.include <bsd.port.subdir.mk>
|