ham/flrig: Updated for version 1.3.50.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gustavo Conrad 2020-06-18 07:08:12 +01:00 committed by Willy Sudiarto Raharjo
parent 07e0e20103
commit 9565d88050
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 17 additions and 16 deletions

View file

@ -1,5 +1,6 @@
Flrig is a transceiver control program for Amateur Radio use. It does
not use any 3rd party transceiver control libraries. It is a c++ pro-
gram that encapsulates each transceiver in it's own class. Where ever
possible the transceiver class(s) use polymorphism to reuse code that
is portable across a series of transceivers.
FLRIG is a transceiver control program for Amateur Radio use.
It is designed to be used either stand alone or as an adjunct to FLDIGI.
It does not use any 3rd party transceiver control libraries.
The supported transceivers all have some degree of CAT. The FLRIG user
nterface changes to accommodate the degree of CAT support available for
the transceiver in use.

View file

@ -3,7 +3,7 @@
# From slackbuild for fldigi Written by JK Wood joshuakwood@gmail.com
# Modified for flrig by Gustavo Conrad gus3963@gmail.com
# Copyright 2017, Gustavo Conrad.
# Copyright 2017, 2020 Gustavo Conrad.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -43,7 +43,7 @@
# that is unlikely, as I am rather tall.
PRGNAM=flrig
VERSION=${VERSION:-1.3.36}
VERSION=${VERSION:-1.3.50}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="flrig"
VERSION="1.3.36"
VERSION="1.3.50"
HOMEPAGE="http://www.w1hkj.com/"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/flrig-1.3.36.tar.gz"
MD5SUM="a80358fe9ccf00de612fe82c965db0aa"
DOWNLOAD="http://www.w1hkj.com/files/flrig/flrig-1.3.50.tar.gz"
MD5SUM="60e4c95555a624b7a45211fb79464115"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fltk"

View file

@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
flrig: flrig (Amateur Radio transceiver control program)
flrig:
flrig: Flrig is a transceiver control program for Amateur Radio use.
flrig: It does not use any 3rd party transceiver control libraries. It is a
flrig: c++ program that encapsulates each transceiver in it's own class.
flrig: Where ever possible the transceiver class(s) use polymorphism to
flrig: reuse code that is portable across a series of transceivers.
flrig: This program can cooperate with fldigi.
flrig: FLRIG is a transceiver control program for Amateur Radio use.
flrig: It is designed to be used either stand alone or as an adjunct to FLDIGI.
flrig: It does not use any 3rd party transceiver control libraries.
flrig: The supported transceivers all have some degree of CAT. The FLRIG user
flrig: interface changes to accommodate the degree of CAT support available for
flrig: the transceiver in use.
flrig:
flrig: Homepage: http://www.w1hkj.com/
flrig: