From dd806c348feb74edc1b98e3ab2c7055808411ae4 Mon Sep 17 00:00:00 2001 From: wulf Date: Mon, 23 Feb 2004 23:01:55 +0000 Subject: Added new package xdx-1.1: Amateur Radio tcp/ip DX-cluster client --- ham/xdx/DESCR | 7 +++++++ ham/xdx/Makefile | 18 ++++++++++++++++++ ham/xdx/PLIST | 16 ++++++++++++++++ ham/xdx/distinfo | 5 +++++ ham/xdx/patches/patch-aa | 19 +++++++++++++++++++ 5 files changed, 65 insertions(+) create mode 100644 ham/xdx/DESCR create mode 100644 ham/xdx/Makefile create mode 100644 ham/xdx/PLIST create mode 100644 ham/xdx/distinfo create mode 100644 ham/xdx/patches/patch-aa (limited to 'ham/xdx') 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 + #include + #include +-#include + #include + #include + #include + #include + #include + #include ++#include + #include + #include "gui.h" + #include "net.h" -- cgit v1.2.3