freebsd-ports/cad/tclspice/files/patch-src_spicewish
Pav Lucistnik b32dace1ce TclSpice is an improved version of Berkeley Spice designed to be used with
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>
2006-06-26 18:34:59 +00:00

11 lines
300 B
Text

--- src/spicewish.orig Sat Jun 24 04:21:41 2006
+++ src/spicewish Sat Jun 24 04:21:59 2006
@@ -2,7 +2,7 @@
# 22/6/04 -ad
# the next line starts SpiceWish interactively with the given file name \
-exec wish "$0" "$@"
+exec %%WISH%% "$0" "$@"
package require spice
package require tclreadline