aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* Qt5 update to 5.13.0Tobias C. Berner2019-10-012-0/+4
| | | | | | | | | | | | For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13 Thanks to adridg who helped to fix a lot of packages. Exp-run by: antoine PR: 238782 Notes: svn path=/head/; revision=513447
* Mark BROKEN: fails to packageAntoine Brodin2019-09-291-0/+1
| | | | | | | | | | | | pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/benchmark_rate.py:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/curses_fft.py:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/rx_to_file.py:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/tx_waveforms.py:No such file or directory Reported by: pkg-fallout Notes: svn path=/head/; revision=513193
* Try to unbreak and update to 3.14.1.1Michael Reifenberger2019-09-273-1404/+6
| | | | Notes: svn path=/head/; revision=513090
* Fix build on GCC-based systems:Mark Linimon2019-09-271-1/+1
| | | | | | | | | configure: error: *** A compiler with support for C++11 language features is required. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=513000
* Add comms/ebusd, daemon for communication with eBUS heating systemsLi-Wen Hsu2019-09-2711-0/+221
| | | | | | | | PR: 239796 Submitted by: samm@os2.kiev.ua Notes: svn path=/head/; revision=512996
* Remove expired ports:Rene Ladan2019-09-244-53/+0
| | | | | | | | | | | | | | | | | | | 2019-09-20 palm/pilot-link: obsolete technology 2019-09-20 graphics/pixmap: No longer maintained 2019-09-20 japanese/jpilot: obsolete technology 2019-09-20 palm/p5-Palm-PalmDoc: obsolete technology 2019-09-20 palm/pilot_makedoc: obsolete technology 2019-09-20 palm/jpilot: obsolete technology 2019-09-21 sysutils/bibelot: obsolete technology 2019-09-21 databases/mdbconv: obsolete technology 2019-09-21 sysutils/makeztxt: obsolete technology 2019-09-21 databases/palm-db-tools: obsolete technology 2019-09-21 comms/jpilot-picsnvideos: obsolete technology 2019-09-23 devel/libee: No longer required by rsyslog, which was its only consumer. No longer maintained upstream 2019-09-21 devel/libmal: obsolete technology Notes: svn path=/head/; revision=512759
* devel/openmp: update to 9.0.0Jan Beich2019-09-211-0/+1
| | | | | | | | | | | - Connect tests to the framework to help QA remaining patches - Force rebuild all consumers after https://reviews.llvm.org/D59783 Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/ Notes: svn path=/head/; revision=512535
* Switch default devel/llvm* to 90Jan Beich2019-09-201-1/+1
| | | | | | | | | PR: 239682 Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D21172 Notes: svn path=/head/; revision=512440
* comms/openzwave-devel: Spell DOXYGEN_DESC correctlyTobias Kortkamp2019-09-191-9/+9
| | | | | | | | | | While here - Unbreak the DOXYGEN option and let it actually install something - Drop unused PLIST_SUB - Fix LOCALBASE/PREFIX confusion Notes: svn path=/head/; revision=512336
* Change my maintainer emailDmitri Goutnik2019-09-161-1/+1
| | | | | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677 Notes: svn path=/head/; revision=512187
* Deprecate a few portsAntoine Brodin2019-09-152-0/+4
| | | | Notes: svn path=/head/; revision=512125
* Fix build on GCC-based systems:Mark Linimon2019-09-141-0/+1
| | | | | | | | | qrq.c:1068: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=511998
* Sort USES. (This is from a patch for GCC-based systems that I wasMark Linimon2019-09-121-1/+1
| | | | | | | | | independently testing.) Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=511906
* comms/openzwave-devel: fix build on GCC architecturesPiotr Kubaj2019-09-121-1/+1
| | | | | | | | | | Add USES=compiler:c++11-lang: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=511905
* - Update WWWDmitry Marakasov2019-09-111-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=511806
* Apologies, I missed this update overnight.Diane Bruce2019-09-092-4/+4
| | | | | | | | | | | | | | | 2019-Sep-08: Version 0.6.0 ------------------------------------------------------------------------------- - Bandmap: Perform all screen updates in the main thread (avoid display problems with Curses which is not thread safe) - Add "classic" DX cluster mode (linear display of all spots) - Allow interactive use of the DX cluster (DX cluster menu item) - Accessibility: Add option (on by default) to show the cursor in the terminal permanently ("cursoron" in the config file), helping users with screen readers. Notes: svn path=/head/; revision=511646
* 2019-Jul-31: Version 0.5.0Diane Bruce2019-09-094-33/+21
| | | | | | | | | | | | | | | | | ------------------------------------------------------------------------------- - LoTW download: Show list of confirmed contacts after import. - Usability: Flush keyboard input buffer frequently during blocking operations (e.g. scrolling) to avoid unexpected behaviour (such as further scrolling after PgUp/Dwn was released) - Include a minimal DX cluster / bandmap tool. - Support for terminal window sizes beyond 80x25. Additional vertical size allows to show more QSOs in the log, horizontal size will be used for the bandmap / DX cluster (if configured) - Include docs in the release tarball and install it to share/doc/yfklog - Remove GNUisms from Makefile (tnx KC3NTG) Notes: svn path=/head/; revision=511643
* I forgot how Master/Slave ports work. I needed to bump PORTREVISIONDiane Bruce2019-09-091-0/+1
| | | | | | | of Master port for qtel to unbreak qtel. oops. Notes: svn path=/head/; revision=511642
* Update to 0.3.3Diane Bruce2019-09-092-4/+4
| | | | | | | | | | | | 0.3.3 / 2019-05-09 Fabian Kurz <fabian@fkurz.net> * Generate summary files for each attempt (idea by K0MP) * Update callsign database and toplist * Minor bug fixes and cleanup Reported by: portscout Notes: svn path=/head/; revision=511602
* Update to 0.9.8.1Diane Bruce2019-09-092-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | August - 0.9.8.1 - Added the Es'hail / QO-100 satellite. - UI: Satellite list, propagation modes and others are now shown sorted. (TNX Isabel) - UI: Added default values to the infoWidget (Continent, Prefix, CQ, ITU...). (TNX Isabel) - UI: RX/TX Freq in Satellite tab are also in red/black depending on the frequency being out/in of ham bands. - UI: Mode selected is now changing the RST format and default values for some modes. - Bugfix: Editing a QSO to remove a comment was not properly working. (TNX Isabel) - Bugfix: Worked & Confirmed QSO numbers are now aligned in the Awards tab. (TNX Isabel) - Bugfix: KLog.pro is now fixed to compile in Linux. (TNX KB2YSI) - Bugfix: Improved how the DXMarathon was managed when disabled. - Bugfix: Improved how DXCC Award was updated after one QSO was added. (TNX Isabel) - Fixed a bug in the SQL update database. August - 0.9.8 - New feature: Basic Hamlib support. - Fixed a bug in the SQL update database. - Fixed a bug in the DXCCWidget. - Fixed a bug in the QSO per hour stats. - Added the FT4 mode. - Updated translations: Catalan (TNX Txema), Danish (TNX Joe), Finnish (TNX Kristjan), French (F4HWL), German (TNX Burkhard), Spanish (EA4TV). March - 0.9.7.3 - TODO: Remove the band 0 / Light from the DB. - UI: KLog warns the user if the frequency used is out of the hamradio bands. - Reworked how freqs and bands are managed. Reported by: portscout Notes: svn path=/head/; revision=511601
* - Unbreak qtelDiane Bruce2019-09-082-16/+14
| | | | Notes: svn path=/head/; revision=511573
* Mark BROKENAntoine Brodin2019-09-081-0/+2
| | | | | | | | | | pkg-static: Unable to access file /wrkdirs/usr/ports/comms/qtel/work/stage/usr/local/lib/libasyncqt.so.1.5.0:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/comms/qtel/work/stage/usr/local/lib/libasyncqt.so.1.5:No such file or directory Reported by: pkg-fallout Notes: svn path=/head/; revision=511551
* Mark BROKENAntoine Brodin2019-09-081-0/+1
| | | | | | | | | | | | pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/benchmark_rate.py:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/curses_fft.py:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/rx_to_file.py:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/tx_waveforms.py:No such file or directory Reported by: pkg-fallout Notes: svn path=/head/; revision=511541
* SvxLink release 19.09.1 -- 01 Sep 2019Diane Bruce2019-09-056-24/+46
| | | | | | | | | | | | | | | | | | | @sm0svx sm0svx released this 4 days ago This release of SvxLink have no single big feature addition but a lot of smaller ones. Some examples are: AFSK metadata transmission for RF linked remote receivers, per receiver voter delay adjustment, new module ModuleTrx to remote control transceivers using DTMF, more flexible announcement configuration and more. As usual a number of bugs have been fixed. The full list of changes and more details can be found in the README for release 19.09. Information on configuration of new features can be found in the manual pages. Reported by: portscout Notes: svn path=/head/; revision=511272
* - cqrlog also needs mysqld which cqrlog was missing as a dependencyDiane Bruce2019-09-031-3/+6
| | | | | | | - pet portlint Notes: svn path=/head/; revision=511049
* - Rebuild bootstrap (ppcx64 and ppc386) with ld patchesJose Alonso Cardenas Marquez2019-09-031-1/+1
| | | | | | | | | | | | | - Fix build on 12-STABLE and CURRENT (amd64 and i386) - Bump PORTREVISION for all ports that depends of lang/fpc - Add USE_BINUTILS to fpc and lazarus based ports - Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk PR: 240293 239934 233413 214864 Exp-run by: antoine Notes: svn path=/head/; revision=510956
* Apply some cleanup from the PR and update to 3.14.1.0Michael Reifenberger2019-08-315-1610/+1475
| | | | | | | | PR: 225462 Submitted by: John Hein Notes: svn path=/head/; revision=510382
* comms/wsjtx: Update 2.0.1 -> 2.1.0Yuri Victorovich2019-08-312-8/+7
| | | | | | | | PR: 240224 Requested by: kunda <chitty_cloud@me.com> Notes: svn path=/head/; revision=510317
* Update to 2.40.0Jochen Neumeister2019-08-292-4/+4
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=510153
* comms/openzwave-devel: improve port MakefileKurt Jaeger2019-08-271-14/+4
| | | | | | | | PR: 239967 Submitted by: mat Notes: svn path=/head/; revision=510017
* New port: comms/openzwave-develKurt Jaeger2019-08-277-0/+1387
| | | | | | | | | | | | | | | Free software library that interfaces with selected Z-Wave PC controllers, allowing anyone to create applications that manipulate and respond to devices on a Z-Wave network, without requiring in-depth knowledge of the Z-Wave protocol. WWW: http://www.openzwave.net/ PR: 239967 Submitted by: Xavier <kiwi@oav.net> Notes: svn path=/head/; revision=510010
* - set deprecation on obsolete technologyJason Helfman2019-08-211-0/+3
| | | | Notes: svn path=/head/; revision=509570
* Un-break comms/gr-osmosdr and comms/gqrx following Gnuradio 3.8 updateGanael LAPLANCHE2019-08-219-32/+8546
| | | | | | | | | | For both projects, building with Gnuradio 3.8 is not yet officially supported so we use local patches at the moment. See *gr38* patch headers for more details. Notes: svn path=/head/; revision=509562
* - shift to more applicable categoryJason Helfman2019-08-204-0/+50
| | | | Notes: svn path=/head/; revision=509447
* devel/boost-*: update to 1.71.0Jan Beich2019-08-196-4/+6
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* New port: comms/iwmbt-firmwareVladimir Kondratyev2019-08-185-0/+67
| | | | | | | | | | | | | | | Firmware for the Intel Wireless 8260/8265 chip based Bluetooth USB devices. To be downloaded with iwmbtfw(8). WWW: https://packages.debian.org/firmware-iwlwifi WWW: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git PR: 237083 Reviewed by: koobs Approved by: koobs Notes: svn path=/head/; revision=509242
* - Update WWWDmitry Marakasov2019-08-181-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=509191
* Unbreak on non head FreeBSDDiane Bruce2019-08-171-6/+7
| | | | | | | | | Use latest clang on all versions of FreeBSD Submitted by: pkg-fallout Notes: svn path=/head/; revision=509183
* Version 1.3.48 * Maintenance releaseDiane Bruce2019-08-172-4/+4
| | | | | | | | | | | | | | | - IC 746/756 - transceiver does not support get split - FT857D/897D - Correct missing ptt control - FT450D - smeter scale - split on VFO-B 73, David, W1HKJ Notes: svn path=/head/; revision=509182
* - Bump PORTREVISION (lazarus ports were updated to 2.0.4)Jose Alonso Cardenas Marquez2019-08-151-2/+1
| | | | | | | - Remove LD_UNSAFE Notes: svn path=/head/; revision=509014
* Version 4.1.08 * Maintenance releaseDiane Bruce2019-08-145-109/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Greek translation files updated by Haris SV1GRB - xmlrpc <vector> . This reverts commit d681ab54b31100878e16bf2c8c2b9a96ceb2de23. . avoid sizing a zero length vector; use resize(size, n) for non empty return vector - Logbook . Fix lost / garbled records on Windows OS . Fix lost logbook, zero records on Windows OS - Documentation . Add missing deadman timer documentation - Raster init values . Raster::resize() was being called with a negative width or height due to bad state being stored in the config. This resulted in fldigi crashing before the UI was displayed. . submitted by Stephen Hurd <shurd@FreeBSD.org> - Image transmit docs . Correct manual for thor, mfsk, ifkp and fsk image transfer. - BSD soundcard . In FreeBSD sound devices e.g. /dev/dsp0.0 can only be open once whereas /dev/dsp0 can be open multiple times. fldigi tries to open /dev/dsp0.0 multiple times which fails. For specific sound card access, use /dev/dsp or /dev/dsp%d - RsID squelch open time . increase squelch open time to 300 seconds - N3FJP ACL . send logged frequency with other log info . enable setlocale(LC_ALL,"") 73, David, W1HKJ Notes: svn path=/head/; revision=508975
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-1316-24/+96
| | | | Notes: svn path=/head/; revision=508834
* Changelog:Diane Bruce2019-08-127-38/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ## [3.8.0.0] - 2019-08-09 Witness me! Tonight, we release GNU Radio 3.8.0.0. It's the first minor release version since more than six years, not without pride this community stands to face the brightest future SDR on general purpose hardware ever had. Since we've not been documenting changes in the shape of a Changelog for the whole of the development that happened since GNU Radio 3.7.0, I'm afraid that these release notes will be more of a GLTL;DR (git log too long; didn't read) than a detailed account of what has changed. What has _not** changed is the fact that GNU Radio is centered around a very simple truth: > Let the developers hack on DSP. Software interfaces are for humans, not the > other way around. And so, compared to the later 3.7 releases, nothing has fundamentally modified the way one develops signal processing systems with GNU Radio: You write blocks, and you combine blocks to be part of a larger signal processing flow graph. With that as a success story, we of course have faced quite a bit of change in the systems we use to develop and in the people that develop GNU Radio. This has lead to several changes that weren't compatible with 3.7. **This is an excerpt only:** ### Fixed #### Project Scope - Roughly 36 dBBug, (ETOOMANYBUGS) - Fixed .so versioning ### Changed #### Project Scope - C++11 - merged the wholeness of the `next` branch - Dependency version bumps: CMake, GCC, MSVC, Swig, Boost - New dependencies: MPIR/GMP, Qt5, gsm, codec2 - Removed dependencies: libusb, Qt4, CppUnit - Python: Python 2 & Python 3 compatible. 3.8 will be the last Py2k-compatible release series - gengen was replaced by templates (if you don't know gengen, don't do any research; save yourself that sorrow) - Modern CMake (as far as feasible at this point) - VOLK version updated to v2.0.0 - .clang-format file now dictates coding style - clang-format'ed the whole tree. - installed CMake files now tell about configuration #### gnuradio-runtime - reworked fractional tag time handling, especially in the context of resamplers #### GRC - C++ generation as option - YAML instead of XML - removed `blks2` - much better canvas tooling - consistent gobject usage - ROUNDED ARROWS #### gr-qtgui - moving from Qt4 to Qt5 #### gr-utils - `gr_modtool` now vastly improved #### gr-vocoder - improved versatility - removed in-tree libgsm, libcodec2, use system-wide libs ### Removed #### Project Scope - Modules `gr-comedi`, `gr-fcd` and `gr-wxgui` are gone #### gr-comedi - nobody could remember who used this, or for what. It has seen 0 active code contributions in the 3.7 lifecycle #### gr-digital - python-based `packet_encoder` and related tools: Bugs that were sporadic and never fixed, so after long deprecation, we're removing it #### gr-fcd - since it's currently untestable by the CI, it's being removed, as there was no code contributions. Generally, we strive to include all batteries with GNU Radio. Re-integration within a more general SDR interface would be desirable. #### gr-utils - removed PyQwt (dead) based tools #### gr-wxgui - Unmaintained, breaks on increasingly many systems, always was slower than Qtgui. We've been starting to tell people to migrate to Qt since at least 2015. Now, we're finally removing it. ==== Mike English notes: Note that the 3.8.0.0 tarball is again available from https://www.gnuradio.org/releases/gnuradio/ and the volk dependency (a submodule in the git repo) is included so we can do away with USES_GITHUB and go back to building from the official release tarball. I've run this through portlint and poudriere already, so it should apply cleanly. ==== PR: ports/239793 Submitted by: mike.english@gmail.com Notes: svn path=/head/; revision=508731
* Update to 3.8.0.0-rc2Diane Bruce2019-08-113-45/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Changelog All notable changes to GNU Radio will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), starting with version 3.7.12.0. Older Logs can be found in `docs/RELEASE-NOTES-*`. ## [3.8.0.0-rc2] - 2019-07-20 This is the second release candidate for GNU Radio 3.8. ### Fixed #### Project Scope - Last minute patch lead to SWIG libraries not getting installed into the right Python paths #### gr-utils - `gr_modtool`: Paths with spaces in them used to break ### Changed #### GRC - Copy & Paste behaviour now like on 3.7: appending numbers to block IDs only on conflicts ## [3.8.0.0-rc1] - 2019-07-17 This is the release candidate for GNU Radio 3.8. For brevity reasons, this document does NOT contain a complete CHANGELOG comparing 3.8.0.0 to 3.7.0, because the development model changed underway, and there's no human-feasible way to detangle the changes from more than six years of development. The major user-relevant changes will be noted here in the actual release. What we can do here is point out that we've got a glorious amount of 215 individual contributors that added at least one commit since 3.7.0. This is a **big** step towards the future of the world's most popular FOSS SDR framework. Let us ride eternal, shiny and chrome. Pet Portlint PR: ports/239345 Submitted by: mike.english@gmail.com Notes: svn path=/head/; revision=508625
* Cleanup LIB_DEPENDSAntoine Brodin2019-08-071-1/+1
| | | | Notes: svn path=/head/; revision=508338
* Update flrig toDiane Bruce2019-08-062-6/+9
| | | | | | | | | | | | | | =Version 1.3.47= 2019-08-02 David Freese <w1hkj@bellsouth.net> 0f66d98b: IC7600/IC7851 27713b62: FTdx101D Pet portlint etc. Notes: svn path=/head/; revision=508252
* Update to 20190531.Kevin Lo2019-08-061-1/+1
| | | | Notes: svn path=/head/; revision=508228
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* =Version 4.1.07=Diane Bruce2019-08-052-5/+4
| | | | | | | | | | 2019-08-02 David Freese <w1hkj@bellsouth.net> 49a54ceba: FL_LOCK a1a46b2c2: wf mods Notes: svn path=/head/; revision=508178
* Mark BROKEN: unfetchableAntoine Brodin2019-08-042-0/+4
| | | | Notes: svn path=/head/; revision=508084