The NetBSD Project

CVS log for pkgsrc/ham/fldigi/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / ham / fldigi

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jan 11 12:31:45 2018 UTC (7 years, 4 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
Updated ham/fldigi to 4.0.13

=Version 4.0.13=
2017-12-26  David Freese  <w1hkj@bellsouth.net>
        4c5c168: Language Translation
        13ef81d: cw t/r - doc update
        c4099e1: Spectrum Analyzer
        2e7f681: TS990 tune feedback
        43cc1b2: OS X CW
        8d156c6: FSQ/IFKP clear tx panel
        f62c96a: deadman
        80f52a8: Image transmit
        fb4797b: flrig race
        1b01276: CW Sweepstakes
        5ef93f4: CW no tx char
        a044193: timeops

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri May 5 00:11:15 2017 UTC (8 years ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Updated ham/fldigi 3.23.21 to 4.0.3
---------------------------
=Version 4.0.3=
2017-04-30  David Freese  <iam_w1hkj@w1hkj.com>
	c9b9bb9: OS X Wizard
	a8a6e09: cw decoder
	7e552c4: CW wait

=Version 4.0.2=
2017-04-14  keith bellairs  <keith@bellairs.org>
	7432793: Lotw Match

2017-04-13  David Freese  <iam_w1hkj@w1hkj.com>
	ed5850e: flrigi bw synch
	9723972: Clang 8.1.0
	97024a9: Sound card
	1549193: Revert "wefax"
	c85b75e: IFKP image processing
	ef39743: Macro Save
	4396c43: CW end-of-transmit
	2f1d709: Font Initialization
	a1d4122: OS X socket connect
	835d823: Winkeyer exit process

=Version 4.0.1=
	f40e79d: Socket connect

=Version 4.0.0=
	7efc9b2: OS X 10.12 build
	ffd6f09: STATION_CALLSIGN
	f0f3763: Free BSD mods
	b163605: Logbook mods
	167f064: ru-po-update
	5354812: Default Tx Audio
	fac5963: remove sprintf
	a9db866: Documentation update
	b522581: n3fjp logger search
	c565b03: fopen -> fl_fopen
	abd9554: 48 bar macro
	5f5776c: CW decoder
	9c0f906: DX cluster
	016799a: Logbook support
	b4e227b: WinKeyer
	1fe26c1: fsq ifkp s/n computation
	d576fd8: fltk version update
	2a1a8c3: Macro Date Time Formats

2017-02-24  Keith Bellairs  <keith@bellairs.org>
	627eb31: lotw addition

2017-02-23  David Freese  <iam_w1hkj@w1hkj.com>
	0507110: THOR/IFKP Image transfers

2017-02-23  Giuseppe Ciaccio  <giuseppe.ciaccio@unige.it>
	95b51b6: OSS bug fix

2017-02-21  David Freese  <iam_w1hkj@w1hkj.com>
	f462dd7: ifkp s/n update
	376f7f5: PSKMAIL PTT fault protection
	bcec5aa: Logbook File Handling
	cbdea29: n3fjp contest update
	fccb4eb: fsq s/n update
	1786a5e: README update
	67bc122: Russian UTF-8 translation
	9decf04: Tooltips

2017-01-30  Jae Stutzman  <k5jae@stutzman.net>
	fef4e93: Hamlib/RigCAT/XMLRPC Interface

(pkgsrc changes)
 - Drop patch, upstream fixed it (slightly different from ours)
    our patch        if ( ptr2          && (unsigned)(ptr2 - ptr) <= p)
    upstream         if ((ptr2 != NULL) && (unsigned)(ptr2 - ptr) <= p)
 - +.include "ham/flxmlrpc/buildlink3.mk"

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Apr 26 03:04:59 2015 UTC (10 years ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -4 lines
(pkgsrc)
  - Drop patches, upstream seems to fix the problems.
  - (flxmlrpc is not supported yet, to be added later)
(upstream)
  - Update 3.22.07 to 3.22.08
-------------------------
=Version 3.22.08=

2015-04-23  David Freese  <iam_w1hkj@w1hkj.com>

        2bda963: Analysis
        967e7c5: rx/tx queues
        b5aa6a3: flxmlrpc

2015-04-16  Dave Freese  <w1hkj@bellsouth.net>

        28839d7: call focus

2015-04-14  David Freese  <iam_w1hkj@w1hkj.com>

        a4d4faa: 599 update
        41beca0: US units
        91ab73f: olivia cxx
        a45006d: fldigi-shell
        ee19668: Write log
        8d4f0ef: Config dialog

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Dec 11 22:11:43 2014 UTC (10 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Fix PLIST with reality to make the dutch happy.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Sep 5 07:29:28 2014 UTC (10 years, 8 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
(Upstream update 3.21.82 to 3.21.83)
=Version 3.21.83=
2014-06-26  Robert Stiles  <kk5vd@yahoo.com>
        10acfb7: Doxygen Inclusion

2014-06-16  David Freese  <w1hkj@w1hkj.com>
        03b141a: ARQ stx handshake
        ba246eb: Virtual ports
        1c38c93: New User Exit Behavior

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 14 14:39:22 2014 UTC (11 years, 2 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
(pkgsrc)
- Add comment on patch (based on commit msg)

(Upstream update 3.21.76 to 3.21.79)
=Version 3.21.79=
  2014-03-07  David Freese  <w1hkj at w1hkj.com>
	RigCAT initialize
	Modem cleanup
	Missing build script
	Choice-->ListBox
	combobox-listbox
	FreeBSD One More Time
	RTTY normalize
	Sound.cxx cleanup
	Portaudio ring buffer
	Headers update
	Portaudio error reporting

  2014-01-28  Kamal Mostafa  <kamal at whence.com>
	Avoid nitems fltk kfreebsd collision

  2014-01-13  David Freese  <w1hkj at w1hkj.com>
	modem timing test
	XMLRPC seg fault
	Mailing address

  2014-01-11  John Phelps  <kl4yfd at gmail.com>
	64 bit stacktrace

  2014-01-11  David Freese  <w1hkj at w1hkj.com>
	Developer update
	CW timing

=Version 3.21.78=
	SKED macro
	FreeBSD issues
	WF max size
	PSKR softbits

  2013-11-09  Andrej Lajovic  <s57ln at hamradio.si>
	CharsetDistiller
	UTF-8

  2013-11-08  Arvo Jarve  <arvo at softshark.ee>
	RigCAT close
	Save Wordwrap

  2013-11-05  David Freese  <w1hkj at w1hkj.com>
	ARQ timeouts
	Deutsch
	DTMF
	WF latency

=Version 3.21.77=
	Load preferences
	Waterfall race condition

  2013-10-22  John Phelps  <kl4yfd at gmail.com>
	MFSK HF Long Modes
	* Added MFSK64L and MFSL128L new modes
	* 6.25 Second interleaver for very-robust HF reception
	* Assigned new RSIDs
	* Mode MFSK-64L : 1026
	* Mode MFSK-128L : 1029

  2013-10-20  David Freese  <w1hkj at w1hkj.com>
	Waterfall improvements

  2013-10-19  Remi Chateauneu  <remi.chateauneu at gmail.com>
	Fix test_process on MacOS
	Various speed-ups, fixes and cleanups

  2013-10-16  David Freese  <w1hkj at w1hkj.com>
	Cfft removal
	fldigi.pot update
	Multi-channel decode
	fft filter
	g_fft
	 WF fft
	rsid fft
	Wefax Config tab
	Autostart programs
	RsID Error Control
	Macro tag Image

  2013-09-17  Kamal Mostafa  <kamal at whence.com>
	Avoid-nitems-fltk-kfreebsd-collision.patch

  2013-09-14  David Freese  <w1hkj at w1hkj.com>
	MFSKpic improvements
	ADIF log database
	MFSK update
	Thor update

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Sep 13 06:35:55 2013 UTC (11 years, 8 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -0 lines
Bump 3.21.70 to 3.21.76

=Version 3.21.76=
 2013-09-09  David Freese  <w1hkj@w1hkj.com>
	ARQ mode character set
	RsID, Macro Queue, DTMF transmit management
	Xmlrpc method signatures
	RsID fo computation

=Version 3.21.75=
	xmlrpcpp methods
	RSID update
	Error exit
	fltk 1.1.x
	Sound File

=Version 3.21.74=
	initialize active_modem
	XML parser
	64 bit compile warnings
	Automake bug

=Version 3.21.73=
	qrunner mod
	Pskmail-test

 2013-07-24  John Phelps  <kl4yfd@gmail.com>
	Doxygen for fldigi
	* Added scripts to generate Doxygen documentation from fldigi git
	  repository / source
	* Also executes "cppcheck" and includes those results on Doxygen
	  page (if installed on system)
	* Generates patches and log for the last 125 commits: includes
          links on Doxygen page

 2013-07-24  David Freese  <w1hkj@w1hkj.com>
	CPPcheck errors
	Modem class
	Rigcat Thread
	Missing header
	fldigi-shell
	Fl::focus on OS X
	Data files
	KML thread
	Fl::flush
	ADIF_RW thread
	trx semaphore
	Digiscope buffer

 2013-07-07  Robert Stiles  <kk5vd@yahoo.com>
	Portaudio exceptions

 2013-07-07  David Freese  <w1hkj@w1hkj.com>
	mxe-win32 regex
	PSKMAIL/ARQ socket
	Thor update
	record_loader fix
	Code cleanup
	Pskmail Notify RsID
	MFSK shut down

 2013-06-27  Robert Stiles  <kk5vd@yahoo.com>
	Cwidth test for zero

 2013-06-21  David Freese  <w1hkj@w1hkj.com>
	XMLRPC
	MXE compile

 2013-06-19  Stefan Fendt  <smfendt@gmail.com>
	RTTY decoder

 2013-06-09  Dennis Engdahl  <engdahl@snowcrest.net>
	RigCAT user commands

 2013-06-08  David Freese  <w1hkj@w1hkj.com>
	TX state
	pskmail events
	  * Changed extended rsid iaw doc/rsid_codes.gnumeric

 2013-06-01  Remi Chateauneu  <remi.chateauneu@gmail.com>
	KML/Synop/RTTY/Navtex
	Port to MXE / MingW
	QSL VIA
	XML parser

 2013-05-31  David Freese  <w1hkj@w1hkj.com>
	ARQ support changes
	xmlrpcpp
	PortAudio
	SysV ARQ interface
	METAR format
	RSID logic

=Version 3.21.72=
	RsID Timeout
	PSKMAIL
	Colors/Fonts Dialog
	Developer List

=Version 3.21.71=
	About update
	Wavefile generate
	MT63 mode selection
	ARQ server

 2013-04-30  Remi Chateauneu  <remi.chateauneu@gmail.com>
	xmlrpc-c removal

 2013-04-30  David Freese  <w1hkj@w1hkj.com>
	Signal Browser Colors
	QRZ query
	Rigsupport
	PO file update
	eQSL url
	PSKMAIL

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 28 13:41:30 2012 UTC (12 years, 7 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +13 -1 lines
Update to 3.21.52 from 3.03, prepared in pkgsrc-wip by Makoto
Fujiwara, JA1XMS.  Committed during freeze to resolve build failures
of the old version, ok wiz@.

Upstream's NEWS covers only some versions, but:

= Fldigi 3.21 release notes =

== Modems ==

  * Weather Fax receive and transmit
  * RSID can be configured to open the decoder squelch
  * Added several new RSID modem codes
  * Video ID improvements
  * Added browser support for the PSK63F and PSK-nnn-R types
  * Improved CW prosign handling
  * Improved signal detection in PSK multiple decoder
  * The MT-63 modem can now receive and transmit on any frequency
  * Added support for multiple RTTY decoders

== Macros ==

  * Added REPEAT macro
  * Added LNW macro
  * Added CLEARLOG macro
  * Added QSY macro
  * Added RIGMOD and FILWID macros

== User interface ==

  * Added Italian and Spanish translations
  * Translations now also work on win32
  * Added second (optional) macro bar
  * Improved PSK/RTTY browser widget

== Other changes ==

  * RigCAT can use RTS and DTR PTT simultaneously
  * Added interface to Logbook server
  * Added support for ADIF 2.2.3 QSO_DATE_OFF field
  * Added support for CALLOOK (http://callook.info)

== Bug fixes ==

  * Yes


= Fldigi 3.20 release notes =

== Modems ==

 * Added new PSK-500 mode
 * Added "robust PSK" modes: PSK-125R, PSK-250R, PSK-500R
 * Added PSK63F mode, compatible with MultiPsk PSK63FEC
 * Added Contestia support
 * Added SSB "modem" to simplify logging of SSB QSOs
 * Added MT63 modem preamble tones to aid signal acquisition
 * Added selectable filter widths for Hellschreiber modes
 * Added AGC and S/N detector for FM-HELL modes
 * Added Olivia noise estimator

 * Improved THOR and DominoEX squelch responsiveness
 * Improved Olivia squelch detection
 * Improved Feldhell AGC and S/N detector
 * Improved RTTY decoder

 * Removed THOR soft decoding
 * RSID now works at the same time as modem decoding
 * The HELL-80 tone spacing was changed to 300 Hz

== Macros ==

 * Added <LOCK:on|off|t> macro to enable/disable/toggle the transmit lock
 * Added <TUNE:nn> macro to transmit tuning tone for ''nn'' seconds
 * Added <RXRSID:on|off|t> and <TXRSID:on|off|t> macros
 * Added <WAIT:nn> macro to delay macro expansion by ''nn'' seconds
 * Added <SRCHUP>, <SRCHDN>, <GOHOME>, <GOFREQ:nnnn> macros to search for a
   signal up and down in frequency, go to the "sweet spot frequency", and
   set the current modem frequency to ''nnnn''
 * The <MODEM> macro syntax is now <MODEM:str>. The older <MODEM>str syntax is
   still supported.  Modem parameters may be specified when using the new
   syntax; currently for RTTY (shift, baud, bits), Olivia (bw, tones) and
   Contestia (bw, tones), e.g.: <MODEM:RTTY:170:45.45:5>, <MODEM:OLIVIA:500:16>,
   <MODEM:CTSTIA:250:8>.

== User interface ==

 * The main window's QSO and waterfall toolbar are now much more configurable
 * The QSO toolbar can now be set to Contest mode, Minimal mode, Full mode,
   and some combinations thereof
 * The docked digiscope can be hidden and shown without a restart
 * It is now possible to select the modes for which to transmit RSID, VideoID
   and CWID
 * The Op Modes menu can now be customised
 * Removed the floating rig control window
 * Removed various Alt-<key> shortcuts
 * Added a simple "wizard" for first-time users
 * Added a waterfall-only mode; enabled with --wfall-only
 * Removed option to use check buttons for AFC and SQL toggles

== Other changes ==

 * The XML-RPC server now supports HTTP/1.1 keep-alive connections
 * Added several new XML-RPC methods
 * Renamed various main.set_rig_NNN XML-RPC methods to rig.set_NNN
 * Removed obsolete command line switches: --twoscopes, --experimental
 * Improved support for PulseAudio, now also the default backend on Linux
 * The ^R string is no longer treated like ^r; it is now ignored unless at the
   end of the text to be transmitted
 * The Portaudio playback stream is no longer kept open in receive mode; this
   fixes a problem with certain rig interfaces that generate a PTT signal even
   when the audio is complete silence
 * Improved win32 serial port support

== Bug fixes ==

 * The MT63 transmit buffer is now correctly initialized
 * Fixed random exceptions-related crashes on win32
 * Stabilized AFC for all PSK baud rates
 * Improved sensitivity of RSID implementation

 Many more small (and a couple not so small) bug fixes all over the tree

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jun 14 18:00:33 2009 UTC (15 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -3 lines
Remove @dirrm entries from PLISTs

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Oct 23 08:07:09 2008 UTC (16 years, 6 months ago) by wulf
Branches: TNF
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgscr
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of fldigi-3.03: A digital radio modem

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Oct 23 08:07:09 2008 UTC (16 years, 6 months ago) by wulf
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>