From owner-svn-ports-all@freebsd.org Thu Mar 25 20:51:41 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5EC9057B52D; Thu, 25 Mar 2021 20:51:41 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F5y2P2Jnzz4fLD; Thu, 25 Mar 2021 20:51:41 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37B6F58EB; Thu, 25 Mar 2021 20:51:41 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12PKpe0R065189; Thu, 25 Mar 2021 20:51:40 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12PKpe7x065187; Thu, 25 Mar 2021 20:51:40 GMT (envelope-from leres@FreeBSD.org) Message-Id: <202103252051.12PKpe7x065187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Thu, 25 Mar 2021 20:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569226 - head/net/savvycan X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: head/net/savvycan X-SVN-Commit-Revision: 569226 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2021 20:51:41 -0000 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