2007-02-22 20:26:05 +01:00
|
|
|
# $NetBSD: Makefile.common,v 1.8 2007/02/22 19:26:10 wiz Exp $
|
import wcalc-0.9
Wcalc is a transmission line analysis and synthesis tool. Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.
Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.
Wcalc provides several different frontends for accessing the numeric
engine. Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.
The different frontends are installed as different packages for
flexibility in deployment.
2005-11-01 04:54:44 +01:00
|
|
|
#
|
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
DISTNAME= wcalc-1.0
|
|
|
|
CATEGORIES= cad
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wcalc/}
|
import wcalc-0.9
Wcalc is a transmission line analysis and synthesis tool. Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.
Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.
Wcalc provides several different frontends for accessing the numeric
engine. Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.
The different frontends are installed as different packages for
flexibility in deployment.
2005-11-01 04:54:44 +01:00
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
|
|
HOMEPAGE= http://wcalc.sourceforge.net/
|
import wcalc-0.9
Wcalc is a transmission line analysis and synthesis tool. Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.
Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.
Wcalc provides several different frontends for accessing the numeric
engine. Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.
The different frontends are installed as different packages for
flexibility in deployment.
2005-11-01 04:54:44 +01:00
|
|
|
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../cad/wcalc/distinfo
|
2005-12-02 00:58:16 +01:00
|
|
|
PATCHDIR= ${.CURDIR}/../../cad/wcalc/patches
|
import wcalc-0.9
Wcalc is a transmission line analysis and synthesis tool. Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.
Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.
Wcalc provides several different frontends for accessing the numeric
engine. Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.
The different frontends are installed as different packages for
flexibility in deployment.
2005-11-01 04:54:44 +01:00
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
GNU_CONFIGURE= YES
|
import wcalc-0.9
Wcalc is a transmission line analysis and synthesis tool. Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.
Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.
Wcalc provides several different frontends for accessing the numeric
engine. Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.
The different frontends are installed as different packages for
flexibility in deployment.
2005-11-01 04:54:44 +01:00
|
|
|
USE_LIBTOOL= YES
|
|
|
|
|
2007-01-17 15:19:43 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
|
import wcalc-0.9
Wcalc is a transmission line analysis and synthesis tool. Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.
Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.
Wcalc provides several different frontends for accessing the numeric
engine. Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.
The different frontends are installed as different packages for
flexibility in deployment.
2005-11-01 04:54:44 +01:00
|
|
|
# uses vpath and a GNU make pattern rule
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
|
|
|
|
# subdirectory used by wcalc for headers, libexec stuff, etc.
|
|
|
|
WCALC_DIR= ${DISTNAME}
|
|
|
|
|
|
|
|
# where the HTML pages reside:
|
|
|
|
WCALC_HTMLDIR?= share/${WCALC_DIR}/htdocs
|
|
|
|
|
|
|
|
# URI for the static HTML content
|
|
|
|
WCALC_HTMLPATH?= /wcalc/
|
|
|
|
|
|
|
|
# where the CGI programs reside
|
|
|
|
WCALC_CGIDIR?= libexec/cgi-bin
|
|
|
|
|
|
|
|
# URI for the CGI programs
|
|
|
|
WCALC_CGIPATH?= /cgi-wcalc/
|
|
|
|
|
|
|
|
# setup the directories and URI path
|
2006-01-08 07:31:54 +01:00
|
|
|
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/${WCALC_HTMLDIR:Q}
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --with-htmlpath=${WCALC_HTMLPATH:Q}
|
2006-01-08 07:31:54 +01:00
|
|
|
CONFIGURE_ARGS+= --with-cgibin=${PREFIX}/${WCALC_CGIDIR:Q}
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --with-cgipath=${WCALC_CGIPATH:Q}
|
import wcalc-0.9
Wcalc is a transmission line analysis and synthesis tool. Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.
Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.
Wcalc provides several different frontends for accessing the numeric
engine. Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.
The different frontends are installed as different packages for
flexibility in deployment.
2005-11-01 04:54:44 +01:00
|
|
|
|
|
|
|
# make sure we can refer to these paths in the MESSAGE
|
2006-01-08 07:31:54 +01:00
|
|
|
MESSAGE_SUBST+= WCALC_CGIDIR=${WCALC_CGIDIR:Q}
|
|
|
|
MESSAGE_SUBST+= WCALC_CGIPATH=${WCALC_CGIPATH:Q}
|
|
|
|
MESSAGE_SUBST+= WCALC_HTMLDIR=${WCALC_HTMLDIR:Q}
|
|
|
|
MESSAGE_SUBST+= WCALC_HTMLPATH=${WCALC_HTMLPATH:Q}
|
|
|
|
MESSAGE_SUBST+= WCALC_DIR=${WCALC_DIR:Q}
|
import wcalc-0.9
Wcalc is a transmission line analysis and synthesis tool. Several
structures including air core solenoid inductors, coaxial cable,
single and coupled microstrip, stripline, and metal-insulator-
semiconductor microstrip are included.
Wcalc can analyze the electrical parameters for a given physical
description of the structure or synthesize the required dimensions
to meet certain desired electrical characteristics.
Wcalc provides several different frontends for accessing the numeric
engine. Currently, there is a GTK based standalone graphical
user interface, a common gateway interface (CGI) for web access,
Scilab, Octave, and Matlab interfaces for maximum flexibility within
a scientific programming environment, and a standard input/output
(stdio) interface which allows a simple interface to other 3rd
party tools which can communicate via a pipe.
The different frontends are installed as different packages for
flexibility in deployment.
2005-11-01 04:54:44 +01:00
|
|
|
|
|
|
|
# and the PLIST too
|
2005-12-05 21:49:47 +01:00
|
|
|
PLIST_SUBST+= WCALC_CGIDIR=${WCALC_CGIDIR:Q}
|
|
|
|
PLIST_SUBST+= WCALC_HTMLDIR=${WCALC_HTMLDIR:Q}
|
|
|
|
PLIST_SUBST+= WCALC_DIR=${WCALC_DIR:Q}
|