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>
This commit is contained in:
parent
80a4903985
commit
a5a6901ce1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109784
5 changed files with 46 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
|||
SUBDIR += vrflash
|
||||
SUBDIR += wy60
|
||||
SUBDIR += xcept
|
||||
SUBDIR += xdx
|
||||
SUBDIR += xlog
|
||||
SUBDIR += xtt516
|
||||
SUBDIR += yaps
|
||||
|
|
22
comms/xdx/Makefile
Normal file
22
comms/xdx/Makefile
Normal file
|
@ -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>
|
2
comms/xdx/distinfo
Normal file
2
comms/xdx/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (xdx-1.2.tar.gz) = 3bdb706eec933c002984c2d49af6baf3
|
||||
SIZE (xdx-1.2.tar.gz) = 204680
|
8
comms/xdx/pkg-descr
Normal file
8
comms/xdx/pkg-descr
Normal file
|
@ -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
|
13
comms/xdx/pkg-plist
Normal file
13
comms/xdx/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue