The KB contest logging computer program runs on the Linux operating system
with the Gnome desktop. The program is under development, and currently
supports the CQ WW, CQ WPX, and ARRL DX contests, plus Field Day.
Features include on-the-fly dupe checking, CW and voice message keying,
super check partial, packet (Telnet and rf nodes), networking, and
radio control (currently for the FT-1000 only). The program is designed
to be used by U.S. stations, with some support for Canadian stations.
New features and contests are being added regularly, and I will consider
adding support for DX stations if there is sufficient demand.
(The port version has bug fixes and some modifications for Canadian stations.
- db)
Submitted by: self
2007-12-21 16:55:15 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kb
|
2008-05-28 14:32:58 +00:00
|
|
|
PORTVERSION= 8.04
|
2013-01-23 15:00:18 +00:00
|
|
|
PORTREVISION= 8
|
The KB contest logging computer program runs on the Linux operating system
with the Gnome desktop. The program is under development, and currently
supports the CQ WW, CQ WPX, and ARRL DX contests, plus Field Day.
Features include on-the-fly dupe checking, CW and voice message keying,
super check partial, packet (Telnet and rf nodes), networking, and
radio control (currently for the FT-1000 only). The program is designed
to be used by U.S. stations, with some support for Canadian stations.
New features and contests are being added regularly, and I will consider
adding support for DX stations if there is sufficient demand.
(The port version has bug fixes and some modifications for Canadian stations.
- db)
Submitted by: self
2007-12-21 16:55:15 +00:00
|
|
|
CATEGORIES= comms hamradio
|
|
|
|
MASTER_SITES= http://www.db.net/downloads/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= db
|
|
|
|
DISTFILES= kb_src-${PORTVERSION}.tar.gz kb_inst-${PORTVERSION}.tar.gz
|
|
|
|
|
2014-11-22 23:38:50 +00:00
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
The KB contest logging computer program runs on the Linux operating system
with the Gnome desktop. The program is under development, and currently
supports the CQ WW, CQ WPX, and ARRL DX contests, plus Field Day.
Features include on-the-fly dupe checking, CW and voice message keying,
super check partial, packet (Telnet and rf nodes), networking, and
radio control (currently for the FT-1000 only). The program is designed
to be used by U.S. stations, with some support for Canadian stations.
New features and contests are being added regularly, and I will consider
adding support for DX stations if there is sufficient demand.
(The port version has bug fixes and some modifications for Canadian stations.
- db)
Submitted by: self
2007-12-21 16:55:15 +00:00
|
|
|
COMMENT= Amateur Radio contest logger
|
|
|
|
|
|
|
|
USE_GNOME= libgnome gtk20 libbonobo
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PKGMESSAGE= ${FILESDIR}/pkg_message
|
|
|
|
|
2008-05-28 14:32:58 +00:00
|
|
|
DESKTOP_ENTRIES="KB" \
|
|
|
|
"Kick Butt logger" \
|
|
|
|
"${PREFIX}/share/pixmaps/kb/icons/kb-icon.png" \
|
|
|
|
"kb" \
|
|
|
|
"" \
|
|
|
|
true
|
|
|
|
|
2014-07-15 23:11:12 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
The KB contest logging computer program runs on the Linux operating system
with the Gnome desktop. The program is under development, and currently
supports the CQ WW, CQ WPX, and ARRL DX contests, plus Field Day.
Features include on-the-fly dupe checking, CW and voice message keying,
super check partial, packet (Telnet and rf nodes), networking, and
radio control (currently for the FT-1000 only). The program is designed
to be used by U.S. stations, with some support for Canadian stations.
New features and contests are being added regularly, and I will consider
adding support for DX stations if there is sufficient demand.
(The port version has bug fixes and some modifications for Canadian stations.
- db)
Submitted by: self
2007-12-21 16:55:15 +00:00
|
|
|
pre-configure:
|
|
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
|
|
|
|
do-install:
|
2014-03-02 02:23:41 +00:00
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/kb ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/kb ${STAGEDIR}${PREFIX}/bin/kb_bin
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/kb_server ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/kb.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
2008-05-28 14:32:58 +00:00
|
|
|
.for f in COUNTY.CQP DEFAULT.INI CALL_LIB.LST CALL_SS.LST \
|
|
|
|
CALL_FD.LST HELP.LST COUNTRY.LST HELPFD.LST \
|
|
|
|
SECTION.LST STATE.LST
|
2014-03-02 02:23:41 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR}
|
The KB contest logging computer program runs on the Linux operating system
with the Gnome desktop. The program is under development, and currently
supports the CQ WW, CQ WPX, and ARRL DX contests, plus Field Day.
Features include on-the-fly dupe checking, CW and voice message keying,
super check partial, packet (Telnet and rf nodes), networking, and
radio control (currently for the FT-1000 only). The program is designed
to be used by U.S. stations, with some support for Canadian stations.
New features and contests are being added regularly, and I will consider
adding support for DX stations if there is sufficient demand.
(The port version has bug fixes and some modifications for Canadian stations.
- db)
Submitted by: self
2007-12-21 16:55:15 +00:00
|
|
|
.endfor
|
2014-03-02 02:23:41 +00:00
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps/kb/icons
|
2008-05-28 14:32:58 +00:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/kb-icon.png \
|
2014-03-02 02:23:41 +00:00
|
|
|
${STAGEDIR}${PREFIX}/share/pixmaps/kb/icons/kb-icon.png
|
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/README_TIPS ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/kb_bsd/README_BSD ${STAGEDIR}${DOCSDIR}
|
2008-05-28 14:32:58 +00:00
|
|
|
.for f in LICENSE README README_KINKS README_SRC
|
2014-03-02 02:23:41 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
|
2008-05-28 14:32:58 +00:00
|
|
|
.endfor
|
The KB contest logging computer program runs on the Linux operating system
with the Gnome desktop. The program is under development, and currently
supports the CQ WW, CQ WPX, and ARRL DX contests, plus Field Day.
Features include on-the-fly dupe checking, CW and voice message keying,
super check partial, packet (Telnet and rf nodes), networking, and
radio control (currently for the FT-1000 only). The program is designed
to be used by U.S. stations, with some support for Canadian stations.
New features and contests are being added regularly, and I will consider
adding support for DX stations if there is sufficient demand.
(The port version has bug fixes and some modifications for Canadian stations.
- db)
Submitted by: self
2007-12-21 16:55:15 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|