summaryrefslogtreecommitdiff
path: root/cad/mcalc/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-02-16Update to mcalc-1.6. This is a minor typo-fix release. Fixes a typodmcmahill1-2/+2
and also adds a pointer to wcalc which is a more full featured upgrade too.
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-3/+4
their files via a custom do-install target.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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
2004-02-17enable pkgviewsdmcmahill1-1/+3
2003-12-30Add trailing / on HOMEPAGEscjep1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-08-23update to mcalc-1.5.dmcmahill1-2/+2
Corrects a small error in Keff and Z0 calculation. Typical errors in the previous version is less than 1% or so.
2001-11-15initial import of mcalc.dmcmahill1-0/+23
Mcalc is a JavaScript based calculator for accurate microstrip transmission line analysis and synthesis. The electrical parameters may be determined from specified physical parameters, or the physical parameters required to meet a given set of electrical parameters may be found. Much attention has been given to making mcalc the most accurate online based calculator short of a full electromagnetic simulation.