summaryrefslogtreecommitdiff
path: root/cad/nelma
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for cad categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/eagle-lin32-7.4.0.run No changes made to eagle/distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-4/+1
2013-05-21Use ${PKGMANDIR}sbd2-5/+5
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-2/+1
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+2
2010-08-04Update to nelma-3.2.dmcmahill5-140/+24
Changes are: Make nelma compile with libpng-1.4.x (thanks to Thomas Klausner) Minor Makefile fixes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz3-3/+53
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-28DESTDIR supportjoerg4-10/+13
2007-12-29Needs gettext-lib for build.joerg1-1/+2
2007-03-02no need to explicitly use -lpng, pkg-config --libs libpng takes care of thatdmcmahill2-4/+4
2007-03-02- don't overwrite LDFLAGS but rather append the stuff we need.dmcmahill3-11/+13
- add missing -lm (how did this work before?) - remove one last GNU make-ism since there is a portable way of doing it
2007-03-02import nelma-3.0dmcmahill6-0/+139
Nelma is a (command line) tool for numerically calculating various electrical properties of printed circuit boards or similar objects composed of conductors and dielectrics (however code is optimized for circuit board-like geometry). It is currently capable of calculating capacitances between objects - nets on a PCB. It returns a spice-compatible description of an equivalent circuit of stray capacitances that can be for example used for more accurate circuit simulation. Alternatively it can also produce field data that can be plotted for example with Gnuplot. Support for calculating resistances existed for a while but was later removed because it didn't receive much testing. Nelma is available under the GNU General Public License version 2.