diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-03-02 01:59:47 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-03-02 01:59:47 +0000 |
commit | 5c243ec4ca200a994a61a98b7dc6edf409def90c (patch) | |
tree | ae5d33935dd7ef44d7ea6e48c353dac271d9c406 /cad/nelma/Makefile | |
parent | a909ad385eb2c45544bd62d1e204ff52eda41b45 (diff) | |
download | pkgsrc-5c243ec4ca200a994a61a98b7dc6edf409def90c.tar.gz |
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.
Diffstat (limited to 'cad/nelma/Makefile')
-rw-r--r-- | cad/nelma/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/nelma/Makefile b/cad/nelma/Makefile new file mode 100644 index 00000000000..19f52c5b341 --- /dev/null +++ b/cad/nelma/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/03/02 01:59:47 dmcmahill Exp $ +# + +DISTNAME= nelma-3.0 +CATEGORIES= cad +MASTER_SITES= http://www.tablix.org/~avian/nelma/releases/ + +MAINTAINER= dmcmahill@NetBSD.org +HOMEPAGE= http://www.tablix.org/~avian/nelma/ +COMMENT= Circuit board capacitance extraction tool + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_TOOLS+= pkg-config + + +.include "../../devel/confuse/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |