From owner-cvs-all@FreeBSD.ORG Tue Jan 1 18:13:57 2008 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 BFA6416A468; Tue, 1 Jan 2008 18:13:57 +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 9215413C45B; Tue, 1 Jan 2008 18:13:57 +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 m01IDvSu020442; Tue, 1 Jan 2008 18:13:57 GMT (envelope-from db@repoman.freebsd.org) Received: (from db@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01IDvbC020427; Tue, 1 Jan 2008 18:13:57 GMT (envelope-from db) Message-Id: <200801011813.m01IDvbC020427@repoman.freebsd.org> From: Diane Bruce Date: Tue, 1 Jan 2008 18:13:56 +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/unixcw Makefile distinfo pkg-descr pkg-plist ports/comms/unixcw/files patch-Makefile.inc.in patch-configure.ac patch-src_cw_Makefile patch-src_cwcp_Makefile patch-src_cwgen_Makefile patch-src_cwlib_Makefile ... 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: Tue, 01 Jan 2008 18:13:57 -0000 db 2008-01-01 18:13:56 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/unixcw Makefile distinfo pkg-descr pkg-plist comms/unixcw/files patch-Makefile.inc.in patch-configure.ac patch-src_cw_Makefile patch-src_cwcp_Makefile patch-src_cwgen_Makefile patch-src_cwlib_Makefile patch-src_cwlib_cwlib.c patch-src_cwutils_Makefile patch-src_xcwcp_Makefile Log: The heart of the package is 'libcw'. This is a library which, when built, offers the following basic CW services to a caller program: o Morse code character translation tables, and lookup functions o Morse code low-level timing calculations o A 'sidetone' generation and queueing system, using either the system sound card, the console speaker, or both o Optional keying control for an external device, say a transmitter, or an oscillator o CW character and string send routines, tied in with the character lookup o CW receive routines, also tied in to the character lookup o Adaptive speed tracking of received CW o An iambic keyer, with both Curtis 8044 types A and B timing o Straight key emulation Submitted by: self Revision Changes Path 1.187 +1 -0 ports/comms/Makefile 1.1 +56 -0 ports/comms/unixcw/Makefile (new) 1.1 +3 -0 ports/comms/unixcw/distinfo (new) 1.1 +10 -0 ports/comms/unixcw/files/patch-Makefile.inc.in (new) 1.1 +47 -0 ports/comms/unixcw/files/patch-configure.ac (new) 1.1 +19 -0 ports/comms/unixcw/files/patch-src_cw_Makefile (new) 1.1 +11 -0 ports/comms/unixcw/files/patch-src_cwcp_Makefile (new) 1.1 +21 -0 ports/comms/unixcw/files/patch-src_cwgen_Makefile (new) 1.1 +27 -0 ports/comms/unixcw/files/patch-src_cwlib_Makefile (new) 1.1 +25 -0 ports/comms/unixcw/files/patch-src_cwlib_cwlib.c (new) 1.1 +11 -0 ports/comms/unixcw/files/patch-src_cwutils_Makefile (new) 1.1 +11 -0 ports/comms/unixcw/files/patch-src_xcwcp_Makefile (new) 1.1 +16 -0 ports/comms/unixcw/pkg-descr (new) 1.1 +11 -0 ports/comms/unixcw/pkg-plist (new)