Archaic program to control a Yaesu FT-890 HF transceiver off of a serial port.
(This is of interest to a ham radio operator or SWL.)
Author: kg0cq@amsat.org (Emarit Ranu)
Submitted by Dawid Szymañski <dawszy@arhea.net> in PR 16378
Convert text to International Morse Code. Input is ASCII text.
Output can be: - . -..- - on the console, raw 8bit PCM suitable
for piping to /dev/audio, .wav files or even (mp3|ogg).
Good for headlines on your MP3 player or code practice.
Provided by mor@linex.com in pkg/16309, heavily modified by myself
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
- added command line option "-x" enabling tfkiss to switch a TNC2 from
terminal mode into kiss mode - HM
- added options for XPID, AXIP and FLEXNET support to autoconfig
utility - BJW
- added AXIP support for NetBSD - BJW
- updated doc/tfkiss.doc file - HM, BJW
- updated CHANGE, INSTALL and README files - BJW
* Change PKGNAME to tnt-1.9p3 to pass pkglint.
* Pass correct linker options to make this ELF-aware.
XXX Compiles, but I have no idea how to test this. It also has an
XXX interactive installation process, which I'm not sure how to modify.