pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Updated grig to version 0.7.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce269d6cecad
branches:  trunk
changeset: 522832:ce269d6cecad
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Wed Dec 27 05:57:25 2006 +0000

description:
Updated grig to version 0.7.2:

GRIG 0.7.2:

- Fixed bug that caused wrong handling of RF gain, IF shift, MIC gain,
  and compressor controls (bug #1613622).
- Give volume level control higher priority to avoid jumpy behaviour
  (bug #1616926).


GRIG 0.7.1:

- A bug that caused installation to fail has been fixed (#1523367).


GRIG 0.7.0:

- Added receiver and transmitter level controls.
- Fixed bug that caused installation errors when using autoconf 2.59e.
- Pixmaps are now installed to /usr/local/share/pixmaps/grig instead of
  /usr/local/share/grig/pixmaps by default (related to the above bug).


GRIG 0.6.0:

- Save and restore RIG state.
- RF power meter scale is now functional with ranges of 5, 10, 50, 100
  and 500 watts. There is currently a bug, which causes the meter needle
  to jump up when switching between RX/TX.
- Fixed bug, which caused the frequency reading to flicker between the
  current value and a previously set value (bug #1388342). Same bug was
  found for the PTT and POWER controls, too.
- Fixed bug, which gave the error message "Can not find VFO list for this
  rig! Bug in backend?" if the rig did not have any of the rig_set_vfo or
  rig_get_vfo functions (bug #1440876).
- Better error messages when a command fails to execute.
- Fixed bug, which blocked the debug handler to properly filter messages
  coming from grig (hamlib messages were filtered correctly).


GRIG 0.5.0:

- Requires Gtk+ 2.6 and Hamlib 1.2.5
- Added VFO and SPLIT controls.
- Special rig functions: LOCK, ...
- Use own debug handler for both hamlib and grig messages
  and format debug messages so that become easier to analyse.
- New debug message window, which can be used to analyse
  previously saved debug messages.
- Modified shutdown procedure to wait until daemon actually
  finishes instead of using a fixed length timeout.
- Disable POWER and PTT buttons by default (can be enabled
  via the command line).
- Optimisation of the daemon process allowing faster reaction
  when PTT is toggled.
- The mode selector combo only shows modes, which are supported
  by the rig.
- Fixed erroneous detection of set/get level availability
  (bug #1266068).
- Fixed incorrect handling of empty ATT, PREAMP and tuning
  step lists in the Radio Info window (bug #1266071).
- Fixed a bug, which caused grig to display WIDE instead of
  NORMAL passband when the rig has no wide passband.
- Optimised S-meter dynamics.
- Better detection of frequency ranges and resolutions.
- Corrected various mistakes in the manual page.
- Various minor improvements to the user interface.
- Several minor changes to support wintendo builds.

diffstat:

 doc/CHANGES-2006  |   3 ++-
 ham/grig/Makefile |   5 ++---
 ham/grig/PLIST    |  14 +++++++-------
 ham/grig/distinfo |   8 ++++----
 4 files changed, 15 insertions(+), 15 deletions(-)

diffs (67 lines):

diff -r be18c6b15c55 -r ce269d6cecad doc/CHANGES-2006
--- a/doc/CHANGES-2006  Wed Dec 27 05:12:02 2006 +0000
+++ b/doc/CHANGES-2006  Wed Dec 27 05:57:25 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2006,v 1.2056 2006/12/27 04:13:02 wulf Exp $
+$NetBSD: CHANGES-2006,v 1.2057 2006/12/27 05:59:04 wulf Exp $
 
 Changes to the packages collection and infrastructure in 2006:
 
@@ -5703,3 +5703,4 @@
        Updated multimedia/xanim to 2.92.0nb2 [wiz 2006-12-23]
        Updated meta-pkgs/netbsd-www to 1.4nb3 [jnemeth 2006-12-24]
        Updated ham/hamlib to 1.2.6 [wulf 2006-12-27]
+       Updated ham/grig to 0.7.2 [wulf 2006-12-27]
diff -r be18c6b15c55 -r ce269d6cecad ham/grig/Makefile
--- a/ham/grig/Makefile Wed Dec 27 05:12:02 2006 +0000
+++ b/ham/grig/Makefile Wed Dec 27 05:57:25 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2006/07/05 05:37:42 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/12/27 05:57:25 wulf Exp $
 #
 
-DISTNAME=      grig-0.4.3
-PKGREVISION=   4
+DISTNAME=      grig-0.7.2
 CATEGORIES=    ham
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=groundstation/}
 
diff -r be18c6b15c55 -r ce269d6cecad ham/grig/PLIST
--- a/ham/grig/PLIST    Wed Dec 27 05:12:02 2006 +0000
+++ b/ham/grig/PLIST    Wed Dec 27 05:57:25 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2005/09/26 15:06:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/12/27 05:57:25 wulf Exp $
 bin/grig
 man/man1/grig.1
 share/grig/AUTHORS
@@ -6,10 +6,10 @@
 share/grig/ChangeLog
 share/grig/NEWS
 share/grig/README
-share/grig/pixmaps/digits_normal.png
-share/grig/pixmaps/digits_small.png
-share/grig/pixmaps/grig-logo.png
-share/grig/pixmaps/ic910.png
-share/grig/pixmaps/smeter.png
-@dirrm share/grig/pixmaps
+share/pixmaps/grig/digits_normal.png
+share/pixmaps/grig/digits_small.png
+share/pixmaps/grig/grig-logo.png
+share/pixmaps/grig/ic910.png
+share/pixmaps/grig/smeter.png
+@dirrm share/pixmaps/grig
 @dirrm share/grig
diff -r be18c6b15c55 -r ce269d6cecad ham/grig/distinfo
--- a/ham/grig/distinfo Wed Dec 27 05:12:02 2006 +0000
+++ b/ham/grig/distinfo Wed Dec 27 05:57:25 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/09/28 16:49:56 rillig Exp $
+$NetBSD: distinfo,v 1.5 2006/12/27 05:57:25 wulf Exp $
 
-SHA1 (grig-0.4.3.tar.gz) = 01bc82fce87fd596a80b03abec795e8bdd816053
-RMD160 (grig-0.4.3.tar.gz) = 63636c6b05b8a373cda95c31662a6d0b6437651a
-Size (grig-0.4.3.tar.gz) = 436527 bytes
+SHA1 (grig-0.7.2.tar.gz) = 7b5f1e7f77a8b8907a77ba11a1e17c2eaff884f2
+RMD160 (grig-0.7.2.tar.gz) = 2184e7e4fb343a5d8f391337273f4d864a088c9c
+Size (grig-0.7.2.tar.gz) = 494153 bytes



Home | Main Index | Thread Index | Old Index