summaryrefslogtreecommitdiff
path: root/cad/xcircuit/patches
AgeCommit message (Collapse)AuthorFilesLines
2008-01-05ERROR: patches/patch-ab:71: This code must not be included in patches.rillig1-10/+1
2006-11-12Update to xcircuit-3.4.26. Provided by Shaun Amott in PR pkg/34443.dmcmahill3-48/+130
There have been many updates and minor versions between the last packaged version and this one. These updates have included many bug fixes including several bugs which would cause a crash, bugs in the generated netlists, and others.
2006-10-14Fixed "test ==".rillig2-6/+24
2006-06-26Add DragonFly to list of systems with libtcl84, otherwise thejoerg2-7/+21
library is not found and TCL gets rejected.
2004-12-06Honor TCL_LIBS in tclConfig.sh.minskim2-8/+24
2004-11-19Unused patchesadam2-26/+0
2004-11-19Changes 3.3.0:adam3-25/+16
Replaced the "hspice" directory with Conrad Ziesler's "spiceparser". The use of routine AddNTermModule() has broken the spice input for now, although once fixed, the results should be much improved. Also, changed the handling of expression parameters so that expression parameter results may be numeric, and evaluated results are saved in the PostScript output as instance values. When traversing the hierarchy during redisplay, commands invoking a "selected" element will pick up the object instance being rendered. The combination of these changes allows the implementation of several useful features such as counter-rotation and displaying the name of an object within the object.
2003-08-31Update to version 3.1.19.jtb1-18/+0
From the CHANGES file: 254 v3.1 rev 19 8/12/03 Required reconfiguring without Tcl once to generate the "Makefile.in" in the Xw directory; otherwise, automake 1.7 becomes a requirement. 253 v3.1 rev 18 8/6/03 A fix to the output, correcting the page numbering in the PostScript page headers. The incorrect numbering can cause some printers to lock up. . . 252 v3.1 rev 17 7/14/03 Thanks to Ted Roth for fixing my rather too-hasty fix of revision 16. Also: Some fixes to the autoconf script (also from Ted Roth), and autoconf script updated to work with the latest versions of autoconf/automake/aclocal.
2003-08-04Make this understand netbsdelf as a configure target so it finds tcl/tkjmc2-6/+24
correctly
2003-07-10Update to version 3.1.16.jtb6-47/+104
The source for version 3.1 contains the first official release of the Tcl/Tk-based version of xcircuit. At this time , everything in the original program has been implemented in the Tk GUI. The Tcl version has the greatest amount of command-line control, and can be run exclusively from the command line (e.g., from a script). A command-line argument "-exec" has been added to facilitate running xcircuit in "batch mode". Starting with version 3.1 revision 10, XCircuit has been made an official part of the EDA environment including Magic, IRSIM, Netgen, and Tclspice. Revision 10 addresses interoperability among these applications, including use of XCircuit in conjunction with Magic for Layout-vs.-Schematic (LVS) verification. A Magic tutorial on using XCircuit, Magic, and Netgen together for LVS is in the works. Note that this EDA environment requires that all applications be compiled with Tcl/Tk. From this point, the embedded Python interpreter interface will not be further developed, except for essential bug fixes and such.
2001-01-19Updated xcircuit to version 2.2.0. The schematic capture code is nowjtb2-16/+22
considered stable. Xcircuit now has the ability to pass parameters to objects. For the moment, this only works with string parameters. Integral parameters will be added in upcoming versions.
2000-11-02Initial import of cad/xcircuit.dmcmahill2-0/+45
The program xcircuit is a generic drawing program tailored especially for making publication-quality renderings of circuit diagrams (hence the name). The output is pure PostScript, and the graphical interface attempts to maintain as much consistency as possible between the X11 window rendering and the final printer output. xcircuit is mouse, menu, and keyboard-driven, with the emphasis on single-character keyboard macros. Package provided by Jason Beegan <jasontd@indigo.ie> in PR 11383 with some minor modifications by me.