mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
add transcalc 0.13
A analysis and synthesis tool for RF and microwave transmission lines
This commit is contained in:
parent
3bc0c33551
commit
de3b760914
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65722
@ -33,6 +33,7 @@
|
||||
SUBDIR += slffea
|
||||
SUBDIR += spice
|
||||
SUBDIR += tkgate
|
||||
SUBDIR += transcalc
|
||||
SUBDIR += vipec
|
||||
SUBDIR += xcircuit
|
||||
|
||||
|
24
cad/transcalc/Makefile
Normal file
24
cad/transcalc/Makefile
Normal file
@ -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>
|
1
cad/transcalc/distinfo
Normal file
1
cad/transcalc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (transcalc-0.13.tar.gz) = bae9ef11dc6bf5f2bc6619ab9f434fe5
|
1
cad/transcalc/pkg-comment
Normal file
1
cad/transcalc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A analysis and synthesis tool for RF and microwave transmission lines
|
20
cad/transcalc/pkg-descr
Normal file
20
cad/transcalc/pkg-descr
Normal file
@ -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/
|
16
cad/transcalc/pkg-plist
Normal file
16
cad/transcalc/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user