pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/gwave Update to gwave-20030804.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f8aa6d45398
branches: trunk
changeset: 461222:5f8aa6d45398
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Fri Sep 12 20:47:11 2003 +0000
description:
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:
cad/gwave/Makefile | 5 ++---
cad/gwave/PLIST | 7 ++++++-
cad/gwave/distinfo | 6 +++---
3 files changed, 11 insertions(+), 7 deletions(-)
diffs (53 lines):
diff -r e4b1a71aad4b -r 5f8aa6d45398 cad/gwave/Makefile
--- a/cad/gwave/Makefile Fri Sep 12 20:46:47 2003 +0000
+++ b/cad/gwave/Makefile Fri Sep 12 20:47:11 2003 +0000
@@ -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/
diff -r e4b1a71aad4b -r 5f8aa6d45398 cad/gwave/PLIST
--- a/cad/gwave/PLIST Fri Sep 12 20:46:47 2003 +0000
+++ b/cad/gwave/PLIST Fri Sep 12 20:47:11 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:48:27 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/09/12 20:47:12 dmcmahill Exp $
bin/gwave
bin/gwave-exec
bin/gwaverepl
@@ -6,13 +6,18 @@
man/man1/sp2sp.1
share/guile/app/gwave/cmds.scm
share/guile/app/gwave/dynlink.scm
+share/guile/app/gwave/export-gnugraph.scm
+share/guile/app/gwave/export-gnuplot.scm
+share/guile/app/gwave/export.scm
share/guile/app/gwave/extra-menus.scm
share/guile/app/gwave/globals.scm
+share/guile/app/gwave/gtk-helpers.scm
share/guile/app/gwave/gwave-startup.scm
share/guile/app/gwave/minimal.scm
share/guile/app/gwave/std-args.scm
share/guile/app/gwave/std-menus.scm
share/guile/app/gwave/std-toolbar.scm
share/guile/app/gwave/system.gwaverc
+share/guile/app/gwave/utils.scm
share/guile/app/gwave/visiblewave-ops.scm
@dirrm share/guile/app/gwave
diff -r e4b1a71aad4b -r 5f8aa6d45398 cad/gwave/distinfo
--- a/cad/gwave/distinfo Fri Sep 12 20:46:47 2003 +0000
+++ b/cad/gwave/distinfo Fri Sep 12 20:47:11 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/05/18 17:47:59 dmcmahill Exp $
+$NetBSD: distinfo,v 1.5 2003/09/12 20:47:12 dmcmahill Exp $
-SHA1 (gwave-20020122.tar.gz) = 5bbfd775c6dd3752e33df1b4cfd85e544d800f69
-Size (gwave-20020122.tar.gz) = 391488 bytes
+SHA1 (gwave-20030804.tar.gz) = 22983d0b6b646467eab584a6de0aef86d5148186
+Size (gwave-20030804.tar.gz) = 437860 bytes
Home |
Main Index |
Thread Index |
Old Index