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
...
Diane Bruce
db at FreeBSD.org
Tue Jan 1 10:13:57 PST 2008
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)
More information about the cvs-ports
mailing list