From 371f658041dd1957e88db06ae9c01f8454af75d7 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 15 Nov 2001 03:10:45 +0000 Subject: 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. --- cad/mcalc/DESCR | 9 +++++++++ cad/mcalc/MESSAGE | 11 +++++++++++ cad/mcalc/Makefile | 23 +++++++++++++++++++++++ cad/mcalc/PLIST | 11 +++++++++++ cad/mcalc/distinfo | 4 ++++ 5 files changed, 58 insertions(+) create mode 100644 cad/mcalc/DESCR create mode 100644 cad/mcalc/MESSAGE create mode 100644 cad/mcalc/Makefile create mode 100644 cad/mcalc/PLIST create mode 100644 cad/mcalc/distinfo (limited to 'cad/mcalc') 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 -- cgit v1.2.3