cvs commit: ports/comms Makefile ports/comms/kb Makefile distinfo
pkg-descr pkg-plist ports/comms/kb/files Makefile bsd_bells.c kb
kbserver patch-boxes.c patch-elogs.c patch-fields.c patch-globs.h
patch-init.c patch-io.c patch-kb.c patch-support.c pkg_message
Diane Bruce
db at FreeBSD.org
Fri Dec 21 08:55:16 PST 2007
db 2007-12-21 16:55:16 UTC
FreeBSD ports repository
Modified files:
comms Makefile
Added files:
comms/kb Makefile distinfo pkg-descr pkg-plist
comms/kb/files Makefile bsd_bells.c kb kbserver
patch-boxes.c patch-elogs.c
patch-fields.c patch-globs.h patch-init.c
patch-io.c patch-kb.c patch-support.c
pkg_message
Log:
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
Revision Changes Path
1.185 +1 -0 ports/comms/Makefile
1.1 +49 -0 ports/comms/kb/Makefile (new)
1.1 +6 -0 ports/comms/kb/distinfo (new)
1.1 +16 -0 ports/comms/kb/files/Makefile (new)
1.1 +163 -0 ports/comms/kb/files/bsd_bells.c (new)
1.1 +7 -0 ports/comms/kb/files/kb (new)
1.1 +34 -0 ports/comms/kb/files/kbserver (new)
1.1 +35 -0 ports/comms/kb/files/patch-boxes.c (new)
1.1 +915 -0 ports/comms/kb/files/patch-elogs.c (new)
1.1 +15 -0 ports/comms/kb/files/patch-fields.c (new)
1.1 +27 -0 ports/comms/kb/files/patch-globs.h (new)
1.1 +150 -0 ports/comms/kb/files/patch-init.c (new)
1.1 +533 -0 ports/comms/kb/files/patch-io.c (new)
1.1 +32 -0 ports/comms/kb/files/patch-kb.c (new)
1.1 +86 -0 ports/comms/kb/files/patch-support.c (new)
1.1 +8 -0 ports/comms/kb/files/pkg_message (new)
1.1 +14 -0 ports/comms/kb/pkg-descr (new)
1.1 +15 -0 ports/comms/kb/pkg-plist (new)
More information about the cvs-all
mailing list