notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
savvycan CAN bus reverse engineering and capture tool
213,2 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 213,2Version of this port present on the latest quarterly branch.
Maintainer: leres@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-08-11 19:09:42
Last Update: 2023-07-16 12:07:06
Commit Hash: f141757
License: MIT
WWW:
https://www.savvycan.com/
Description:
CSavvyCAN is a CAN bus reverse engineering and capture tool. It supports EVTV hardware, socketCAN compatible devices, and other hardware.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/savvycan
  2. /usr/local/share/licenses/savvycan-213,2/catalog.mk
  3. /usr/local/share/licenses/savvycan-213,2/LICENSE
  4. /usr/local/share/licenses/savvycan-213,2/MIT
Collapse this list.
Dependency lines:
  • savvycan>0:net/savvycan
To install the port:
cd /usr/ports/net/savvycan/ && make install clean
To add the package, run one of these commands:
  • pkg install net/savvycan
  • pkg install savvycan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: savvycan
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1682127718 SHA256 (collin80-SavvyCAN-213-V213_GH0.tar.gz) = 1c60055a05dacfd9b00b5416e728735dc7d507f9692c52bf2e4eed74f56f84cd SIZE (collin80-SavvyCAN-213-V213_GH0.tar.gz) = 3750379

Packages (timestamps in pop-ups are UTC):
savvycan
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest213,2213,2199.1213,2213,2---
FreeBSD:13:quarterly213,2213,2-213,2213,2213,2213,2213,2
FreeBSD:14:latest213,2213,2-213,2213,2213,2-213,2
FreeBSD:14:quarterly213,2213,2-213,2213,2213,2213,2213,2
FreeBSD:15:latest213,2213,2n/a213,2n/a213,2213,2213,2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. python3.9 : lang/python39
  3. qt5-buildtools>=5.15 : devel/qt5-buildtools
  4. qt5-qmake>=5.15 : devel/qt5-qmake
  5. qmldir : www/qt5-websockets-qml
Runtime dependencies:
  1. qmldir : www/qt5-websockets-qml
Library dependencies:
  1. libQt5Core.so : devel/qt5-core
  2. libQt5Gui.so : x11-toolkits/qt5-gui
  3. libQt5Help.so : devel/qt5-help
  4. libQt5Network.so : net/qt5-network
  5. libQt5OpenGL.so : graphics/qt5-opengl
  6. libQt5PrintSupport.so : print/qt5-printsupport
  7. libQt5SerialBus.so : comms/qt5-serialbus
  8. libQt5SerialPort.so : comms/qt5-serialport
  9. libQt5Widgets.so : x11-toolkits/qt5-widgets
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for savvycan-213,2: EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
net_savvycan
USES:
compiler:c++11-lang gmake python:build qmake qt:5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/collin80/SavvyCAN/tar.gz/V213?dummy=/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
213,2
16 Jul 2023 12:07:06
commit hash: f141757d525640a23c7b92128272bc3d922eca47commit hash: f141757d525640a23c7b92128272bc3d922eca47commit hash: f141757d525640a23c7b92128272bc3d922eca47commit hash: f141757d525640a23c7b92128272bc3d922eca47 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
net/savvycan: fix build on big-endian architectures

ld: error: undefined symbol: unsigned long qbswap<unsigned long>(unsigned long)
>>> referenced by mqtt_bus.cpp
>>>               mqtt_bus.o:(MQTT_BUS::clientMessageReceived(QMQTT::Message
const&))

qendian.h has a qbswap for unsigned long long, but not for unsigned long.
213,2
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
213,2
22 Apr 2023 01:46:58
commit hash: 528b2ee67d416d6f782d46a870c8357ed2b41ee9commit hash: 528b2ee67d416d6f782d46a870c8357ed2b41ee9commit hash: 528b2ee67d416d6f782d46a870c8357ed2b41ee9commit hash: 528b2ee67d416d6f782d46a870c8357ed2b41ee9 files touched by this commit
Craig Leres (leres) search for other commits by this committer
net/savvycan: Update to V208

Changes since 1.0.245:

 - The data grid control now supports CAN-FD messages with up to
   64 bytes.

 - Improved visuals for data grid when DBC signal names are displayed.

 - Fixed DBC related bugs

 - Added support for CAN-FD DBC files

 - It is now possible to set the number of data bytes to display
   per line in the main window (useful for 64 byte payloads)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
