pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/stdio-wcalc import stdio-wcalc-0.9 which was misse...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd25bbbc485a
branches: trunk
changeset: 501990:bd25bbbc485a
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Tue Nov 01 12:08:10 2005 +0000
description:
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:
cad/stdio-wcalc/DESCR | 2 ++
cad/stdio-wcalc/Makefile | 21 +++++++++++++++++++++
cad/stdio-wcalc/PLIST | 15 +++++++++++++++
3 files changed, 38 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r ace7efe6d49f -r bd25bbbc485a cad/stdio-wcalc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/stdio-wcalc/DESCR Tue Nov 01 12:08:10 2005 +0000
@@ -0,0 +1,2 @@
+This is the stdio frontend for the Wcalc transmission
+line analysis/synthesis calculator.
diff -r ace7efe6d49f -r bd25bbbc485a cad/stdio-wcalc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/stdio-wcalc/Makefile Tue Nov 01 12:08:10 2005 +0000
@@ -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 -r ace7efe6d49f -r bd25bbbc485a cad/stdio-wcalc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/stdio-wcalc/PLIST Tue Nov 01 12:08:10 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index