port of my morseplayer-1.1 program (with much porting help from jolan)

From DESCR:
The morseplayer utility reads from its standard input and plays
corresponding morse code sounds from an audio device.  The program has
the full character set for the ARRL/FCC Element 2 examination, and
generates the timing of  `dits',  `dahs', intra-element spacing,
character spacing, and word spacing as specified by the ARRL.
This commit is contained in:
jason 2003-10-03 22:13:52 +00:00
parent 4e259be86e
commit 87dde4746b
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1 2003/10/03 22:13:52 jason Exp $
COMMENT= "morse player"
DISTNAME= morseplayer-1.1
CATEGORIES= audio
HOMEPAGE= http://www.thought.net/jason/radio/morseplayer.html
MAINTAINER= Jason Wright <jason@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.thought.net/jason/radio/
FAKE_FLAGS= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" \
DESTDIR="${WRKINST}"
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (morseplayer-1.1.tar.gz) = 3a22c58cda8d14be315b8b9d49351348
RMD160 (morseplayer-1.1.tar.gz) = 01cc6c699132765967368f2d2cb146bddc7ee719
SHA1 (morseplayer-1.1.tar.gz) = 01a400d6ed6585b5ac742adadb1dd801abf78cac

View File

@ -0,0 +1,5 @@
The morseplayer utility reads from its standard input and plays
corresponding morse code sounds from an audio device. The program has
the full character set for the ARRL/FCC Element 2 examination, and
generates the timing of `dits', `dahs', intra-element spacing,
character spacing, and word spacing as specified by the ARRL.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1 2003/10/03 22:13:53 jason Exp $
bin/morseplayer
man/man1/morseplayer.0