diff options
author | wulf <wulf@pkgsrc.org> | 2004-09-24 23:36:42 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2004-09-24 23:36:42 +0000 |
commit | 7f7c19ce16bc3f47685406b81982eb9618a82a3f (patch) | |
tree | ed5411c39625d1d102f768b66206fd68e472aa56 /ham | |
parent | bc4f453aed5ca38a6c20b6e21e0d600e470d70de (diff) | |
download | pkgsrc-7f7c19ce16bc3f47685406b81982eb9618a82a3f.tar.gz |
Initial commit of grig, a graphical user interface to the Hamlib libraries
Diffstat (limited to 'ham')
-rw-r--r-- | ham/grig/DESCR | 2 | ||||
-rw-r--r-- | ham/grig/Makefile | 25 | ||||
-rw-r--r-- | ham/grig/PLIST | 5 | ||||
-rw-r--r-- | ham/grig/distinfo | 5 | ||||
-rw-r--r-- | ham/grig/patches/patch-aa | 13 |
5 files changed, 50 insertions, 0 deletions
diff --git a/ham/grig/DESCR b/ham/grig/DESCR new file mode 100644 index 00000000000..f16631d54a3 --- /dev/null +++ b/ham/grig/DESCR @@ -0,0 +1,2 @@ +Gnome Rig is a graphical interface to the Ham Radio Control Libraries +written using the Gtk+ and Gnome widgets. diff --git a/ham/grig/Makefile b/ham/grig/Makefile new file mode 100644 index 00000000000..a4a9462ff4e --- /dev/null +++ b/ham/grig/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/24 23:36:42 wulf Exp $ +# + +DISTNAME= grig-0.2.2 +CATEGORIES= ham +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/} + +MAINTAINER= wulf@NetBSD.org +HOMEPAGE= http://groundstation.sourceforge.net/ +COMMENT= Graphical user interface to the Hamlib libraries + +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +GNU_CONFIGURE= yes +BUILD_USES_MSGFMT= YES + +CPPFLAGS= -DHAMLIB_CVS=1 + +.include "../../devel/GConf/buildlink3.mk" +.include "../../devel/gal/buildlink3.mk" +.include "../../sysutils/gnome-vfs/buildlink3.mk" +.include "../../ham/hamlib/buildlink3.mk" +.include "../../x11/gnome-libs/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/ham/grig/PLIST b/ham/grig/PLIST new file mode 100644 index 00000000000..7f4088aee89 --- /dev/null +++ b/ham/grig/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/24 23:36:42 wulf Exp $ +bin/grig +share/pixmaps/grig/digits_normal.xpm +share/pixmaps/grig/digits_small.xpm +@dirrm share/pixmaps/grig diff --git a/ham/grig/distinfo b/ham/grig/distinfo new file mode 100644 index 00000000000..b9cbf8d826c --- /dev/null +++ b/ham/grig/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/09/24 23:36:42 wulf Exp $ + +SHA1 (grig-0.2.2.tar.gz) = f5afe55737b517c26e595d4f068e2222d3552b41 +Size (grig-0.2.2.tar.gz) = 227274 bytes +SHA1 (patch-aa) = b9d0ca031cfba95c9298e5314b4fbc8ddfb1d6fa diff --git a/ham/grig/patches/patch-aa b/ham/grig/patches/patch-aa new file mode 100644 index 00000000000..9c336222eb2 --- /dev/null +++ b/ham/grig/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/09/24 23:36:42 wulf Exp $ + +--- src/grig-druid-loc.c.orig 2004-02-03 22:25:26.000000000 +1030 ++++ src/grig-druid-loc.c 2004-02-03 22:25:42.000000000 +1030 +@@ -294,7 +294,7 @@ + if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (radll))) { + longlat2locator (g_strtod (gtk_entry_get_text (GTK_ENTRY (lonwdg)), NULL), + g_strtod (gtk_entry_get_text (GTK_ENTRY (latwdg)), NULL), +- loc); ++ loc, 6); + gtk_entry_set_text (GTK_ENTRY (locatorwdg), g_strdup (loc)); + } + #endif |