pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/grig Update to 0.8.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/291b900b431c
branches: trunk
changeset: 610717:291b900b431c
user: gdt <gdt%pkgsrc.org@localhost>
date: Sat Nov 03 22:56:06 2012 +0000
description:
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:
ham/grig/Makefile | 6 +++---
ham/grig/PLIST | 3 ++-
ham/grig/distinfo | 9 ++++-----
ham/grig/patches/patch-aa | 12 ------------
4 files changed, 9 insertions(+), 21 deletions(-)
diffs (62 lines):
diff -r baae62cdebb6 -r 291b900b431c ham/grig/Makefile
--- a/ham/grig/Makefile Sat Nov 03 22:53:43 2012 +0000
+++ b/ham/grig/Makefile Sat Nov 03 22:56:06 2012 +0000
@@ -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@localhost
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 -r baae62cdebb6 -r 291b900b431c ham/grig/PLIST
--- a/ham/grig/PLIST Sat Nov 03 22:53:43 2012 +0000
+++ b/ham/grig/PLIST Sat Nov 03 22:56:06 2012 +0000
@@ -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 -r baae62cdebb6 -r 291b900b431c ham/grig/distinfo
--- a/ham/grig/distinfo Sat Nov 03 22:53:43 2012 +0000
+++ b/ham/grig/distinfo Sat Nov 03 22:56:06 2012 +0000
@@ -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 -r baae62cdebb6 -r 291b900b431c ham/grig/patches/patch-aa
--- a/ham/grig/patches/patch-aa Sat Nov 03 22:53:43 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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"\" \
Home |
Main Index |
Thread Index |
Old Index