diff options
author | pav <pav@FreeBSD.org> | 2004-05-23 21:20:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-23 21:20:04 +0800 |
commit | d4cd8c35e5d8d959136968e80ed9ebf63d9f23d6 (patch) | |
tree | bd78adaefd19d710709b09e92cfdf6886be37f0f /comms/xdx | |
parent | 2efe74b90ba076e39a35956f88abc14d29c25625 (diff) | |
download | freebsd-ports-gnome-d4cd8c35e5d8d959136968e80ed9ebf63d9f23d6.tar.gz freebsd-ports-gnome-d4cd8c35e5d8d959136968e80ed9ebf63d9f23d6.tar.zst freebsd-ports-gnome-d4cd8c35e5d8d959136968e80ed9ebf63d9f23d6.zip |
Add xdx, a DX cluster client with the same look and feel as xlog.
PR: ports/67037
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
Diffstat (limited to 'comms/xdx')
-rw-r--r-- | comms/xdx/Makefile | 22 | ||||
-rw-r--r-- | comms/xdx/distinfo | 2 | ||||
-rw-r--r-- | comms/xdx/pkg-descr | 8 | ||||
-rw-r--r-- | comms/xdx/pkg-plist | 13 |
4 files changed, 45 insertions, 0 deletions
diff --git a/comms/xdx/Makefile b/comms/xdx/Makefile new file mode 100644 index 000000000000..36c2b0a0d2c7 --- /dev/null +++ b/comms/xdx/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xdx +# Date created: 2004-05-21 +# Whom: Matt Dawson <matt@mattsnetwork.co.uk> +# +# $FreeBSD$ + +PORTNAME= xdx +PORTVERSION= 1.2 +CATEGORIES= comms +MASTER_SITES= http://www.qsl.net/pg4i/download/ + +MAINTAINER= matt@mattsnetwork.co.uk +COMMENT= Amateur Radio DX cluster monitor + +USE_X_PREFIX= yes +USE_GNOME= pkgconfig gtk20 +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= xdx.1 + +.include <bsd.port.mk> diff --git a/comms/xdx/distinfo b/comms/xdx/distinfo new file mode 100644 index 000000000000..d32a8a5b4d18 --- /dev/null +++ b/comms/xdx/distinfo @@ -0,0 +1,2 @@ +MD5 (xdx-1.2.tar.gz) = 3bdb706eec933c002984c2d49af6baf3 +SIZE (xdx-1.2.tar.gz) = 204680 diff --git a/comms/xdx/pkg-descr b/comms/xdx/pkg-descr new file mode 100644 index 000000000000..28fe619c59ca --- /dev/null +++ b/comms/xdx/pkg-descr @@ -0,0 +1,8 @@ +Xdx is a client to connect to a DX-cluster. Dx messages will be +displayed in a list, announcements will go to a text display. + +As well as the usual functions, if you have hamlib installed +it can control the radio and set the frequency simply by double +clicking a DX-spot (using rigctl). + +WWW: http://www.qsl.net/pg4i/linux/xdx.html diff --git a/comms/xdx/pkg-plist b/comms/xdx/pkg-plist new file mode 100644 index 000000000000..534848f9ea52 --- /dev/null +++ b/comms/xdx/pkg-plist @@ -0,0 +1,13 @@ +bin/xdx +share/xdx/MANUAL +share/xdx/MANUAL.es +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 +@dirrm share/xdx/pixmaps +@dirrm share/xdx |