diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-09-12 20:47:11 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-09-12 20:47:11 +0000 |
commit | deeac28e9a0fd7a4957ecf9f8bd8d33470a21af0 (patch) | |
tree | 066b32ac4a14fa7ecf593146f43963ebd176f6fa /cad/gwave/Makefile | |
parent | 2db0ef007a80f85a23c4ef88f4ef25b5953f0222 (diff) | |
download | pkgsrc-deeac28e9a0fd7a4957ecf9f8bd8d33470a21af0.tar.gz |
Update to gwave-20030804.
This update is a collection of little improvements and a significant
verhaul of hardcopy plot and export.
Hardcopy and documentation output can now be obtained using either graph
or Gnuplot. A dialog box allows choosing output formas and a few other
settings. Additional plot/export filters can be plugged in by writing a
suitable scheme module.
There's a data-export function for extracting and saving a subset of a
datafile as ascii.
The stacking/drawing order of waveforms can be changed.
Selected waveforms are now drawn in a highlighted style.
Diffstat (limited to 'cad/gwave/Makefile')
-rw-r--r-- | cad/gwave/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index e1fd5770c12..ad3edced491 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2003/07/21 16:32:12 martti Exp $ +# $NetBSD: Makefile,v 1.17 2003/09/12 20:47:11 dmcmahill Exp $ # -DISTNAME= gwave-20020122 -PKGREVISION= 2 +DISTNAME= gwave-20030804 CATEGORIES= cad MASTER_SITES= http://www.cs.unc.edu/~tell/dist/ |