mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
net/savvycan: Update to 1.0.173.
Add PORTEPOCH. Changes since 199.1: - Added ability to delete nodes, messages, signals within tree. - Add tracking of DBC editing in order to warn when exiting without saving, add sorting to DBC routines, add a new screen that allows one to compare two DBC files for changes/differences. - Now the DBC Message editor can change the parent node of a message and you can create new nodes simply by typing something new into the sender field. - Changes to MQTT interface to make it work properly with current python - Fix UDS interpretation of read by ID, Fix up display issues with interpreted messages on main screen. - Use integer formatting where possible when interpreting signal. - Add CARBUS Analyzer file load. - Fix timestamp loading for CARBusAnalyzer files - Save CARBUS Analyzer format - Changes to hopefully handle error frames better over the socketcan - Modify the parsing of the 'id' trigger to match help - Fix PCAN loading issues - Support for Tx when logging via QCanBus - Fixed several seg faults and other errors in DBC code - Added many additional graphing modes. They are loaded/saved in graph definitions as well. - Add support for detecting and reading CLX000 files. - CLX000: Allow for shorter IDs, flip direction - Feature/connection reordering - Feature/busfilter - Feature/continuous logging - Feature/socketcand - fixing opengl32 lib for g++ and msvc in windows - Bugfix/bigoulours1 - GraphWindow: support rescaling the view or each axis to the data Reported by: portscout, pkg-fallout
This commit is contained in:
parent
96bbe51ae3
commit
63bd415255
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=569226
@ -1,8 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= savvycan
|
||||
PORTVERSION= 199.1
|
||||
DISTVERSIONPREFIX= V
|
||||
PORTVERSION= 1.0.173
|
||||
PORTEPOCH= 1
|
||||
#DISTVERSIONPREFIX= V
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= leres@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1565367333
|
||||
SHA256 (collin80-SavvyCAN-V199.1_GH0.tar.gz) = ed1a7131673f7363009ba067252d91053edce7491ff82a0b51d32fe5cee916b6
|
||||
SIZE (collin80-SavvyCAN-V199.1_GH0.tar.gz) = 4392251
|
||||
TIMESTAMP = 1616703763
|
||||
SHA256 (collin80-SavvyCAN-1.0.173_GH0.tar.gz) = 896a8ae0e599712e6ecf165abdd449376fef5a6211119e65de781d0bc24c2fb6
|
||||
SIZE (collin80-SavvyCAN-1.0.173_GH0.tar.gz) = 4873875
|
||||
|
Loading…
Reference in New Issue
Block a user