diff options
author | dmcmahill <dmcmahill> | 2007-11-15 23:53:48 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2007-11-15 23:53:48 +0000 |
commit | 0c94158926ff2e10fe67b2609a3cb69116d02fa1 (patch) | |
tree | 8c04ed382a70b42d9976a98dac3103bf5a2e6ef5 /cad/gwave/Makefile | |
parent | 08f07e91c0f3a1292dca100ebba7cf2c9ce4ea0d (diff) | |
download | pkgsrc-0c94158926ff2e10fe67b2609a3cb69116d02fa1.tar.gz |
update to gwave-20060606
Most of the previous pkgsrc patches have been incorporated upstream (yay!).
New in 20060606
- ??
New in 20051222
- full-height vertical scrollbar appears if the total height of all
panels becomes larger than the window.
- new panel type "jumbo" stays larger even when things get crowded
- most deprecated guile calls removed. Guile 1.6 or later is now required.
New in 20050928
- ALPHA RELEASE: may crash. do not rely on for production use.
- handling of multi-sweep datafiles
- vertical scrollbars on label/measure area in each wavepanel make handling
large numbers of waveforms easier.
New in 20031202
- Got docstring extraction from C source to .txt files in doc directory working again
- applied submitted patch that cleans up warnings from gcc3 about multiline text strings in C code
New in 20030917
- bugfixes to make the new print/plot stuff work better
- path to working gnu graph found by configure is passed to scheme code
Diffstat (limited to 'cad/gwave/Makefile')
-rw-r--r-- | cad/gwave/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index 5ca260a9427..2a33c83d2ba 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2007/06/18 00:41:16 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.31 2007/11/15 23:53:48 dmcmahill Exp $ # -DISTNAME= gwave-20030804 -PKGREVISION= 6 +DISTNAME= gwave-20060606 CATEGORIES= cad -MASTER_SITES= http://www.cs.unc.edu/~tell/dist/ +MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \ + http://www.geda.seul.org/dist/ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.cs.unc.edu/~tell/gwave.html |