1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

New port cascade version 1.4: A simple tool to analyze noise and

distortion of a RF system

Submitted by:	blackend
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-11-13 19:12:13 +00:00
parent ac43e8a05b
commit 7618128fa0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70051
6 changed files with 61 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# $FreeBSD$
#
SUBDIR += cascade
SUBDIR += chipmunk
SUBDIR += cider
SUBDIR += electric

34
cad/cascade/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: cascade
# Date created: 9 November 2002
# Whom: Marc Fonvieille <blackend@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cascade
PORTVERSION= 1.4
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/rfcascade/}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= blackend@FreeBSD.org
GNU_CONFIGURE= YES
MAN1= cascade.1
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/cascade ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/cascade.1 ${MANPREFIX}/man/man1
@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/examples/* \
${PREFIX}/share/examples/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/cascade-mode.el \
${PREFIX}/share/emacs/site-lisp
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/doc/* \
${PREFIX}/share/doc/${PORTNAME}
.endif
.include <bsd.port.mk>

1
cad/cascade/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cascade-1.4.tar.gz) = e6be4843125536af6e2992c675c838ba

1
cad/cascade/pkg-comment Normal file
View File

@ -0,0 +1 @@
A simple tool to analyze noise and distortion of a RF system

14
cad/cascade/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
Cascade is a program for analyzing the noise and distortion performance
of a cascade of elements in an electronic system. A typical application
of cascade is the analysis of a receiver. A text description of the
receiver block diagram consisting of things like amplifiers, mixers,
and filters is entered into cascade. Each element is characterized
by its gain and optionally noise figure, and third order intercept
point. The program then analyzes the system and produces a report
detailing the performance at each stage.
A summary is produced which shows the relative contributions to the
total system performance of each block. This allows easy identification
of what limits system performance.
WWW: http://rfcascade.sourceforge.net/

10
cad/cascade/pkg-plist Normal file
View File

@ -0,0 +1,10 @@
bin/cascade
%%PORTDOCS%%share/doc/cascade/ex1.gif
%%PORTDOCS%%share/doc/cascade/index.html
share/emacs/site-lisp/cascade-mode.el
share/examples/cascade/README.examples
share/examples/cascade/ex1.cas
share/examples/cascade/ex1.gif
share/examples/cascade/ex1.out
@dirrm share/examples/cascade
%%PORTDOCS%%@dirrm share/doc/cascade