diff options
author | dmcmahill <dmcmahill> | 2001-11-15 03:10:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-11-15 03:10:45 +0000 |
commit | 371f658041dd1957e88db06ae9c01f8454af75d7 (patch) | |
tree | 6e090270befc1c0f47c1bb66664de3d73662c594 /cad | |
parent | 81c13fe32b00f01723c62513faaa752ba926bac8 (diff) | |
download | pkgsrc-371f658041dd1957e88db06ae9c01f8454af75d7.tar.gz |
initial import of mcalc.
Mcalc is a JavaScript based calculator for accurate microstrip
transmission line analysis and synthesis.
The electrical parameters may be determined from specified physical
parameters, or the physical parameters required to meet a given set of
electrical parameters may be found.
Much attention has been given to making mcalc the most accurate online
based calculator short of a full electromagnetic simulation.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/mcalc/DESCR | 9 | ||||
-rw-r--r-- | cad/mcalc/MESSAGE | 11 | ||||
-rw-r--r-- | cad/mcalc/Makefile | 23 | ||||
-rw-r--r-- | cad/mcalc/PLIST | 11 | ||||
-rw-r--r-- | cad/mcalc/distinfo | 4 |
5 files changed, 58 insertions, 0 deletions
diff --git a/cad/mcalc/DESCR b/cad/mcalc/DESCR new file mode 100644 index 00000000000..03aa24509a4 --- /dev/null +++ b/cad/mcalc/DESCR @@ -0,0 +1,9 @@ +Mcalc is a JavaScript based calculator for accurate microstrip +transmission line analysis and synthesis. + +The electrical parameters may be determined from specified physical +parameters, or the physical parameters required to meet a given set of +electrical parameters may be found. + +Much attention has been given to making mcalc the most accurate online +based calculator short of a full electromagnetic simulation. diff --git a/cad/mcalc/MESSAGE b/cad/mcalc/MESSAGE new file mode 100644 index 00000000000..c9709d48914 --- /dev/null +++ b/cad/mcalc/MESSAGE @@ -0,0 +1,11 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2001/11/15 03:10:45 dmcmahill Exp $ + +${PKGNAME} has been installed in ${PREFIX}/${MCALCBASE} +To access ${PKGNAME} point your favorite JavaScript capable web +broswer to ${PREFIX}/${MCALCBASE}/index.html + +To make this available via a running httpd server, you must either +map the directory ${PREFIX}/${MCALCBASE} or copy the contents +of that directory to one used by your httpd server. +====================================================================== diff --git a/cad/mcalc/Makefile b/cad/mcalc/Makefile new file mode 100644 index 00000000000..59ffc0eee98 --- /dev/null +++ b/cad/mcalc/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/15 03:10:45 dmcmahill Exp $ +# + +DISTNAME= mcalc-1.4 +CATEGORIES= cad +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcalc/} + +MAINTAINER= dmcmahill@netbsd.org +HOMEPAGE= http://mcalc.sourceforge.net +COMMENT= JavaScript based microstrip analysis/synthesis calculator + +NO_BUILD= yes + +MCALCBASE?= share/${PKGNAME} + +PLIST_SUBST+= MCALCBASE=${MCALCBASE} +MESSAGE_SUBST+= MCALCBASE=${MCALCBASE} + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/${MCALCBASE} + ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/${MCALCBASE}/ + +.include "../../mk/bsd.pkg.mk" diff --git a/cad/mcalc/PLIST b/cad/mcalc/PLIST new file mode 100644 index 00000000000..f45e70999b7 --- /dev/null +++ b/cad/mcalc/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/15 03:10:45 dmcmahill Exp $ +${MCALCBASE}/README +${MCALCBASE}/copying.html +${MCALCBASE}/erinfo.html +${MCALCBASE}/index.html +${MCALCBASE}/mstrip.gif +${MCALCBASE}/rghinfo.html +${MCALCBASE}/rhoinfo.html +${MCALCBASE}/tmetinfo.html +${MCALCBASE}/verinfo.html +@dirrm ${MCALCBASE} diff --git a/cad/mcalc/distinfo b/cad/mcalc/distinfo new file mode 100644 index 00000000000..cedbcad81d7 --- /dev/null +++ b/cad/mcalc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/11/15 03:10:45 dmcmahill Exp $ + +SHA1 (mcalc-1.4.tar.gz) = 0f299ac7ea810d60b6b5f1aa7dca6fcfd1103faf +Size (mcalc-1.4.tar.gz) = 18511 bytes |