summaryrefslogtreecommitdiff
path: root/cad/xcircuit
AgeCommit message (Collapse)AuthorFilesLines
2003-08-04Make this understand netbsdelf as a configure target so it finds tcl/tkjmc3-9/+27
correctly
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-10Update to version 3.1.16.jtb9-97/+218
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.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-02-26Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma2-4/+4
portable. Bump PKGREVISION accordingly.
2002-09-25buildlink1 -> buildlink2jlam1-3/+5
2002-09-13Use ghostscript.mk.jlam1-6/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-03Add some defaults for EVAL_PREFIX.jtb1-5/+4
2001-04-29Change to SHA1 checksum. The distfile contains a fix without a correspondingjtb1-2/+3
increase in version number. From the XCircuit homepage: Note that the March 28, 2001 version corrects a bug due to dubious C syntax causing segmentation violations when xcircuit was compiled without the debug option. C Trivia question: What does "x[a] = x[--a]" do? Answer A: "x[a] = x[a - 1]; a--" Answer B: "a--; x[a] = x[a]" Answer C: either A or B, depending on your OS, compiler version, and/or debug or optimizer switch.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-19Updated xcircuit to version 2.2.0. The schematic capture code is nowjtb6-65/+77
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.dmcmahill8-0/+139
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.