From owner-cvs-all@FreeBSD.ORG Fri Dec 21 16:55:16 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A354216A419; Fri, 21 Dec 2007 16:55:16 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E7C113C4D1; Fri, 21 Dec 2007 16:55:16 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBLGtGGX052490; Fri, 21 Dec 2007 16:55:16 GMT (envelope-from db@repoman.freebsd.org) Received: (from db@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBLGtGLu052489; Fri, 21 Dec 2007 16:55:16 GMT (envelope-from db) Message-Id: <200712211655.lBLGtGLu052489@repoman.freebsd.org> From: Diane Bruce Date: Fri, 21 Dec 2007 16:55:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 16:55:16 -0000 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)