diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-11-01 12:08:10 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-11-01 12:08:10 +0000 |
commit | 58a95231cabe1ef7336a5fe6ecd129e8b17311e5 (patch) | |
tree | 9fa09df80d257db0cc8526ed86f53aae4672c696 /cad/stdio-wcalc | |
parent | 05f68c827d13bb82be1f732897c9046cf4e05fa9 (diff) | |
download | pkgsrc-58a95231cabe1ef7336a5fe6ecd129e8b17311e5.tar.gz |
import stdio-wcalc-0.9 which was missed with the rest of the wcalc import.
This is the stdio frontend for the Wcalc transmission
line analysis/synthesis calculator.
Diffstat (limited to 'cad/stdio-wcalc')
-rw-r--r-- | cad/stdio-wcalc/DESCR | 2 | ||||
-rw-r--r-- | cad/stdio-wcalc/Makefile | 21 | ||||
-rw-r--r-- | cad/stdio-wcalc/PLIST | 15 |
3 files changed, 38 insertions, 0 deletions
diff --git a/cad/stdio-wcalc/DESCR b/cad/stdio-wcalc/DESCR new file mode 100644 index 00000000000..418692c6e5b --- /dev/null +++ b/cad/stdio-wcalc/DESCR @@ -0,0 +1,2 @@ +This is the stdio frontend for the Wcalc transmission +line analysis/synthesis calculator. diff --git a/cad/stdio-wcalc/Makefile b/cad/stdio-wcalc/Makefile new file mode 100644 index 00000000000..a29d498905f --- /dev/null +++ b/cad/stdio-wcalc/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/01 12:08:10 dmcmahill Exp $ +# + +.include "../../cad/wcalc/Makefile.common" +PKGNAME= stdio-${DISTNAME} + +COMMENT= Stdio Based Transmission Line Analysis/Synthesis Calculator + +# Only enable the scilab frontend +CONFIGURE_ARGS+= --disable-cgi +CONFIGURE_ARGS+= --disable-gtk1 +CONFIGURE_ARGS+= --disable-gtk2 +CONFIGURE_ARGS+= --disable-htdocs +CONFIGURE_ARGS+= --disable-libwcalc +CONFIGURE_ARGS+= --enable-stdio +CONFIGURE_ARGS+= --without-matlab +CONFIGURE_ARGS+= --without-octave +CONFIGURE_ARGS+= --without-scilab + +.include "../../cad/libwcalc/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/cad/stdio-wcalc/PLIST b/cad/stdio-wcalc/PLIST new file mode 100644 index 00000000000..a97a035bd16 --- /dev/null +++ b/cad/stdio-wcalc/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/01 12:08:10 dmcmahill Exp $ +bin/stdio-wcalc +man/man1/stdio-wcalc.1 +man/mann/air_coil_calc.n +man/mann/air_coil_syn.n +man/mann/coax_calc.n +man/mann/coax_syn.n +man/mann/coupled_microstrip_calc.n +man/mann/coupled_microstrip_syn.n +man/mann/ic_microstrip_calc.n +man/mann/ic_microstrip_syn.n +man/mann/microstrip_calc.n +man/mann/microstrip_syn.n +man/mann/stripline_calc.n +man/mann/stripline_syn.n |