pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/xdx Added new package xdx-1.1: Amateur Radio tcp/i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6621602acf9c
branches:  trunk
changeset: 469471:6621602acf9c
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Mon Feb 23 23:01:55 2004 +0000

description:
Added new package xdx-1.1: Amateur Radio tcp/ip DX-cluster client

diffstat:

 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(+), 0 deletions(-)

diffs (85 lines):

diff -r bcd7992fc475 -r 6621602acf9c ham/xdx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/xdx/DESCR     Mon Feb 23 23:01:55 2004 +0000
@@ -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 -r bcd7992fc475 -r 6621602acf9c ham/xdx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/xdx/Makefile  Mon Feb 23 23:01:55 2004 +0000
@@ -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@localhost
+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 -r bcd7992fc475 -r 6621602acf9c ham/xdx/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/xdx/PLIST     Mon Feb 23 23:01:55 2004 +0000
@@ -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 -r bcd7992fc475 -r 6621602acf9c ham/xdx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/xdx/distinfo  Mon Feb 23 23:01:55 2004 +0000
@@ -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 -r bcd7992fc475 -r 6621602acf9c ham/xdx/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/xdx/patches/patch-aa  Mon Feb 23 23:01:55 2004 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index