Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 714D863C662 for ; Thu, 19 May 2011 03:28:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4ADF414A1B5; Thu, 19 May 2011 03:28:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B71CE14A1B3 for ; Thu, 19 May 2011 03:28:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KOf3FYRJEVpw for ; Thu, 19 May 2011 03:28:35 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id EBB9014A1B0 for ; Thu, 19 May 2011 03:28:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9E350175DD; Thu, 19 May 2011 03:28:34 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 19 May 2011 03:28:34 +0000 From: "Dan McMahill" Subject: CVS commit: pkgsrc/cad/gwave To: pkgsrc-changes@NetBSD.org Reply-To: dmcmahill@netbsd.org X-Mailer: log_accum Message-Id: <20110519032834.9E350175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: dmcmahill Date: Thu May 19 03:28:34 UTC 2011 Modified Files: pkgsrc/cad/gwave: Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/cad/gwave/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/cad/gwave/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/cad/gwave/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.