diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-19 03:28:34 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-19 03:28:34 +0000 |
commit | 808ee568a9d0e8ba390d4489228b9c3f7d230ae2 (patch) | |
tree | df924354f19e26be6b3c7292d59328b94d65ae31 /cad | |
parent | b1c8faa23c295524e6643197ab0b1e6930b7db11 (diff) | |
download | pkgsrc-808ee568a9d0e8ba390d4489228b9c3f7d230ae2.tar.gz |
Update to gwave-20090213
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.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gwave/Makefile | 19 | ||||
-rw-r--r-- | cad/gwave/PLIST | 3 | ||||
-rw-r--r-- | cad/gwave/distinfo | 8 |
3 files changed, 15 insertions, 15 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index 07133110813..723c0bfc19d 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -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= dmcmahill@NetBSD.org -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 @@ -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" diff --git a/cad/gwave/PLIST b/cad/gwave/PLIST index a365c931349..4ad40f6154f 100644 --- a/cad/gwave/PLIST +++ b/cad/gwave/PLIST @@ -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 diff --git a/cad/gwave/distinfo b/cad/gwave/distinfo index 0a661a572fb..76fb0892228 100644 --- a/cad/gwave/distinfo +++ b/cad/gwave/distinfo @@ -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 |