the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: cwtext
Version: 0.95
Revision: 1
Description: Morse Code Translator
License: GPL
Maintainer: Todai Fink Team
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: b6fd950f5c970027b8be1a6df720017d
PatchScript: <<
mv makefile Makefile.in
sed 's|/usr/local|%i|' < Makefile.in > Makefile
<<
CompileScript: make
InstallScript: <<
install -d -m 755 %i/bin
make install
<<
DocFiles: COPYING Changes README TODO
DescDetail: <<
cwtext is a program that will accept ASCII text as input and generate
International Morse Code as output. The output formats can be:
* - . -..- - (text) on the console
* Raw audio (8bit PCM data)
* .wav files (future)
* .ogg or (proprietary format) compressed audio (future)
Supported character set includes [A-Za-z] (all downcased as Morse is not case
sensitive), [0-9], ",-.?/" plus a few procedural characters (SK, AR, BT etc).
<<
Homepage: http://cwtext.sourceforge.net/