summaryrefslogtreecommitdiffstats
path: root/ham/cwtext
diff options
context:
space:
mode:
Diffstat (limited to 'ham/cwtext')
-rwxr-xr-xham/cwtext/BUILD8
-rwxr-xr-xham/cwtext/DEPENDS1
-rwxr-xr-xham/cwtext/DETAILS20
-rw-r--r--ham/cwtext/HISTORY36
4 files changed, 65 insertions, 0 deletions
diff --git a/ham/cwtext/BUILD b/ham/cwtext/BUILD
new file mode 100755
index 0000000000..5829fa58b9
--- /dev/null
+++ b/ham/cwtext/BUILD
@@ -0,0 +1,8 @@
+(
+
+ make &&
+ prepare_install &&
+ install -sc cwtext /usr/bin &&
+ install -sc cwpcm /usr/bin
+
+) > $C_FIFO 2>&1
diff --git a/ham/cwtext/DEPENDS b/ham/cwtext/DEPENDS
new file mode 100755
index 0000000000..867b4d4bb0
--- /dev/null
+++ b/ham/cwtext/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/ham/cwtext/DETAILS b/ham/cwtext/DETAILS
new file mode 100755
index 0000000000..f29c54beba
--- /dev/null
+++ b/ham/cwtext/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=cwtext
+ VERSION=0.94
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://sourceforge.net/projects/$SPELL/
+ LICENSE=GPL
+ MD5[0]=149767d4962b0cf23e7e641b54371b2c
+ ENTERED=20011212
+ UPDATED=20011212
+ MAINTAINER=jason@flattfamily.com
+ SHORT="Converts text to morse code"
+cat << EOF
+
+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.
+
+EOF
diff --git a/ham/cwtext/HISTORY b/ham/cwtext/HISTORY
new file mode 100644
index 0000000000..c4ca67ff21
--- /dev/null
+++ b/ham/cwtext/HISTORY
@@ -0,0 +1,36 @@
+2004-12-16 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Python renamed to python
+ * HISTORY: Formatted to Guru Handbook
+
+2004-02-05 Andrew Stitt <afrayedknot@t.armory.com>
+ * DEPENDS: added missing depends for Python
+
+2003-06-27 Andrew Stitt <afrayedknot@t.armory.com>
+ * DETAILS: Version bump 0.94
+
+2003-05-23 Andrew Stitt <afrayedknot@t.armory.com>
+ * DETAILS: Version bump 0.93
+
+2003-04-25 Jason Flatt <jason@flattfamily.com>
+ * DETAILS: Updated MAINTAINER e-mail address
+
+2002-07-04 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Modified SOURCE_URL[0] to use $SOURCEFORGE_URL variable.
+ Removed SOURCE_URL[1] and SOURCE_URL[2].
+
+2002-06-15 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Added LICENSE and MD5
+
+2002-06-04 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Updated VERSION from 0.90 to 0.91.
+ * USEGCC2: Removed as it compiles w/gcc 3.1.
+
+2002-05-29 Jason Flatt <jasonflatt@wizard.com>
+ * USEGCC2: Added in preparation for gcc3 upgrade.
+
+2002-05-19 Jason Flatt <jasonflatt@wizard.com>
+ * HISTORY: Added
+
+200?-??-?? Bob Finch <w9ya@amsat.org>
+ * Created spell
+