From owner-cvs-all Sat Feb 26 17:21:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F73837B6D0; Sat, 26 Feb 2000 17:21:28 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA06158; Sat, 26 Feb 2000 17:21:28 -0800 (PST) (envelope-from joerg@FreeBSD.org) Message-Id: <200002270121.RAA06158@freefall.freebsd.org> From: Joerg Wunsch Date: Sat, 26 Feb 2000 17:21:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/bcd bcd.6 src/games/morse morse.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 2000/02/26 17:21:28 PST Modified files: games/bcd bcd.6 games/morse morse.c Log: Add an eleventh-hour gimick... But since it's only in `games' and Jordan OK'ed it, i think it's a nice one for those who need it. I once mentioned in Usenet that i've hacked morse(6) so it can control an external device like a tone generator or even a ham radio transceiver, so you could actually use that `game' for really transmitting morse code through the air. A couple of people then bugged be to send them my hack (which it was by that time). So i've now finally found some hours to clean it up (like freaking out with the transmitter no longer keyed in case someone ^c's out of the program...), and to write the man page addition. While i was at it, i also cleaned up some minor nits in Lyndon's /dev/speaker code, mainly #ifdef related stuff like handling getopt() if SPEAKER is not defined etc. enjoy & 73 Approved by: jkh, the restless... Revision Changes Path 1.7 +44 -6 src/games/bcd/bcd.6 1.12 +137 -15 src/games/morse/morse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message