diff options
author | Diane Bruce <db@FreeBSD.org> | 2011-05-17 11:08:32 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2011-05-17 11:08:32 +0000 |
commit | 772fb240ec3c82ebd3bb08d52cf9a63a8a28fdcb (patch) | |
tree | 34232d7abd2914f509b635d269b3006e663aae23 /comms/qrq/Makefile | |
parent | 1b784959fb79999b408789677957a35afc996c89 (diff) |
- update qrq to 0.2.0
- From vendor changelog
| 0.2.0 / 2011-05-07 Fabian Kurz <mail@fkurz.net>
| * Added options for fixed CW speed (regardless of errors), unlimited | usage of repeats and unlimited attempt lengths. Suggested by AA0HW.
| * No more duplicate callsigns in one attempt
| * Unlimited attempts (e.g. with _all_ callsigns of a particular
| database) added
| * Call database file can be changed/selected in a menu now
| * Added a database with the 100 most common English words
| * Call databases with DOS linebreaks can now be used.
| * Fixed bugs in memory allocation.
| * CW edges changed to raised cosine
| * Minimum character speed can be specified; below, Farnsworth is used
| * PulseAudio support added (OSS and OpenAL still available)
| * Reformatted ChangeLog
Notes
Notes:
svn path=/head/; revision=274221
Diffstat (limited to 'comms/qrq/Makefile')
-rw-r--r-- | comms/qrq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/qrq/Makefile b/comms/qrq/Makefile index 302ee08f0242..90b6661665ab 100644 --- a/comms/qrq/Makefile +++ b/comms/qrq/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qrq -PORTVERSION= 0.1.4 +PORTVERSION= 0.2.0 CATEGORIES= comms hamradio MASTER_SITES= http://fkurz.net/ham/qrq/ \ ${MASTER_SITE_LOCAL} |