summaryrefslogtreecommitdiff
path: root/cad/wcalc
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-08update to wcalc-1.0.dmcmahill4-29/+15
- fixes a bug in the cgi frontend for coupled microstrip which caused lots of bad warning messages. - replaces the alert dialog box with a log window which prevents multiple alert windows from appearing.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-04override the do-patch target. This is just the meta-pkg and we're notdmcmahill1-1/+2
extracting anything, but the patches for the other wcalc packages all live in this common spot. Fixes recently noted build problems.
2005-12-01define a common patch directory for the wcalc packagesdmcmahill3-2/+17
2005-11-19Fixed pkglint warnings:rillig2-8/+6
- Replaced #defined with #none for EXTRACT_ONLY. - Replaced #defined with yes for NO_BUILD, NO_CONFIGURE, NO_MTREE. - Removed NO_CHECKSUM completely, as a distinfo file exists, it has the correct checksums, and I couldn't find even a hint to why NO_CHECKSUM was set.
2005-11-01import wcalc-0.9dmcmahill5-0/+120
Wcalc is a transmission line analysis and synthesis tool. Several structures including air core solenoid inductors, coaxial cable, single and coupled microstrip, stripline, and metal-insulator- semiconductor microstrip are included. Wcalc can analyze the electrical parameters for a given physical description of the structure or synthesize the required dimensions to meet certain desired electrical characteristics. Wcalc provides several different frontends for accessing the numeric engine. Currently, there is a GTK based standalone graphical user interface, a common gateway interface (CGI) for web access, Scilab, Octave, and Matlab interfaces for maximum flexibility within a scientific programming environment, and a standard input/output (stdio) interface which allows a simple interface to other 3rd party tools which can communicate via a pipe. The different frontends are installed as different packages for flexibility in deployment.