summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2004-02-23 23:01:55 +0000
committerwulf <wulf@pkgsrc.org>2004-02-23 23:01:55 +0000
commitdd806c348feb74edc1b98e3ab2c7055808411ae4 (patch)
treede101dd6ab49b80410fa3e673e5c9a1bff555a2e /ham
parent9072c9f2cfd8b2cce191f9ecd9c5cf7a6957c987 (diff)
downloadpkgsrc-dd806c348feb74edc1b98e3ab2c7055808411ae4.tar.gz
Added new package xdx-1.1: Amateur Radio tcp/ip DX-cluster client
Diffstat (limited to 'ham')
-rw-r--r--ham/xdx/DESCR7
-rw-r--r--ham/xdx/Makefile18
-rw-r--r--ham/xdx/PLIST16
-rw-r--r--ham/xdx/distinfo5
-rw-r--r--ham/xdx/patches/patch-aa19
5 files changed, 65 insertions, 0 deletions
diff --git a/ham/xdx/DESCR b/ham/xdx/DESCR
new file mode 100644
index 00000000000..c1172930aec
--- /dev/null
+++ b/ham/xdx/DESCR
@@ -0,0 +1,7 @@
+Amateur Radio TCP/IP DX-cluster client. A DX Cluster is a means for
+Amateur (Ham) Radio operators to tell each other, in realtime, about
+DX stations (other interesting or rare Amateur Radio stations all over
+the world). Users who are connected to a DX Cluster are capable of
+announcing DX spots and related announcements, send personal talk messages,
+send and receive mail messages, search and retrieve archived data, and
+access data from information databases.
diff --git a/ham/xdx/Makefile b/ham/xdx/Makefile
new file mode 100644
index 00000000000..9f3dff82652
--- /dev/null
+++ b/ham/xdx/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/23 23:01:55 wulf Exp $
+#
+
+DISTNAME= xdx-1.1
+CATEGORIES= ham
+MASTER_SITES= http://www.qsl.net/pg4i/download/
+
+MAINTAINER= wulf@NetBSD.org
+HOMEPAGE= http://www.qsl.net/pg4i/linux/xdx.html
+COMMENT= Amateur Radio tcp/ip DX-cluster client
+
+USE_BUILDLINK2= yes
+USE_GNU_TOOLS+= make
+GNU_CONFIGURE= yes
+USE_PKGLOCALEDIR=yes
+
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ham/xdx/PLIST b/ham/xdx/PLIST
new file mode 100644
index 00000000000..d9916624f65
--- /dev/null
+++ b/ham/xdx/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/23 23:01:55 wulf Exp $
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xdx.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xdx.mo
+bin/xdx
+share/xdx/pixmaps/bigsmile.png
+share/xdx/pixmaps/cry.png
+share/xdx/pixmaps/sad.png
+share/xdx/pixmaps/smile.png
+share/xdx/pixmaps/wink.png
+share/xdx/pixmaps/xdx.png
+share/xdx/pixmaps/xdx.xcf
+share/xdx/pixmaps/xdx.xpm
+share/xdx/MANUAL
+man/man1/xdx.1
+@dirrm share/xdx/pixmaps
+@dirrm share/xdx
diff --git a/ham/xdx/distinfo b/ham/xdx/distinfo
new file mode 100644
index 00000000000..e18c208e5f6
--- /dev/null
+++ b/ham/xdx/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/23 23:01:55 wulf Exp $
+
+SHA1 (xdx-1.1.tar.gz) = ab0417cb56c864a05df970203ef21a11bfc62f47
+Size (xdx-1.1.tar.gz) = 194165 bytes
+SHA1 (patch-aa) = 511b07def9818ae0a25a71b1750e371d0e1c0db6
diff --git a/ham/xdx/patches/patch-aa b/ham/xdx/patches/patch-aa
new file mode 100644
index 00000000000..d6b6a26fd3c
--- /dev/null
+++ b/ham/xdx/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/23 23:01:55 wulf Exp $
+
+--- src/net.c.orig 2004-02-01 20:40:11.000000000 +1030
++++ src/net.c 2004-02-01 20:40:36.000000000 +1030
+@@ -38,13 +38,13 @@
+ #include <sys/types.h>
+ #include <string.h>
+ #include <errno.h>
+-#include <resolv.h>
+ #include <netdb.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <signal.h>
+ #include <fcntl.h>
++#include <resolv.h>
+ #include <gtk/gtk.h>
+ #include "gui.h"
+ #include "net.h"