Date: Mon, 26 Jun 2006 18:34:59 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/tclspice Makefile distinfo pkg-descr pkg-plist ports/cad/tclspice/files patch-src_Makefile.am patch-src_frontend_aspice.c patch-src_frontend_parser_complete.c patch-src_frontend_resource.c patch-src_spicelib_devices_names.c patch-src_spicepp.pl.in ... Message-ID: <200606261834.k5QIYxMC005454@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2006-06-26 18:34:59 UTC FreeBSD ports repository Modified files: cad Makefile Added files: cad/tclspice Makefile distinfo pkg-descr pkg-plist cad/tclspice/files patch-src_Makefile.am patch-src_frontend_aspice.c patch-src_frontend_parser_complete.c patch-src_frontend_resource.c patch-src_spicelib_devices_names.c patch-src_spicepp.pl.in patch-src_spicewish patch-src_tcl_plot.tcl patch-src_tcl_vector_test.tcl patch-src_xspice_icm_Makefile pkg-message.in Log: 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> Revision Changes Path 1.83 +1 -0 ports/cad/Makefile 1.1 +67 -0 ports/cad/tclspice/Makefile (new) 1.1 +3 -0 ports/cad/tclspice/distinfo (new) 1.1 +49 -0 ports/cad/tclspice/files/patch-src_Makefile.am (new) 1.1 +11 -0 ports/cad/tclspice/files/patch-src_frontend_aspice.c (new) 1.1 +45 -0 ports/cad/tclspice/files/patch-src_frontend_parser_complete.c (new) 1.1 +41 -0 ports/cad/tclspice/files/patch-src_frontend_resource.c (new) 1.1 +10 -0 ports/cad/tclspice/files/patch-src_spicelib_devices_names.c (new) 1.1 +11 -0 ports/cad/tclspice/files/patch-src_spicepp.pl.in (new) 1.1 +11 -0 ports/cad/tclspice/files/patch-src_spicewish (new) 1.1 +10 -0 ports/cad/tclspice/files/patch-src_tcl_plot.tcl (new) 1.1 +10 -0 ports/cad/tclspice/files/patch-src_tcl_vector_test.tcl (new) 1.1 +14 -0 ports/cad/tclspice/files/patch-src_xspice_icm_Makefile (new) 1.1 +7 -0 ports/cad/tclspice/files/pkg-message.in (new) 1.1 +19 -0 ports/cad/tclspice/pkg-descr (new) 1.1 +28 -0 ports/cad/tclspice/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606261834.k5QIYxMC005454>