2011-01-13 14:40:12 by Thomas Klausner | Files touched by this commit (1644) |
Log message:
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
|
2010-08-04 04:46:04 by Dan McMahill | Files touched by this commit (5) |
Log message:
Update to nelma-3.2.
Changes are:
Make nelma compile with libpng-1.4.x (thanks to Thomas Klausner)
Minor Makefile fixes.
|
2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) |
Log message:
Bump PKGREVISION for libpng shlib name change.
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-28 20:27:04 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
DESTDIR support
|
2007-12-29 20:57:43 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Needs gettext-lib for build.
|
2007-03-03 00:08:12 by Dan McMahill | Files touched by this commit (2) |
Log message:
no need to explicitly use -lpng, pkg-config --libs libpng takes care of that
|
2007-03-02 13:20:47 by Dan McMahill | Files touched by this commit (3) |
Log message:
- don't overwrite LDFLAGS but rather append the stuff we need.
- 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-02 02:59:48 by Dan McMahill | Files touched by this commit (6) | |
Log message:
import nelma-3.0
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.
|