diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-06 09:40:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-06 09:40:18 +0000 |
commit | de3b7609142d2d5ccb7602b4ea8ab661f620d453 (patch) | |
tree | 55a9365d0fa5d000db39c2972c0384cc321c0a4d /cad | |
parent | 3bc0c33551567fb1198028a761ec4e26d29d7a5b (diff) | |
download | ports-de3b7609142d2d5ccb7602b4ea8ab661f620d453.tar.gz ports-de3b7609142d2d5ccb7602b4ea8ab661f620d453.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/transcalc/Makefile | 24 | ||||
-rw-r--r-- | cad/transcalc/distinfo | 1 | ||||
-rw-r--r-- | cad/transcalc/pkg-comment | 1 | ||||
-rw-r--r-- | cad/transcalc/pkg-descr | 20 | ||||
-rw-r--r-- | cad/transcalc/pkg-plist | 16 |
6 files changed, 63 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index bfbf9f4672e4..0834caa8e684 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -33,6 +33,7 @@ SUBDIR += slffea SUBDIR += spice SUBDIR += tkgate + SUBDIR += transcalc SUBDIR += vipec SUBDIR += xcircuit 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 <bsd.port.mk> 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 |