diff options
author | gdt <gdt> | 2012-11-03 22:56:06 +0000 |
---|---|---|
committer | gdt <gdt> | 2012-11-03 22:56:06 +0000 |
commit | f7e435a1864c4dd39d60a9b551af66766cfee40e (patch) | |
tree | 4eac19ef7bbc33be6f98e91e131b9f6aed60c709 /ham | |
parent | 3ca3f83b154dc2516ee44c45cda04d6f34b6c294 (diff) | |
download | pkgsrc-f7e435a1864c4dd39d60a9b551af66766cfee40e.tar.gz |
Update to 0.8.0.
GRIG 0.8.0:
- Frequency entry via keypad (thanks to Alessandro Zummo).
- Arrow LEFT/RIGHT will change the frequency with the smallest step. This can
be used for tuning using external devices like the Powermate.
* Support for VFO->MEM and MEM->VFO function.
- Support on/off rig functions.
- Added an extra gigahertz digit in lcd display
- Added antenna control
- French l10n
- Fixed crash that occurs when mouse is clicked between MHz and kHz digits.
Reported as Ubuntu bug 517816.
- Requires Gtk+ 2.12 and Hamlib 1.2.8
Diffstat (limited to 'ham')
-rw-r--r-- | ham/grig/Makefile | 6 | ||||
-rw-r--r-- | ham/grig/PLIST | 3 | ||||
-rw-r--r-- | ham/grig/distinfo | 9 | ||||
-rw-r--r-- | ham/grig/patches/patch-aa | 12 |
4 files changed, 9 insertions, 21 deletions
diff --git a/ham/grig/Makefile b/ham/grig/Makefile index b73194cc4a2..c646a5dc189 100644 --- a/ham/grig/Makefile +++ b/ham/grig/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.33 2012/10/08 23:01:51 adam Exp $ +# $NetBSD: Makefile,v 1.34 2012/11/03 22:56:06 gdt Exp $ # -DISTNAME= grig-0.7.2 -PKGREVISION= 13 +DISTNAME= grig-0.8.0 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://groundstation.sourceforge.net/ COMMENT= Graphical user interface to the Hamlib libraries +LICENSE= gnu-gpl-v2 USE_LIBTOOL= yes USE_TOOLS+= gmake intltool msgfmt pkg-config diff --git a/ham/grig/PLIST b/ham/grig/PLIST index b6fce7a8436..0e359763a7a 100644 --- a/ham/grig/PLIST +++ b/ham/grig/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:00:34 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/11/03 22:56:06 gdt Exp $ bin/grig +lib/locale/fr/LC_MESSAGES/grig.mo man/man1/grig.1 share/grig/AUTHORS share/grig/COPYING diff --git a/ham/grig/distinfo b/ham/grig/distinfo index 5e1e584bcb4..48a98887ce6 100644 --- a/ham/grig/distinfo +++ b/ham/grig/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.6 2007/10/05 22:54:23 joerg Exp $ +$NetBSD: distinfo,v 1.7 2012/11/03 22:56:06 gdt Exp $ -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 -SHA1 (patch-aa) = 174015862d9b35f733d4c9659a01ba697ae611b5 +SHA1 (grig-0.8.0.tar.gz) = 4de0b484dcc868eddf82ead66ef6a337592b9aee +RMD160 (grig-0.8.0.tar.gz) = a4854280717ac38419848b70c8e4f457c3c2d7ca +Size (grig-0.8.0.tar.gz) = 514072 bytes diff --git a/ham/grig/patches/patch-aa b/ham/grig/patches/patch-aa deleted file mode 100644 index e774500496b..00000000000 --- a/ham/grig/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2007/10/05 22:54:24 joerg Exp $ - ---- src/Makefile.in.orig 2007-10-05 22:02:44.000000000 +0000 -+++ src/Makefile.in -@@ -236,7 +236,6 @@ INCLUDES = \ - -DG_DISABLE_DEPRECATED \ - -DGDK_DISABLE_DEPRECATED \ - -DGDK_PIXBUF_DISABLE_DEPRECATED \ -- -DGTK_DISABLE_DEPRECATED \ - -DDATADIR=\""$(datadir)"\" \ - -DPACKAGE_DATA_DIR=\""$(datadir)/grig"\" \ - -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/grig"\" \ |