Port details |
- nanovna-saver Multiplatform tool to save Touchstone files from the NanoVNA
- 0.3.10_2 comms
=0 0.3.10_1Version of this port present on the latest quarterly branch. - Maintainer: hamradio@FreeBSD.org
 - Port Added: 2020-01-01 23:14:52
- Last Update: 2022-06-06 20:00:38
- Commit Hash: 1ae8d83
- Also Listed In: hamradio
- License: GPLv3
- Description:
- NanoVNASaver
A multiplatform tool to save Touchstone files from the NanoVNA, sweep
frequency spans in segments to gain more than 101 data points, and
generally display and analyze the resulting data.
WWW: https://github.com/mihtjel/nanovna-saver
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nanovna-saver>0:comms/nanovna-saver
- To install the port:
- cd /usr/ports/comms/nanovna-saver/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/nanovna-saver
- pkg install nanovna-saver
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nanovna-saver
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1641829596
SHA256 (mihtjel-nanovna-saver-v0.3.10_GH0.tar.gz) = 202c907125015e2fb26926ef1ce365321d749207a74e3029e729e89e50acda88
SIZE (mihtjel-nanovna-saver-v0.3.10_GH0.tar.gz) = 477821
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-numpy>=1.16,1<1.23,1 : math/py-numpy@py38
- py38-scipy>0 : science/py-scipy@py38
- py38-pyserial>0 : comms/py-pyserial@py38
- py38-setuptools>=62.1.0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-numpy>=1.16,1<1.23,1 : math/py-numpy@py38
- py38-scipy>0 : science/py-scipy@py38
- py38-pyserial>0 : comms/py-pyserial@py38
- py38-setuptools>=62.1.0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- py38-qt5-pyqt>=5.15.6 : devel/py-qt5-pyqt@py38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- comms_nanovna-saver
- USES:
- python:3.3+ pyqt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Jun 2022 20:00:38 0.3.10_2
|
Diane Bruce (db)  |
comms/nanovna-saver: Fixed incorrect /dev/cua* to umodem number mapping
Linux has an ioctl that directly retrieves information about the usb serial
port on (FreeBSD) I have to find the umodem dev that the usb serial port
is reference then use a sysctl to find the needed for nanovna-saver to
work correctly.
Originally I assumed a 1-1 mapping of devices. I was wrong.
PR: ports/264272
Reported by: jeffpc@josefsipek.net |
07 Mar 2022 17:39:13 0.3.10_1
|
Loïc Bartoletti (lbartoletti)  |
devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)
PR: 261685
Exp-run by: antoine |
27 Jan 2022 06:12:26 0.3.10
|
Loïc Bartoletti (lbartoletti)  |
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.
PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.
This allows us to be in adequacy with the packages that the author of these (Only the first 15 lines of the commit message are shown above ) |
11 Jan 2022 19:10:45 0.3.10
|
Diane Bruce (db)  |
comms/nanovna-saver: Update to 3.10
- Fixed FreeBSD specifc Sysctl.py code so it will no longer core
if no USB device plugged in
- changed delay in NanoVNA__V2.py since too fast for some devices
see https://github.com/NanoVNA-Saver/nanovna-saver/issues/441
Changelog
=========
v0.3.10
------
- Default Band ranges for 5 and 9cm
- Layout should fit on smaller screens (Only the first 15 lines of the commit message are shown above ) |
07 Apr 2021 08:09:01 0.3.8_2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.3.8_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
16 Mar 2021 09:29:54
0.3.8_2
|
lbartoletti  |
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1
PR: 254218
Exp-run by: antoine |
08 Mar 2021 06:49:18
0.3.8_1
|
lbartoletti  |
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine |
02 Jan 2021 14:38:13
0.3.8
|
db  |
Changelog
=========
v0.3.8
------
- Allow editing of bands above 2.4GHz
- Restore column layout on start
- Support for Nanovna-F V2
- Fixes a crash with S21 hack
Reported by: portscout |
15 Dec 2020 17:56:00
0.3.7_1
|
lbartoletti  |
Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to
12.8.1
PR: 251764
Exp-run by: antoine |
17 Oct 2020 16:50:26
0.3.7
|
db  |
Long overdue upgrade to 0.3.7
Added Sysctl.py to handle retrieving pid/vid of comports [db]
Changelog [upstream]
=========
v0.3.7
------
- Added a delta marker
- Segments can now have exponential different step widths
(see logarithmic sweeping)
- More different data points selectable
(shorter are useful on logarithmic sweeping)
- Scrollable marker column (Only the first 15 lines of the commit message are shown above ) |
05 Oct 2020 15:50:04
0.2.2_2
|
lbartoletti  |
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts
[1] RiverBankComputing doesn't offer links to download latest version of some
ports
PR: 247369
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D25749
Exp-run by: antoine |
07 Jul 2020 12:27:18
0.2.2_1
|
tobik  |
Clean up some things
Reported by: portscan and common sense |
27 Jun 2020 09:37:51
0.2.2_1
|
sunpoet  |
Move comms/py-serial to comms/py-pyserial
- While I'm here, add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change
(devel/py-pyvisa-py and finance/odoo will be bumped in next commit, py-pyusb
renaming)
PR: 246546
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 40 days) |
12 Jan 2020 07:17:37
0.2.2
|
yuri  |
comms/nanovna-saver: Update 0.2.1 -> 0.2.2
Reported by: portscout |
09 Jan 2020 12:46:36
0.2.1
|
mat  |
Fix bulk -a when building with all python flavors. |
01 Jan 2020 23:14:43
0.2.1
|
db  |
NanoVNASaver
A multiplatform tool to save Touchstone files from the NanoVNA, sweep
frequency spans in segments to gain more than 101 data points, and
generally display and analyze the resulting data. |