208,2
20 Mar 2023 03:37:28
commit hash: 502fa56edbf3877c186a8203a782a441df60b6bccommit hash: 502fa56edbf3877c186a8203a782a441df60b6bccommit hash: 502fa56edbf3877c186a8203a782a441df60b6bccommit hash: 502fa56edbf3877c186a8203a782a441df60b6bc files touched by this commit
Craig Leres (leres) search for other commits by this committer
net/savvycan: Update to V208

Changes since 1.0.245:

 - ++PORTEPOCH

 - VERY large changes to DBC interface.

 - Now loaded DBC files that were loaded when the program was exited
   will be loaded when it is restarted

 - GMLAN filtering support

 - The entire way the DBC file is presented is entirely new now.
   The DBC is presented as a treeview with icons
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.245_1,1
01 Oct 2022 20:55:22
commit hash: b9aacaac4e96beac486b388652595a9ed5140bd1commit hash: b9aacaac4e96beac486b388652595a9ed5140bd1commit hash: b9aacaac4e96beac486b388652595a9ed5140bd1commit hash: b9aacaac4e96beac486b388652595a9ed5140bd1 files touched by this commit
Craig Leres (leres) search for other commits by this committer
net/savvycan: Add patch to allow 33.333 kbps
1.0.245,1
11 Sep 2022 10:20:14
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
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
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0.245,1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.0.245,1
26 Dec 2021 23:08:23
commit hash: b9624c3f567f164caf0e3e794cf117d8979682accommit hash: b9624c3f567f164caf0e3e794cf117d8979682accommit hash: b9624c3f567f164caf0e3e794cf117d8979682accommit hash: b9624c3f567f164caf0e3e794cf117d8979682ac files touched by this commit
Craig Leres (leres) search for other commits by this committer
net/savvycan: 1.0.245

Changes since 1.0.187:

 - Fix off by one error in PCAN file loader

 - Merge pull request #339 from jogo-/patch-10

 - Fix typos in numerous modules

 - Updated help files

 - Fix blf import for BLF_CAN_MSG2

 - Support dragging and dropping of files onto app icon

 - Add support to read CANServer binary log files

 - improve interpolation for CSV-export.

Reported by:	portscout
1.0.187,1
06 May 2021 18:03:20
commit hash: 22edf54228f32645c0af978e9b3692bedb28e502commit hash: 22edf54228f32645c0af978e9b3692bedb28e502commit hash: 22edf54228f32645c0af978e9b3692bedb28e502commit hash: 22edf54228f32645c0af978e9b3692bedb28e502 files touched by this commit
Craig Leres (leres) search for other commits by this committer
net/savvycan: Update to 1.0.187

Changes since 1.173:

 - GraphWindow: support rescaling the view or each axis to the data

 - Bug fixes for extended IDs in DBC files, fix one off error in a
   few places (Corrects fuzzing window ID range), re-enabled overwrite
   mode showing all signals in a message

 - Fixes to make graphing of multiplexed signals work properly Added
   signal comparison to the file comparison window.

 - Add support for PCAN ver 1.3 files
1.0.173,1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.0.173,1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.173,1
25 Mar 2021 20:51:40
Revision:569226Original commit files touched by this commit
leres search for other commits by this committer
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
199.1
15 Jan 2021 14:21:16
Revision:561643Original commit files touched by this commit
dbaio search for other commits by this committer
net/savvycan: Remove Python 2.7 support and PY_SPHINX

Approved by:	portmgr blanket
199.1
27 Jul 2020 14:54:21
Revision:543527Original commit files touched by this commit
leres search for other commits by this committer
net/savvycan: Tell portscout to skip "continuous"
199.1
11 May 2020 23:51:58
Revision:534966Original commit files touched by this commit
dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above View all of this commit message)
199.1
26 Aug 2019 04:42:32
Revision:509863Original commit files touched by this commit
linimon search for other commits by this committer
Add compiler:c++11-lang to USES to fix the build on gcc-based systems:

  cc1plus: error: unrecognized command line option "-std=gnu++11"

Approved by:	portmgr (tier-2 blanket)
199.1
11 Aug 2019 19:09:36
Revision:508666Original commit files touched by this commit
leres search for other commits by this committer
net/savvycan: This adds net/savvycan which is a CAN bus reverse
engineering and capture tool. It supports EVTV hardware, socketCAN
compatible devices, and other hardware.

Reviewed by:	ler (mentor)
Approved by:	ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D21212

Number of commits found: 18