summaryrefslogtreecommitdiff
path: root/ham
AgeCommit message (Collapse)AuthorFilesLines
2017-03-15Updated ham/gnuradio from 3.7.10.1 to 3.7.11mef9-22/+66
-------------------------------------------- ChangeLog v3.7.11 This is a feature release of the 3.7 API series, and incorporates all the bug fixes implemented in the 3.7.10.2 maintenance release. Contributors (omitted in this commit log, sorry) Changes The GNU Radio project tracks changes via Github pull requests. You can get details on each of the below by going to: https://github.com/gnuradio/gnuradio Note: Please see the release notes for 3.7.10.2 for details on the bug fixes included in this release. gnuradio-runtime #1077 Support dynamically loaded gnuradio installs (Josh Blum) gnuradio-companion #1118 Support vector types in embedded Python blocks (Clayton Smith) gr-audio #1051 Re-implemented defunct Windows audio source (Geof Gnieboer) #1052 Implemented block in Windows audio sink (Geof Gnieboer) gr-blocks #896 Added PDU block setters and GRC callbacks (Jacob Gilbert) #900 Exposed non-vector multiply const to GRC (Ron Economos) #903 Deprecated old-style message queue blocks (Johnathan Corgan) #1067 Deprecated blks2 namespace blocks (Johnathan Corgan) gr-digital #910 Deprecated correlateandsync block 3.8 (Johnathan Corgan) #912 Deprecated modulation blocks for 3.8 (Sebastian Müller) #1069 Improved build memory usage with swig split (Michael Dickens) #1097 Deprecated mpskreceivercc block (Johnathan Corgan) #1099 Deprecated old-style OFDM receiver blocks (Martin Braun) gr-dtv #875 Added ability to cross-compile gr-dtv (Ron Economos) #876 Improved ATSC transmitter performance (Ron Economos) #894 Refactored DVB-T RS decoder to use gr-fec (Ron Economos) #898 Improved error handling and logging (Ron Economos) #900 Improved DVB-T performance (Ron Economos) #907 Updated examples to use QT (Ron Economos) #1025 Refactor DVB-T2 interleaver (Ron Economos) gr-filter #885 Added set parameter msg port to fractional resampler (Sebastian Müller) gr-trellis #908 Updated examples to use QT (Martin Braun) gr-uhd #872 Added relative phase plots to uhd_fft (Martin Braun) #1032 Replace zero-timeout double-recv() with one recv() (Martin Braun) #1053 UHD apps may now specify multiple subdevs (Martin Braun) #1101 Support TwinRX LO sharing parameters (Andrej Rode) #1139 Use UHD internal normalized gain methods (Martin Braun) gr-utils #897 Improved python docstring generation in gr_modtool
2017-03-15 Remove PKGREVISION as a preparation for upgrade 3.7.10.1 to 3.7.11mef3-6/+3
2017-02-17Mark as not ready for python-3.x due to py-cheetah.wiz1-1/+3
2017-02-12Recursive revbump from fonts/harfbuzzryoon11-22/+22
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz11-17/+22
2017-01-31Update ham/fldigi to 3.23.21mef2-8/+8
---------------------------- 2017-01-23 David Freese <iam_w1hkj@w1hkj.com> 880720b: Documentation 228950f: Logbook update 35d74af: kml auto_ptr deprecated 2042371: build flags a3bc5e3: PSKMAIL beacon faults 5b970cc: N3FJP record rejections
2017-01-21Recursive revbump from audio/pulseaudio-10.0ryoon1-1/+2
2017-01-13Updated ham/gnuradio-core (and other gnuradio-*) to 3.7.10.1mef25-54/+33
------------------------------------------------------------ ChangeLog v3.7.10.1 This is the first bug-fix release for v3.7.10 This contains bug fixes primarily for GRC and DTV. - GRC * Catch more exceptions thrown by ConfigParser when reading corrupted grc.conf files. * Fix the docstring update error for empty categories. * Fix grcc to call refactored GRC code. * Convert initially opened files to absolute paths to prevent attempting to read from tmp. * Move startup checks back in to gnuradio-companion script from grc/checks.py. - DTV * Fix a segfault that occurs from out-of-bounds access in dvbt_bit_inner_interleaver forecast by forecasting an enumerated list of all input streams. * Fix VL-SNR framing. - Digital * Enable update rate in block_recovery_mm blocks to keep tags close to the the proper clock-recovered sample time. Tag offsets will still be off between calls to work, but each work call updates the tag rate. - Analog * Fix the derivative calculation in fmdet block. - Builds * Fix linking GSL to gr-fec. * Use gnu99 C standard rather than gnu11 standard to maintain support for GCC 4.6.3. - Other Minor spelling and documentation fixes. Fix uhd_siggen_gui when using lo_locked. (pkgsrc changes on gnuradio-core/Makefile.common) - Following lines added CXXFLAGS+= -pthread .include "../../devel/cppunit/buildlink3.mk" .include "../../math/gsl/buildlink3.mk"
2017-01-07Updated ham/fldigi to 3.23.20mef2-7/+7
----------------------------- =Version 3.23.20= 2017-01-05 David Freese <iam_w1hkj@w1hkj.com> 5c45632: N3FJP Winter FD 3119c92: FELD raster display ca8daf3: ARQ PTT 2016-12-25 John Phelps <kl4yfd@gmail.com> de339d7: NEW micro modes 2016-12-24 David Freese <iam_w1hkj@w1hkj.com> 1a8f982: Socket connect 6219ac9: pskreporter query
2017-01-01Revbump after boost updateadam26-52/+52
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2017-01-01Updated ham/fldigi to 3.23.19mef3-9/+11
----------------------------- =Version 3.23.19= 2016-12-17 David Freese <iam_w1hkj@w1hkj.com> 8dc6202: DX cluster improvements 1412352: Text highlight 996bb3f: N3FJP generic contest
2016-12-25Don't expect pointers to have a sign.joerg5-16/+62
2016-12-22Pointers don't have a sign.joerg2-1/+15
2016-12-18Updated ham/xlog to 2.0.14mef3-22/+8
-------------------------- - Changes for xlog version 2.0.14 - 2016-dec-11 * Updated cty.dat to 20161124 (cty-2614) * Fixed compiler error with new gcc, in adif.c, with unused variable * GCC Bug #28901, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28901 * Fixed math library linker issue exposed by recent gcc change * Updated the author's email address * Fixed a GUI bug in Settings->Dialogs and Windows->Scoring (thanks, Andrew N2CN for the patch) * Hamlib preference setting now understands /dev/serial/by-id * Hamlib preference setting shows all /dev/ttyUSB* that are present * Fixed crash with Select a Radio dialog in Hamlib preferences (pkgsrc changes) - Dropped patch-src_logfile_adif2.c, seems now has fix, see above. (but not confirmed with clang yet, sorry) - Add following line, pkglint asks for the line .include "../../graphics/gnome-icon-theme/buildlink3.mk"
2016-12-18Updated ham/fldigi to 3.23.18mef2-7/+7
----------------------------- =Version 3.23.18= 2016-12-11 David Freese <iam_w1hkj@w1hkj.com> 782204c: DXcluster sort 73c2d1e: LoTW dc9c107: Socket Connect State =Version 3.23.17= e0eaaef: dxcluster update a81372a: GPIO update 99b0d1b: LoTW documentation 214a782: Time Of Day Clock 839eb0f: FSQ Heard parser =Version 3.23.16= df67d85: N3FJP rounding dd5dc22: GPIO PTT 03b95b5: lotw/eqsl interface 360209b: Resident help 4e905b6: ARQ Client vector 66a62fc: Rx Extract
2016-12-02Remove unexplainable PKG_OPTIONS variable that a comment describeswiz1-3/+1
as unused for now.
2016-11-24Update doxygen-depend version to 1.8.12 (or add new BUILD_DEPENDS+)mef2-3/+4
2016-11-24Adjust PLIST for doxygen update 1.8.11 to 1.8.12, PKGREVISION++.mef4-10/+6
2016-11-10Updated ham/xnec2c 3.5 to 3.5.1mef2-8/+7
----------------------------- (from doc/xnec2c.html) Version 3.5.1: After a request by FanJun BH1SCW, I replaced the original makeshift desktop icon with one provided by Serge ON4AA.
2016-10-17Updated ham/fldigi to 3.23.15mef3-26/+7
----------------------------- =Version 3.23.15= 2016-10-16 David Freese <iam_w1hkj@w1hkj.com> 7732982: Translation file 153ae9a: N3FJP command sequencing 300624a: BARTG vice BART 0ac4bb3: speed test 0476267: XP fault on failure c426649: Default Logbook widget sizing e58b039: Mono / Stereo wav file 7cacca6: ARQ thread 2016-10-05 w1hkj <w1hkj@bellsouth.net> 2937696: N3FJP logged frequency 2016-10-04 David Freese <iam_w1hkj@w1hkj.com> bdb408d: update check 005f10a: DX cluster 72d0f38: CQWW zone/state 914b60c: Contest fields 79fa4c8: OSX Clang build 9db7e7b: flrig default (pkgsrc changes) Remove patches/patch-src_include_qrunner.h
2016-10-07Revbump post boost updateadam27-36/+54
2016-09-19-- Installing: /export/WRKOBJDIR/ham/codec2/work/.destdir/usr/pkg/bin/fec_encmef2-7/+7
-- Installing: /export/WRKOBJDIR/ham/codec2/work/.destdir/usr/pkg/bin/fec_dec => Automatic manual page handling => Generating post-install file lists Update ham/codec2 to 0.5.1 -------------------------- - ChangeLog unknown.
2016-09-19Updated ham/fldigi to 3.23.14mef2-7/+7
------------------------------ =Version 3.23.14= 2016-09-17 David Freese <iam_w1hkj at w1hkj.com> 9e6e34a: Documentation update 6c5ad4b: PSK IMD Emulator e6980a6: Wave file ff2265b: trx inhibit 0fc2f5e: Log Reports 01bd367: N3FJP application interface ccbd5e8: Field Day 4fc8b12: UTF8 file access c6e1f29: logbook merge 570d3bf: Initialize Macros d9d12f4: NOAA wx access 0552fc6: Revert "logbook read"
2016-09-17link network libs on SunOSwiedi1-1/+3
2016-09-14gr-audio-oss.conf is already in PLIST.osswiedi1-2/+1
2016-08-07Updated ham/fldigi to 3.23.13mef5-60/+7
----------------------------- =Version 3.23.13= 2016-08-06 David Freese <iam_w1hkj@w1hkj.com> 8a0204d: flmsg auto start e569d56: Documentation Update 2016-08-06 Robert Stiles <kk5vd@yahoo.com> 0f237ba: KPSQL PSM 2016-08-06 David Freese <iam_w1hkj@w1hkj.com> e6b1743: m4 updates 3520065: xmlrpc mod fafaa7c: Main User Interface 360d6a2: fl_digi.cxx whitespace bdb3afb: xmlrpc tx queue 33be65f: QRUNNER BUG FIX f02228e: logbook read 1f6d966: flrig xmlrpc client 4ddae1f: Title bar 9777cfa: Macro tag PUSH/POP 73ea18b: G4 build warnings e8e3b89: winsock2 error flag 8f8d6be: xmlrpc error warnings 302fca5: Port Audio Index 988ee57: Squeeze Play a9d3ec1: Documentation 8fa2f92: FSQ allcall relay 2016-07-04 Kamal Mostafa <kamal@whence.com> 055a180: FTextTX: fix menu_cb default case behavior 93ca237: status: fix override_data_io_enabled behavior 10eaf9d: logbook: do not write empty string to ADIF 5609415: wefax d43951e: fix warnings: misleading-indentation (no functional changes) 1ecf952: fix warning: unused variable 'call_file' 9e9139e: fix warning: C11 requires spaces around string macro 0531e5c: fix warning: format '%d' vs size_t 1e888d1: XmlRpc tm_mday fix (pkgsrc) - Drop three patches, see following line in ChangeLog 9e9139e: fix warning: C11 requires spaces around string macro
2016-08-04Recursive revbump from audio/pulseaudioryoon1-2/+2
2016-08-03Revbump after graphics/gd updateadam11-15/+22
2016-07-25Add minimal buildlink3 filegdt1-0/+15
2016-07-20DEPENDS tomef2-6/+60
texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex to get more exact PLIST, thanks gdt@
2016-07-14(pkgsrc)mef4-32/+11
- drop patch, seems included in upstream with condition: #if !GLIB_CHECK_VERSION(2,32,0) (upstream) - Updated ham/grig to 0.8.1 ------------------------- GRIG 0.8.1: - Maintenance update - French l10n
2016-07-14Updated ham/xnec2c 3.4 to 3.5mef3-9/+8
----------------------------- (from doc/xnec2c.html) Version 3.5: I modified the NEC2 Editor code so that when a Geometry or Command editor window is opened, activating Apply or OK will save data in the editor window to the treeview, even if the default data is not edited. I modified the NEC2 Editor code so that if a treeview row is removed while the relevant editor window is open, then activating Apply or OK will not attempt to save data to the treeview, since this will cause an illegal memory access and will crash xnec2c. Fixed a bug in the Helix editor which caused incorrect calculation of the segment length as a percentage of wavelength or of the number of segments/turn that correspond to a given segment length as a percentage of wavelength.
2016-07-12Updated to ham/gnuradio* to 3.7.10mef22-678/+472
---------------------------------- ChangeLog is available at http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_10
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz6-8/+12
2016-07-04Updated ham/fldigi to 3.23.12mef2-7/+7
----------------------------- 2016-06-21 David Freese <iam_w1hkj@w1hkj.com> fa831b2: xmlrpc add_tx 177a8f1: mfsk xmt filter 2b57556: FSQ msg append de187d9: FSQ IFKP heard lists 76cf0e6: waterfall group 5f762f0: thor image 8cd6f83: RxID button
2016-06-17Updated ham/fldigi to 3.23.11mef2-7/+7
----------------------------- =Version 3.23.11= 2016-06-10 David Freese <iam_w1hkj@w1hkj.com> b657227: flmsg-arq autostart c6ac0f1: Resize bug 3c7392e: Hell Raster Display 4841f10: Exit processing 2016-05-29 Roman Bagiñski <sp4jeu@gmail.com> 274d500: Polish translation update 2016-05-28 David Freese <iam_w1hkj@w1hkj.com> 9c959af: xmlrpc add tx text 01245fe: Native Select Save-As dialogs 2016-05-26 Robert Stiles <kk5vd@yahoo.com> 5209286: FLDIGI User Manual Update 4b2005e: KISS IO Bug fixes/Additions and C++11 Test
2016-06-16Add following line to keep PLIST consistent.mef1-2/+4
+DEPENDS+= web2c-[0-9]*:../../print/web2c (But not really sure, sorry. BUILD_DEPENDS instead enough ?)
2016-06-13Update PLIST due to doxygen 1.8.9.1 to 1.8.11 update, PKGREVISION++mef2-53/+8
2016-06-08Bump doxygen requirement (for changed PLIST) and bump PKGREVISION.wiz2-3/+4
2016-06-08Adjust PLIST for recent doxygen updategdt1-5/+4
2016-05-31Updated ham/fldigi to 3.23.10mef2-7/+7
----------------------------- 2016-05-23 David Freese <iam_w1hkj@w1hkj.com> 33ad2e6: logger c184758: Restore focus af25ef7: RsID button ae93f9c: flmsg keepalive 5b367fb: 4bars b4b8df4: ASCII ctl chars 759e6cf: Suppress dockable macros 065ead7: Packet Prep 2016-04-13 Edouard Lafargue W6ELA <edouard@lafargue.name> 505c8b3: Portaudio Mono 2016-04-13 David Freese <iam_w1hkj@w1hkj.com> 68d9b32: FSQ message files 2016-04-12 Robert Stiles <kk5vd@yahoo.com> 4ab48d4: KISS, 8PSK, FLARQ icon Modifications 2016-04-12 David Freese <iam_w1hkj@w1hkj.com> 76ab77c: FLARQ 9c04f07: focus behavior 2a3f4d4: PTT delays
2016-05-13Updated ham/uhd to 3.9.4mef2-8/+8
------------------------- ## 003.009.004 - GPIO control: Fix address mismatch for RX and full duplex. This fixes full-duplex mode for most devices. - B200: Fixed auto rate selection (can now select 61.44 Msps) - UBX: Fix member declaration order which could cause segfaults for debug builds - Manual/Docs: Numerous fixes, use dot for graphs in manual - Utils: multiple fixes for query_gpsdo_sensors, fixed floating point comparison - Windows: Include registry file in installation - Converters: Improve NEON converters
2016-04-28Updated to ham/uhd-3.9.3mef2-7/+7
------------------------ ## 003.009.003 * UBX: Fixed a phase synchronization issue on the sub-1GHz band * USB: Fixed transport issue that crashed when multiple USB devices were connected on a Windows machine, more graceful handling of USB disconnects,, provided .cdf file for installing on Windows * B200: Fixed memory growth/increasing tune times issue * E300: Fixed memory leak with udev, fixed issue with autoboot value, fixes to button behaviour * usrp2, usrp3: Fixed IQ imbalance and DC bias in DDC chain * CMake: Windows registry fixes * Fixed several compiler warnings and minor bugs * Examples: Updated benchmark_rate for improved thread safety
2016-04-21Add manual CMAKE_INSTALL_MANDIR handling.jperkin3-8/+21
2016-04-09Update 3.23.08 to 3.23.09mef2-7/+7
------------------------- =Version 3.23.09= 2016-03-29 David Freese <iam_w1hkj@w1hkj.com> fc97b4a: FSQ variable Rx 58b3940: Export ADIF_NAME 91ddd6c: WF only 92c3c36: DnD Image 0ebcc2a: Frequencies2 use string 20ac527: Documentation 8eb05e6: View noise 7cd0d8d: About 9ed6cc3: NAVTEX update 2016-03-07 Kamal Mostafa <kamal@whence.com> 6da8d51: Sanitize tile_x, tile_y startup values 2016-03-05 David Freese <iam_w1hkj@w1hkj.com> b1d12b8: RxID enhancement f7662df: TX timer 4e055b4: rigcat mod 4c9f140: PSK IMD
2016-04-07Use "static inline" to fix build on osxwiedi4-3/+56
2016-03-25If math/gsl is already installed, packaging becomes different. So add asmef2-2/+6
prerequisite (buildlink3). Thanks Dave Tyson for the report at pkgsrc-users@. PKGREVISION++. Those two depends on gnuradio-fec, so the same situation as it. (PLIST of these two are NOT affected, but actuall installation PLIST will be different because of gnuradio-fec is also installed with those).
2016-03-23If math/gsl is already installed, packaging become different. So add asmef2-2/+10
prerequisite (buildlink3). Thanks Dave Tyson for the report at pkgsrc-users@.