summaryrefslogtreecommitdiff
path: root/cad/vipec/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-05-26Make a number of copy constructors public and use C++.joerg3-0/+63
2005-02-11update to vipec-3.2.0dmcmahill1-3/+19
ViPEC 3.2.0 ----------- - Migrated to Qt 3. ViPEC is no longer supported on the Windows platform. Please see the README file for details. - Added German translation by Jens Flucke. - Started working on improved tracing for debugging - Changed calculation of font sizes in output graphs
2003-02-06repair botched patch filedmcmahill1-3/+3
2003-02-06update to ViPEC-3.1.3.dmcmahill3-93/+12
The previous version was extremely out of date and the distfile is no longer available. Many, many changes since the last packaged version. New 'tuner' feature added. New models added. Several bug fixes too numerous to list.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-4/+40
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-06-26Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-22/+1
2000-08-30make sure that the configure script is able to correctly link the testdmcmahill1-3/+10
Qt program on ELF platforms.
2000-08-28Update to vipec-2.0.4dmcmahill4-78/+44
Changes included in version 2.0.4 --------------------------------- - Fixed printing under windows. - You can now plot the real and imaginary parts of the circuit input and output impedances Changes included in version 2.0.3 --------------------------------- - Moved to Qt version 2.1.0 - The help browser is now integrated into the ViPEC application. - Fixed a bug in calculating the circuit output impedance. - Input and output impedances ouput to a graph now works. Changes included in version 2.0.2 --------------------------------- - Improved data storage of graphs and Smith charts - Double buffering implemented for drawing of graphs and Smith charts to reduce flicker. - Improved font management - Fixed display bug in Table view - Fixed bug with output to 2 port parameter files under Windows - Added support for Group Delay, see help files for more details as well as sample circuit: group_delay.ckt
2000-08-16USE_PKGLIBTOOL -> USE_LIBTOOL.wiz2-19/+1
Use LTCONFIG_OVERRIDE for fewer patches.
2000-04-02add 1 more missing libdmcmahill1-2/+2
2000-04-01remove -O2 when compiling "analyser.cpp" because it causesdmcmahill1-2/+16
the assembler on pmax (1.4.1) to never complete.
2000-04-01various ELF fixes.dmcmahill2-4/+39
- Make sure -Rpath is done correctly - Make sure qt libs are found - Make sure -lz -lpng -lSM are included as libqt needs functions from these libraries.
2000-03-28update to vipec-2.0.1dmcmahill4-16/+74
the previous pkg was based on a development version of vipec. This version is considered a stable release.
2000-03-28make qt1 install in its own directory instead of renaming its installeddmcmahill1-4/+4
components. This allows users of Qt to specify QTDIR=/path/to/qt instead of having to patch all configure scripts and makefiles to look for alternate names. This is the recommended approach from Troll Tech (Qt authors). update pkgs which use qt1 to reflect this.
2000-03-23move dependency from qt-1.44 to qt1-1.44dmcmahill1-8/+8
1999-06-03Import new "vipec" package version 1.07:tron1-0/+17
a network analyser for electrical networks. This package is based on version 1.06 submitted by Dan McMahill in PR pkg/7535.