Skip to content

Commit

Permalink
Update to gwave-20090213
Browse files Browse the repository at this point in the history
The big change here is that gwave now uses gtk2 instead of gtk1
------------------------------

New in 20090213
- Fix warnings related to GtkTooltips
- fix reading of ascii spice3 rawfiles containing blank lines, like those
generated by ngspice
- add patchfile and explanation sometimes needed when building g-wrap
- applied submitted patch that fixes some gcc return-type warnings, fixed
many additional gcc warnings.

New in 20090124
- minor fixes adaptating for stable guile-gnome-platform-2.16.1
- seems to be stable now

New in 20080206
- Another alpha release using guile-gnome-platform, for wider testing
- Fixed "zoom dialog" for guile-gnome-platform
- Still having some occasional crashes, apparently due to memory corruption
  that I haven't yet tracked down or pinned on guile-gnome-platform or anything else.

New in 20070514

a "gwave2" version that uses Gtk+-2.0 by way of guile-gnome-platform.
Feature-wise, about the same as the previous release.
I think I've fixed most of the crashes.  Known defects:
  Several dialogs that should have defaults don't.
  The change-waveform-color menu doesn't show the colors, just numbers.
  • Loading branch information
dmcmahill committed May 19, 2011
1 parent d168f55 commit 72889e0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
19 changes: 10 additions & 9 deletions cad/gwave/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# $NetBSD: Makefile,v 1.38 2011/04/22 13:43:03 obache Exp $
# $NetBSD: Makefile,v 1.39 2011/05/19 03:28:34 dmcmahill Exp $
#

DISTNAME= gwave-20060606
PKGREVISION= 5
DISTNAME= gwave2-20090213
PKGNAME= ${DISTNAME:S/gwave2/gwave/}
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \
http://www.geda.seul.org/dist/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwave/}

MAINTAINER= [email protected]
HOMEPAGE= http://www.cs.unc.edu/~tell/gwave.html
HOMEPAGE= http://gwave.sourceforge.net
COMMENT= Viewer for spice-like simulator output and other analog data
LICENSE= gnu-gpl-v2

PKG_DESTDIR_SUPPORT= user-destdir

Expand All @@ -23,9 +23,10 @@ EVAL_PREFIX+= GRAPHDIR=plotutils
CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph

# make this file get rebuilt in a way that gcc3 can deal with
post-extract:
${RM} ${WRKSRC}/src/init_scheme_string.c
#post-extract:
# ${RM} ${WRKSRC}/src/init_scheme_string.c

.include "../../devel/guile16-gtk/buildlink3.mk"
.include "../../devel/guile-gnome/buildlink3.mk"
.include "../../graphics/plotutils/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
3 changes: 1 addition & 2 deletions cad/gwave/PLIST
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:35:54 joerg Exp $
@comment $NetBSD: PLIST,v 1.5 2011/05/19 03:28:34 dmcmahill Exp $
bin/gwave
bin/gwave-exec
bin/gwaverepl
bin/sp2sp
bin/sweepsplit
man/man1/sp2sp.1
share/guile/app/gwave/cmds.scm
share/guile/app/gwave/dynlink.scm
share/guile/app/gwave/export-gnugraph.scm
Expand Down
8 changes: 4 additions & 4 deletions cad/gwave/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.10 2007/11/15 23:53:48 dmcmahill Exp $
$NetBSD: distinfo,v 1.11 2011/05/19 03:28:34 dmcmahill Exp $

SHA1 (gwave-20060606.tar.gz) = e335822815ec7580b1e66ac253fe438ef439dfbe
RMD160 (gwave-20060606.tar.gz) = 67c6e9bb5a001352f627662bd6eb225a78d028e8
Size (gwave-20060606.tar.gz) = 490107 bytes
SHA1 (gwave2-20090213.tar.gz) = f0a544f4b356633a7c73fe486f5cb76a6731fb72
RMD160 (gwave2-20090213.tar.gz) = c1411f79d511f8d7e2e0492372137a2def18ff7e
Size (gwave2-20090213.tar.gz) = 403957 bytes
SHA1 (patch-aa) = 2125f457fccd9f57f700a46852393ae0688be71d

0 comments on commit 72889e0

Please sign in to comment.