Port details |
- savvycan CAN bus reverse engineering and capture tool
- 208,2 net
=0 Version of this port present on the latest quarterly branch. - Maintainer: leres@FreeBSD.org
 - Port Added: 2019-08-11 19:09:42
- Last Update: 2023-03-20 03:37:28
- Commit Hash: 502fa56
- License: MIT
- Description:
- CSavvyCAN is a CAN bus reverse engineering and capture tool. It
supports EVTV hardware, socketCAN compatible devices, and other
hardware.
¦ ¦ ¦ ¦ 
- 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 = 1679276294
SHA256 (collin80-SavvyCAN-208-V208_GH0.tar.gz) = 3454dc4f3d03ca083b0c2c962f3ccc41bccaf0ffdb303e4c8becc5339c491140
SIZE (collin80-SavvyCAN-208-V208_GH0.tar.gz) = 3267604
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-208,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,3.6+ 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 |
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 |