From 89b236d36ce3bf18f8cd6289fdad1e749cf9e9cf Mon Sep 17 00:00:00 2001 From: lioux Date: Wed, 13 Nov 2002 19:12:13 +0000 Subject: New port cascade version 1.4: A simple tool to analyze noise and distortion of a RF system Submitted by: blackend --- cad/Makefile | 1 + cad/cascade/Makefile | 34 ++++++++++++++++++++++++++++++++++ cad/cascade/distinfo | 1 + cad/cascade/pkg-comment | 1 + cad/cascade/pkg-descr | 14 ++++++++++++++ cad/cascade/pkg-plist | 10 ++++++++++ 6 files changed, 61 insertions(+) create mode 100644 cad/cascade/Makefile create mode 100644 cad/cascade/distinfo create mode 100644 cad/cascade/pkg-comment create mode 100644 cad/cascade/pkg-descr create mode 100644 cad/cascade/pkg-plist (limited to 'cad') diff --git a/cad/Makefile b/cad/Makefile index 9362533..83c0f16 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ # + SUBDIR += cascade SUBDIR += chipmunk SUBDIR += cider SUBDIR += electric diff --git a/cad/cascade/Makefile b/cad/cascade/Makefile new file mode 100644 index 0000000..7e688f7 --- /dev/null +++ b/cad/cascade/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: cascade +# Date created: 9 November 2002 +# Whom: Marc Fonvieille +# +# $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 diff --git a/cad/cascade/distinfo b/cad/cascade/distinfo new file mode 100644 index 0000000..10d2f80 --- /dev/null +++ b/cad/cascade/distinfo @@ -0,0 +1 @@ +MD5 (cascade-1.4.tar.gz) = e6be4843125536af6e2992c675c838ba diff --git a/cad/cascade/pkg-comment b/cad/cascade/pkg-comment new file mode 100644 index 0000000..aed730d --- /dev/null +++ b/cad/cascade/pkg-comment @@ -0,0 +1 @@ +A simple tool to analyze noise and distortion of a RF system diff --git a/cad/cascade/pkg-descr b/cad/cascade/pkg-descr new file mode 100644 index 0000000..8191dbb --- /dev/null +++ b/cad/cascade/pkg-descr @@ -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/ diff --git a/cad/cascade/pkg-plist b/cad/cascade/pkg-plist new file mode 100644 index 0000000..11a2925 --- /dev/null +++ b/cad/cascade/pkg-plist @@ -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 -- cgit v1.1