summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2012-11-03 22:56:06 +0000
committergdt <gdt@pkgsrc.org>2012-11-03 22:56:06 +0000
commit62b96eb5b9d9fbd6baabdc23c99ab7d148475711 (patch)
tree4eac19ef7bbc33be6f98e91e131b9f6aed60c709 /ham
parent1989003ac7c547dee9038a49e80432587018d55c (diff)
downloadpkgsrc-62b96eb5b9d9fbd6baabdc23c99ab7d148475711.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/Makefile6
-rw-r--r--ham/grig/PLIST3
-rw-r--r--ham/grig/distinfo9
-rw-r--r--ham/grig/patches/patch-aa12
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"\" \