Port details |
- savvycan CAN bus reverse engineering and capture tool
- 213,2 net =2 213,2Version of this port present on the latest quarterly branch.
- Maintainer: leres@FreeBSD.org
- Port Added: 2019-08-11 19:09:42
- Last Update: 2023-07-16 12:07:06
- Commit Hash: f141757
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- python3.9 : lang/python39
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- qmldir : www/qt5-websockets-qml
- Runtime dependencies:
-
- qmldir : www/qt5-websockets-qml
- Library dependencies:
-
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Help.so : devel/qt5-help
- libQt5Network.so : net/qt5-network
- libQt5OpenGL.so : graphics/qt5-opengl
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5SerialBus.so : comms/qt5-serialbus
- libQt5SerialPort.so : comms/qt5-serialport
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
213,2 16 Jul 2023 12:07:06 |
Piotr Kubaj (pkubaj) |
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 |
Rene Ladan (rene) |
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 |
Craig Leres (leres) |
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 ) |
208,2 20 Mar 2023 03:37:28 |
Craig Leres (leres) |
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 ) |
1.0.245_1,1 01 Oct 2022 20:55:22 |
Craig Leres (leres) |
net/savvycan: Add patch to allow 33.333 kbps |
1.0.245,1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
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 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 ) |
1.0.245,1 26 Dec 2021 23:08:23 |
Craig Leres (leres) |
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 |
Craig Leres (leres) |
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 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.173,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.173,1 25 Mar 2021 20:51:40 |
leres |
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 ) |
199.1 15 Jan 2021 14:21:16 |
dbaio |
net/savvycan: Remove Python 2.7 support and PY_SPHINX
Approved by: portmgr blanket |
199.1 27 Jul 2020 14:54:21 |
leres |
net/savvycan: Tell portscout to skip "continuous" |
199.1 11 May 2020 23:51:58 |
dbaio |
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 ) |
199.1 26 Aug 2019 04:42:32 |
linimon |
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 |
leres |
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 |