diff options
author | wulf <wulf@pkgsrc.org> | 2006-12-27 06:40:29 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2006-12-27 06:40:29 +0000 |
commit | 8b9b0a17deef96f4ac6e4193da7ffb95a71f3268 (patch) | |
tree | 14fef8d8bf66413ead5a520eef668ac485e639ad /ham/tlf/Makefile | |
parent | 248b8115e799ac7f38543357b8b62429ee06d2ba (diff) | |
download | pkgsrc-8b9b0a17deef96f4ac6e4193da7ffb95a71f3268.tar.gz |
Updated tlf to version 0.9.30:
tlf-0.9.30
==========
Bug fixes:
- exchange needed at least 1 character in dxped mode
RTTY miniterm changed to display line feeds (reading formatted texst is easier)
RTTY now sends linefeeds before and after the macro.
tlf-0.9.29
==========
Bug fixes:
- Date display error
- Spurious character error
- Malloc free error in socket.c
I also included Fabian's patch to searchlog.c for testing...I like it.
tlf-0.9.28
==========
Bug fixes (country indication did not work, wrong mults file for arrldx_dx).
Added interface to gMFSK to enable RTTY contesting.
Added new parameters for the logcfg.dat file:
GMFSK (use gMFSK as an output device)
RTTYMODE (start tlf in RTTY mode)
DIGIMODEM=/home/youruser/gmfsk_autofile
Diffstat (limited to 'ham/tlf/Makefile')
-rw-r--r-- | ham/tlf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ham/tlf/Makefile b/ham/tlf/Makefile index 6ca70f10700..bb2021b8404 100644 --- a/ham/tlf/Makefile +++ b/ham/tlf/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2006/04/13 18:23:34 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/12/27 06:40:29 wulf Exp $ # -DISTNAME= tlf-0.9.27 -PKGREVISION= 1 +#DISTNAME= tlf-0.9.27 +DISTNAME= tlf-0.9.30 +#PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= http://sharon.pi8zaa.ampr.org/pub/linux/ham/tlf/ |