summaryrefslogtreecommitdiff
path: root/ham/cwtext
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-04-19 15:19:06 +0000
committerzuntum <zuntum@pkgsrc.org>2002-04-19 15:19:06 +0000
commit2c0eb2b35603db75cdd3e214fdf21034f2d1938a (patch)
tree4e13c7d0c4a417ae1bdc88459922eec51615e7f4 /ham/cwtext
parentb2526809e8cb7c5c530c11d04dab5bdfe53204d9 (diff)
downloadpkgsrc-2c0eb2b35603db75cdd3e214fdf21034f2d1938a.tar.gz
Alter DESCR and fix 'category'
Diffstat (limited to 'ham/cwtext')
-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