From de3b7609142d2d5ccb7602b4ea8ab661f620d453 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 09:40:18 +0000 Subject: add transcalc 0.13 A analysis and synthesis tool for RF and microwave transmission lines --- cad/transcalc/Makefile | 24 ++++++++++++++++++++++++ cad/transcalc/distinfo | 1 + cad/transcalc/pkg-comment | 1 + cad/transcalc/pkg-descr | 20 ++++++++++++++++++++ cad/transcalc/pkg-plist | 16 ++++++++++++++++ 5 files changed, 62 insertions(+) create mode 100644 cad/transcalc/Makefile create mode 100644 cad/transcalc/distinfo create mode 100644 cad/transcalc/pkg-comment create mode 100644 cad/transcalc/pkg-descr create mode 100644 cad/transcalc/pkg-plist (limited to 'cad/transcalc') diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile new file mode 100644 index 000000000000..bdbb6bfb2da4 --- /dev/null +++ b/cad/transcalc/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# Ports collection makefile for: transcalc +# Date created: Sep 6, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= transcalc +PORTVERSION= 0.13 +CATEGORIES= cad +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://transcalc.sourceforge.net/ +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +USE_GNOMENG= yes +USE_GNOME= imlib +GNU_CONFIGURE= yes + +MAN1= transcalc.1 + +.include diff --git a/cad/transcalc/distinfo b/cad/transcalc/distinfo new file mode 100644 index 000000000000..e1e3161caca3 --- /dev/null +++ b/cad/transcalc/distinfo @@ -0,0 +1 @@ +MD5 (transcalc-0.13.tar.gz) = bae9ef11dc6bf5f2bc6619ab9f434fe5 diff --git a/cad/transcalc/pkg-comment b/cad/transcalc/pkg-comment new file mode 100644 index 000000000000..f05031d2758e --- /dev/null +++ b/cad/transcalc/pkg-comment @@ -0,0 +1 @@ +A analysis and synthesis tool for RF and microwave transmission lines diff --git a/cad/transcalc/pkg-descr b/cad/transcalc/pkg-descr new file mode 100644 index 000000000000..716b25953d1e --- /dev/null +++ b/cad/transcalc/pkg-descr @@ -0,0 +1,20 @@ +Transcalc is an analysis and synthesis tool for calculating the electrical and +physical properties of different kinds of RF and microwave transmission lines. + +Transcalc was somewhat inspired by the functionality of Agilent Technologies' +commercial program linecalc. Transcalc aspires to be more functional in the +long run and well-documented with appropriate references to formulas that are +used. Transcalc is built using the GIMP toolkit (GTK) for its GUI interface. + +For each type of transmission line, using dialog boxes, you can enter values +for the various parameters, and either calculate its electrical properties +(analyze), or use the given electrical requirements to sythesize physical +parameters of the required transmission line. + +Available transmission lines (this list will expand with subsequent releases): + - Microstrip + - Rectangular Waveguide + - Coaxial Line + - Coupled Microstrip + +WWW: http://transcalc.sourceforge.net/ diff --git a/cad/transcalc/pkg-plist b/cad/transcalc/pkg-plist new file mode 100644 index 000000000000..6bd7aa39b436 --- /dev/null +++ b/cad/transcalc/pkg-plist @@ -0,0 +1,16 @@ +bin/transcalc +share/transcalc/examples/000.trc +share/transcalc/examples/001.trc +share/transcalc/examples/cstrip_kj_1.trc +share/transcalc/examples/cstrip_kj_2.trc +share/transcalc/examples/example1.trc +share/transcalc/examples/hp.trc +share/transcalc/examples/ustrip50fr4.trc +share/transcalc/examples/ustrip_jansen.trc +share/transcalc/images/c_microstrip.jpg +share/transcalc/images/coax.jpg +share/transcalc/images/microstrip.jpg +share/transcalc/images/rectwaveguide.jpg +@dirrm share/transcalc/examples +@dirrm share/transcalc/images +@dirrm share/transcalc -- cgit v1.2.3