diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-09-06 22:58:37 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-09-06 22:58:37 +0000 |
commit | 106120df5c3e4f5326819692d52d6cffb1e27cdc (patch) | |
tree | 04f8ffbab8d6afe9eb468ba09b63bd656091c2d0 /cad | |
parent | 3c7130fadb397d50e6368e659bad674bbef0b702 (diff) | |
download | pkgsrc-106120df5c3e4f5326819692d52d6cffb1e27cdc.tar.gz |
update to cascade-1.4
Changes include:
- add the ability to specify gain in terms of voltage gain _or_ power gain
- add input/output resistance keywords
- add defaults keyword to allow users to change program defaults on the fly
- the cascade-mode for emacs now works for fontlock
- add voltage output levels in addition to the power levels
- add a verbose style comment (ie, one which gets copied to the output file
instead of being simply ignored).
- new homepage and master ftp site.
The previous version had no known bugs. Hopefully this one won't either.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/cascade/Makefile | 10 | ||||
-rw-r--r-- | cad/cascade/distinfo | 6 | ||||
-rw-r--r-- | cad/cascade/pkg/PLIST | 11 |
3 files changed, 14 insertions, 13 deletions
diff --git a/cad/cascade/Makefile b/cad/cascade/Makefile index cab9b23da42..12a16fbf88b 100644 --- a/cad/cascade/Makefile +++ b/cad/cascade/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 13:46:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/06 22:58:37 dmcmahill Exp $ # -DISTNAME= cascade-1.3.0 +DISTNAME= cascade-1.4 CATEGORIES= cad -MASTER_SITES= http://www.mit.edu/~mcmahill/software/cascade/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rfcascade/} MAINTAINER= dmcmahill@netbsd.org -HOMEPAGE= http://www.mit.edu/~mcmahill/software/cascade/index.html -COMMENT= analyzing the noise and distortion of a rf system +HOMEPAGE= http://rfcascade.sourceforge.net +COMMENT= Simple tool to analyze noise and distortion of a RF system GNU_CONFIGURE= YES diff --git a/cad/cascade/distinfo b/cad/cascade/distinfo index 66cd94878a9..1e65a3738ba 100644 --- a/cad/cascade/distinfo +++ b/cad/cascade/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 16:26:56 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/09/06 22:58:37 dmcmahill Exp $ -SHA1 (cascade-1.3.0.tar.gz) = 60dde45c09a9f662c7547b70d51a6da85c69465c -Size (cascade-1.3.0.tar.gz) = 28340 bytes +SHA1 (cascade-1.4.tar.gz) = 4c60414ed568f2de256f4e4f3ce4de11beb627eb +Size (cascade-1.4.tar.gz) = 32106 bytes diff --git a/cad/cascade/pkg/PLIST b/cad/cascade/pkg/PLIST index 4229bd0e83d..cbb9ab6b97f 100644 --- a/cad/cascade/pkg/PLIST +++ b/cad/cascade/pkg/PLIST @@ -1,12 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/26 17:09:29 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/09/06 22:58:37 dmcmahill Exp $ bin/cascade man/man1/cascade.1 -man/cat1/cascade.0 -share/doc/cascade/cascade.html +man/cat1/cascade.1 +share/doc/cascade/index.html share/doc/cascade/ex1.gif share/examples/cascade/README.examples -share/examples/cascade/ex1.in -share/examples/cascade/ex1.out +share/examples/cascade/ex1.cas share/examples/cascade/ex1.gif +share/examples/cascade/ex1.out +share/emacs/site-lisp/cascade-mode.el @dirrm share/doc/cascade @dirrm share/examples/cascade |