Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Mar 2021 20:51:40 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569226 - head/net/savvycan
Message-ID:  <202103252051.12PKpe7x065187@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Thu Mar 25 20:51:40 2021
New Revision: 569226
URL: https://svnweb.freebsd.org/changeset/ports/569226

Log:
  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

Modified:
  head/net/savvycan/Makefile
  head/net/savvycan/distinfo   (contents, props changed)

Modified: head/net/savvycan/Makefile
==============================================================================
--- head/net/savvycan/Makefile	Thu Mar 25 20:51:00 2021	(r569225)
+++ head/net/savvycan/Makefile	Thu Mar 25 20:51:40 2021	(r569226)
@@ -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

Modified: head/net/savvycan/distinfo
==============================================================================
--- head/net/savvycan/distinfo	Thu Mar 25 20:51:00 2021	(r569225)
+++ head/net/savvycan/distinfo	Thu Mar 25 20:51:40 2021	(r569226)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103252051.12PKpe7x065187>