summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xham/cwtext/BUILD10
-rwxr-xr-xham/cwtext/DETAILS8
-rw-r--r--ham/cwtext/HISTORY7
3 files changed, 12 insertions, 13 deletions
diff --git a/ham/cwtext/BUILD b/ham/cwtext/BUILD
index 5829fa58b9..9dbf5f6e75 100755
--- a/ham/cwtext/BUILD
+++ b/ham/cwtext/BUILD
@@ -1,8 +1,2 @@
-(
-
- make &&
- prepare_install &&
- install -sc cwtext /usr/bin &&
- install -sc cwpcm /usr/bin
-
-) > $C_FIFO 2>&1
+sedit "s:/local::" makefile &&
+make
diff --git a/ham/cwtext/DETAILS b/ham/cwtext/DETAILS
index f29c54beba..5878242b89 100755
--- a/ham/cwtext/DETAILS
+++ b/ham/cwtext/DETAILS
@@ -1,20 +1,18 @@
SPELL=cwtext
- VERSION=0.94
+ VERSION=0.95
+ BUILD_API=2
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
+ SOURCE_HASH=sha512:26f58c8e2ab6c063be17bd5fc10c325b54f18171396c3ec72dbed976c9598c32c2e289d541922d55e9429a62f5aaf7fde766ca23e110f4f79df6afb0c4e96f83
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
index c4ca67ff21..d363400a3f 100644
--- a/ham/cwtext/HISTORY
+++ b/ham/cwtext/HISTORY
@@ -1,3 +1,10 @@
+2006-01-09 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.95, removed MAINTAINER
+ * DETAILS, BUILD: converted to BUILD_API=2
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
2004-12-16 Eric Sandall <eric@sandall.us>
* DEPENDS: Python renamed to python
* HISTORY: Formatted to Guru Handbook