notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: comms/nanovna-saver/Makefile
SVNWeb

Number of commits found: 23

Sun, 23 Apr 2023
[ 09:09 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  8d3e020  (Only the first 10 of 2091 ports in this commit are shown above. View all ports for this commit)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
Sun, 18 Sep 2022
[ 18:01 Diane Bruce (db) search for other commits by this committer ]    commit hash:b1d3a8a165293dd9bc6a523ee044a1434a222d1d  commit hash:b1d3a8a165293dd9bc6a523ee044a1434a222d1d  commit hash:b1d3a8a165293dd9bc6a523ee044a1434a222d1d  b1d3a8a 
comms/nanovna-saver: Update to 0.5.3

Changelog
=========

0.5.3
-----

 - Int casts due to python 3.10 extension interface changes
 - Pycodestyle changes

0.5.2
-----

 - Using more integer divisions to get right type for QPainter
   points

0.5.1
-----

 - fixed crashing polar charts on python3.10  #528 (#539)
Sat, 17 Sep 2022
[ 12:01 Diane Bruce (db) search for other commits by this committer ]    commit hash:9f27aa2cc4ffc4c0531d22d6dc97f0db17407728  commit hash:9f27aa2cc4ffc4c0531d22d6dc97f0db17407728  commit hash:9f27aa2cc4ffc4c0531d22d6dc97f0db17407728  9f27aa2 
comms/nanovna-saver: Updated to 0.5.0

Changelog
=========

0.5.0
-----

 - Fix crash on open in use serial device
 - Use a Defaults module for all settings -
   ignores old .ini settings
 - Refactoring and unifying Chart classes
 - No more automatic update checks (more privacy)
 - Corrected error handling in NanaVNA\_V2 code
Sun, 11 Sep 2022
[ 10:20 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  ddae4e9  (Only the first 10 of 1105 ports in this commit are shown above. View all ports for this commit)
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 31 Jul 2022
[ 17:15 Michael Reifenberger (mr) search for other commits by this committer ]    commit hash:7d50e80cc37a404e111f94bc880780ddd5ef22c7  commit hash:7d50e80cc37a404e111f94bc880780ddd5ef22c7  commit hash:7d50e80cc37a404e111f94bc880780ddd5ef22c7  7d50e80 
comms/nanovna-saver: Update

Update to 0.4.0

PR:		265534
Mon, 6 Jun 2022
[ 20:00 Diane Bruce (db) search for other commits by this committer ]    commit hash:1ae8d833d66af8d3917b55714d628914abb3412c  commit hash:1ae8d833d66af8d3917b55714d628914abb3412c  commit hash:1ae8d833d66af8d3917b55714d628914abb3412c  1ae8d83 
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
Mon, 7 Mar 2022
[ 17:39 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  2d8f8573  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
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
Thu, 27 Jan 2022
[ 06:12 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  4f0a5e1  (Only the first 10 of 205 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 11 Jan 2022
[ 19:10 Diane Bruce (db) search for other commits by this committer ]    commit hash:e045eef41af9f313508398ebebf119be3d9c5574  commit hash:e045eef41af9f313508398ebebf119be3d9c5574  commit hash:e045eef41af9f313508398ebebf119be3d9c5574  e045eef 
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 View all of this commit message)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 16 Mar 2021
[ 09:29 lbartoletti search for other commits by this committer ] Original commit   Revision:568547 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1

PR:		254218
Exp-run by:	antoine
Mon, 8 Mar 2021
[ 06:49 lbartoletti search for other commits by this committer ] Original commit   Revision:567825 (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
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
Sat, 2 Jan 2021
[ 14:38 db search for other commits by this committer ] Original commit   Revision:559946
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
Tue, 15 Dec 2020
[ 17:56 lbartoletti search for other commits by this committer ] Original commit   Revision:558168 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
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
Sat, 17 Oct 2020
[ 16:50 db search for other commits by this committer ] Original commit   Revision:552598
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 View all of this commit message)
Mon, 5 Oct 2020
[ 15:50 lbartoletti search for other commits by this committer ] Original commit   Revision:551499 (Only the first 10 of 122 ports in this commit are shown above. View all ports for this commit)
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
Tue, 7 Jul 2020
[ 12:27 tobik search for other commits by this committer ] Original commit   Revision:541417 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Clean up some things

Reported by:	portscan and common sense
Sat, 27 Jun 2020
[ 09:37 sunpoet search for other commits by this committer ] Original commit   Revision:540586 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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)
Sun, 12 Jan 2020
[ 07:17 yuri search for other commits by this committer ] Original commit   Revision:522760
comms/nanovna-saver: Update 0.2.1 -> 0.2.2

Reported by:	portscout
Thu, 9 Jan 2020
[ 12:46 mat search for other commits by this committer ] Original commit   Revision:522483
Fix bulk -a when building with all python flavors.
Wed, 1 Jan 2020
[ 23:14 db search for other commits by this committer ] Original commit   Revision:521787
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.

Number of commits found: 23