aboutsummaryrefslogtreecommitdiff
path: root/comms/fldigi/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.22.13, fix portlint warnings.Stephen Hurd2015-08-151-2/+2
| | | | | | | | | | | | | | This release adds the FSQ modem. Fix the following two portline warnings: WARN: Makefile: [25]: the options to USES are not sorted. Please consider sorting them. WARN: Makefile: you should only use ".if ${PORT_OPTIONS:MDOCS}" to wrap installation of files into /usr/local/share/doc if the collection of files is large and it takes considerable time to copy. Notes: svn path=/head/; revision=394266
* Update to 3.22.10Stephen Hurd2015-06-011-2/+2
| | | | | | | Maintenance/bugfix release. Notes: svn path=/head/; revision=388280
* Update to latest version.Stephen Hurd2015-05-021-2/+2
| | | | | | | Note, fldigi-shell has been removed upstream. Notes: svn path=/head/; revision=385221
* Update to 3.22.05Stephen Hurd2015-01-121-2/+2
| | | | | | | | | | - Remove unnecessary patches. - Fix space placement errors in: files/patch-src_thor_thor.cxx files/patch-src_xmlrpcpp_XmlRpcServer.cpp Notes: svn path=/head/; revision=376808
* Update to 3.22.04Stephen Hurd2015-01-051-2/+2
| | | | Notes: svn path=/head/; revision=376308
* Update to 3.22.02Stephen Hurd2014-12-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix default options for OSS and FLARQ Add Dutch translation Fix various portlint nits Interesting changes in this release: * Added information macro tags <ANTENNA> - my antenna <BAND> - current operating band * modified rtty and psk viewers to eliminate modem specific code in the UI elements * restricted psk multichannel viewer to modes - PSK31, PSK63, PSK63F and PSK125 - QPSK31, QPSK63 and QPSK125 * Fixed RTTY decoder for baud rate > 110 EmComm 8PSK modes: * Reverted 8PSK-1000 - 1000 baud, 3kbps (no FEC) * Modified 8PSK-1200 - Now uses 1/2 rate K=7 FEC - 1200 baud, 1.8kbps * Added mode 8PSK-1333 - 1333 baud, 4kbps (no FEC) Notes: svn path=/head/; revision=374145
* - Update to latest 3.22.01Diane Bruce2014-11-211-2/+2
| | | | | | | | - Many updates added new modems, new macros, UI and bug fixes - See http://www.w1hkj.com/downloads/fldigi/fldigi_changes.txt Notes: svn path=/head/; revision=372999
* - update to 3.21.83 Maintenance releaseDiane Bruce2014-06-281-2/+2
| | | | | | | | | - fix LIB_DEPENDS to use new libFOO.so form hidden in OPTIONS - change to hamradio@ for MAINTAINER - use shebang fix Notes: svn path=/head/; revision=359700
* - Update to latest releaseDiane Bruce2014-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | =Version 3.21.81= 2014-03-26 David Freese <w1hkj@w1hkj.com> 134221e: TX monitor 922c16f: Spotter seg fault dbe4181: Audio selectors for PORTAUDIO 9771f4b: M4 tr1 detect 03643a6: ttyACMxx identification cfe6f87: Olivia critical section a60d6f7: MT63 critical section c97043c: Logbook fields 3bc4f31: Hamlib selector d33b7e7: Combobox 6f71f12: RTTY macro ac671da: clang compatibility Notes: svn path=/head/; revision=349700
* - Update to 3.21.72Diane Bruce2013-06-131-2/+2
| | | | | | | | - Tons of fixes to GUI - Many additional macros added Notes: svn path=/head/; revision=320730
* - Fix build docbook-xsl is needed along with asciidoc + xsltprocDiane Bruce2013-04-021-2/+2
| | | | | | | | | | - upgrade to fldigi-3.21.68 small fixes including RTTY filters - log2 is now in libm no need to kludge it Approved by: portmgr (miwi) Notes: svn path=/head/; revision=315657
* Maintenance upgrade to 3.21.59Diane Bruce2012-11-021-2/+2
| | | | | | | | | | | | | | | | | | - Thumbdrive discover application executable location if the directory in which "fldigi" / "fldigi.exe" resides contains a file named NBEMS.DIR then base all NBEMS file locations to that drive-folder this allows a fully portble NBEMS installation to a thumbdrive (or other portable drive) - UTF-8 overhaul Includes Refactor get_tx_char() Reset to stock version, call byte_at(). Feature safe: yes Notes: svn path=/head/; revision=306890
* - Update to latest 3.21.50 / Flarq 4.3.3Diane Bruce2012-08-091-2/+2
| | | | | | | | - Fix asciidocs use, man pages need asciidocs - Many changes to UI, Modem, Macros and Internationalisation Notes: svn path=/head/; revision=302320
* - update to 3.21.41 and use fltk 1.3 [1]Diane Bruce2012-04-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - clean up using portlint = 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 PR: ports/166936 Submitted by: Stephen Hurd <shurd@sasktel.net> Notes: svn path=/head/; revision=295285
* - Unbreak buildDiane Bruce2011-12-071-2/+2
| | | | | | | | | | - See http://www.w1hkj.com/Fldigi.html many fixes and enhancements to macro system, internationalisation, UI and modems Feature safe: Yes Notes: svn path=/head/; revision=287034
* - Reworked to use OPTIONS framework [1]Diane Bruce2011-08-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed port to generate man pages which needs asciidoc and xsltproc - minor changes to observe PORTDOCS - From release NOTES = 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 PR: ports/159070 [1] Submitted by: Stephen Hurd <shurd _AT_ sasktel.net> Notes: svn path=/head/; revision=280000
* - Update to Version 3.21.10Diane Bruce2011-06-011-2/+2
| | | | | | | | | | | | * Replaced es.po with newer translation * Updated es.po, fr.po and it.po to correctly identify strings changed by e000ac157e7a96b * Corrected misspelled words in tool tip * Removed duplicate defines in src/dialogs/fl_digi.cxx * GNU/Hurd build fix Notes: svn path=/head/; revision=274904
* - Update to 3.21.8Diane Bruce2011-04-221-2/+2
| | | | | | | | | - Contestia mode added, macro improvements, language translations, about window changes - See http://www.w1hkj.com/Fldigi.html for details Notes: svn path=/head/; revision=273081
* - Update to 3.12.5Diane Bruce2010-11-301-3/+2
| | | | | | | | - package now includes flarq (fast light automatic repeat request) is a file transfer application. Notes: svn path=/head/; revision=265421
* - Update to 3.11Diane Bruce2009-04-121-3/+3
| | | | | | | - Upstream has accepted diffs. Notes: svn path=/head/; revision=232254
* - Update to 3.10Diane Bruce2009-01-181-3/+3
| | | | Notes: svn path=/head/; revision=226344
* - Update to 3.03Diane Bruce2008-09-231-3/+3
| | | | Notes: svn path=/head/; revision=220568
* - Update to 3.01Diane Bruce2008-08-241-3/+3
| | | | | | | | - Remove newly added dos lf's from vendor - fix sizeof(void *) != sizeof(int) botch Notes: svn path=/head/; revision=219057
* - Update to 2.10.3Diane Bruce2008-07-251-3/+3
| | | | Notes: svn path=/head/; revision=217452
* - update to fldigi 2.10Diane Bruce2008-03-171-3/+3
| | | | | | | this version adds views of multiple psk sessions Notes: svn path=/head/; revision=209238
* - Update to 2.09Diane Bruce2008-02-171-3/+3
| | | | | | | - This version adds multiple psk decode, watch more than one QSO Notes: svn path=/head/; revision=207490
* - update to 2.08Diane Bruce2008-01-311-3/+3
| | | | Notes: svn path=/head/; revision=206519
* - Update to 2.03 version of fldigiDiane Bruce2007-10-291-3/+3
| | | | | | | | - Vendor has made many bug fixes and improvements too many to list here, see http://www.w1hkj.com/Fldigi.html or ChangeLog in distribution. Notes: svn path=/head/; revision=202319
* - update to 1.342Diane Bruce2007-09-251-3/+3
| | | | | | | | - 1.342 includes bug fixes for memory leaks - vendor has improved support for FreeBSD so several patches can go. Notes: svn path=/head/; revision=200112
* - update to latest releaseDiane Bruce2007-02-251-3/+3
| | | | | | | Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=185842
* - update to latest fldigi since old version is goneDiane Bruce2007-02-011-3/+3
| | | | | | | | | | - add MASTER_SITE since upstream has a strange release cycle Notified by: kris (via pointyhat) Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=183918
* Add fldigi 1.11, a digital decoder for psk, cw, psk31, olivia.Emanuel Haupt2006-12-221-0/+3
Submitted by: Diane Bruce <db at db.net> Notes: svn path=/head/; revision=180450