1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

qrq is an open source morse telegraphy trainer for Linux and

Unix operating systems, similar to the classic DOS version of Rufz
by DL4MM. It's not intended for learning telegraphy (have a look at
radio.linux.org.au for CW learning software), but to improve the ability
to copy callsigns at high speeds, as needed for example for Contesting.

Approved by:	ehaupt (mentor)
This commit is contained in:
Diane Bruce 2007-07-05 17:57:56 +00:00
parent 6178a9dac0
commit 6739f13df5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195023
5 changed files with 53 additions and 0 deletions

View File

@ -91,6 +91,7 @@
SUBDIR += qico
SUBDIR += qicosi
SUBDIR += qpage
SUBDIR += qrq
SUBDIR += qsstv
SUBDIR += ruby-serialport
SUBDIR += ruby-termios

35
comms/qrq/Makefile Normal file
View File

@ -0,0 +1,35 @@
# ports collection makefile for: qrq
# Date created: 1 July 2007
# Whom: db
#
# $FreeBSD$
#
PORTNAME= qrq
PORTVERSION= 0.1.0
CATEGORIES= comms hamradio
MASTER_SITES= http://fkurz.net/ham/qrq/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
MAINTAINER= db@FreeBSD.org
COMMENT= Morse telegraphy trainer similar to the classic DOS version by DL4MM
MAN1= qrq.1
LDFLAGS+= -lm -lncurses -lpthread
CFLAGS+= -DDESTDIR=\"${PREFIX}\" -DVERSION=\"${PORTVERSION}\"
do-build:
${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c \
-o ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
${MKDIR} ${DATADIR}
.for f in callbase qrqrc toplist
${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
.endfor
.include <bsd.port.mk>

3
comms/qrq/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (qrq-0.1.0.tar.gz) = 3ff73a102b44cb0b11500e4fc2c59d71
SHA256 (qrq-0.1.0.tar.gz) = ee80a5df0d25c92f5c53f5f1b8e664f15bd16e70ecc907ecbc8c016bbc8e4593
SIZE (qrq-0.1.0.tar.gz) = 63744

9
comms/qrq/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
qrq is an open source morse telegraphy trainer for Linux and Unix operating
systems, similar to the classic DOS version of Rufz by DL4MM. It is intended to
improve the ability to copy callsigns at high speeds, as needed for example for
contesting.
WWW: http://fkurz.net/ham/qrq.html
- Diane (VA3DB)
db@db.net

5
comms/qrq/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
bin/qrq
%%DATADIR%%/callbase
%%DATADIR%%/qrqrc
%%DATADIR%%/toplist
@dirrm %%DATADIR%%