summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorzuntum <zuntum>2002-04-19 15:19:06 +0000
committerzuntum <zuntum>2002-04-19 15:19:06 +0000
commit248c9e209d490efa8e9b91e8007c666f9fcb044b (patch)
tree4e13c7d0c4a417ae1bdc88459922eec51615e7f4 /ham
parent4f3c296e59e82304289d42249cf4eec6d2a17baa (diff)
downloadpkgsrc-248c9e209d490efa8e9b91e8007c666f9fcb044b.tar.gz
Alter DESCR and fix 'category'
Diffstat (limited to 'ham')
-rw-r--r--ham/cwtext/DESCR20
-rw-r--r--ham/cwtext/Makefile4
2 files changed, 6 insertions, 18 deletions
diff --git a/ham/cwtext/DESCR b/ham/cwtext/DESCR
index b4020657af0..490d3d7e22e 100644
--- a/ham/cwtext/DESCR
+++ b/ham/cwtext/DESCR
@@ -1,16 +1,4 @@
-About the project
-
-We plan to build 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 on /dev/audio (8bit PCM data)
- .wav files
- .ogg or (proprietary format) compressed audio
-
-International Morse Code
-
-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).
-
-WWW: http://cwtext.sourceforge.net/
+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.
diff --git a/ham/cwtext/Makefile b/ham/cwtext/Makefile
index c300598c3ea..5719a926d01 100644
--- a/ham/cwtext/Makefile
+++ b/ham/cwtext/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/19 15:16:04 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2002/04/19 15:19:07 zuntum Exp $
DISTNAME= cwtext-0.91
-CATEGORIES= textproc
+CATEGORIES= ham
MASTER_SITES= http://prdownloads.sourceforge.net/cwtext/
MAINTAINER= packages@netbsd.org