Port details |
- netron Visualizer for neural network, deep learning, machine learning models
- 4.1.9_1 misc
=2 4.1.9Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-10-29 05:22:54
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/lutzroeder/netron
- Description:
- Netron is a viewer for neural network, deep learning and machine learning
models. Netron supports:
* ONNX (.onnx, .pb, .pbtxt),
* Keras (.h5, .keras),
* Core ML (.mlmodel),
* Caffe (.caffemodel, .prototxt),
* Caffe2 (predict_net.pb, predict_net.pbtxt),
* MXNet (.model, -symbol.json),
* TorchScript (.pt, .pth),
* NCNN (.param),
* TensorFlow Lite (.tflite).
Netron has experimental support for:
* PyTorch (.pt, .pth),
* Torch (.t7),
* CNTK (.model, .cntk),
* Deeplearning4j (.zip),
* PaddlePaddle (.zip, __model__),
* Darknet (.cfg),
* MNN (.mnn),
* scikit-learn (.pkl),
* ML.NET (.zip),
* TensorFlow.js (model.json, .pb) and TensorFlow (.pb, .meta, .pbtxt).
¦ ¦ ¦ ¦ 
- 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/misc/netron/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/netron
- pkg install netron
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: netron
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1590255460
SHA256 (netron-4.1.9-node_modules.tgz) = 9392ba8422597fd7f3d81f4472d18a9df22bfa108890dd65aec99b377207e834
SIZE (netron-4.1.9-node_modules.tgz) = 55100817
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_netron
- USES:
- python
- pkg-message:
- For install:
- You installed Netron: a neural network visualizer.
Netron displays graphical user interface through a web browser. It is
recommended that it is run through the electron (devel/electron6) browser
to be a standalone app.
In order to do this you can run it with this command line:
$ BROWSER=electron netron -b {model-file}
- Master Sites:
|
Number of commits found: 20
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.9_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
4.1.9 30 Jun 2023 07:08:41
    |
Po-Chuan Hsieh (sunpoet)  |
misc/netron: Use PYTHON_SUFFIX and remove unnecessary PLIST_SUB
Approved by: portmgr (blanket)
With hat: python |
4.1.9 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> |
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) |
4.1.9 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 ) |
4.1.9 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.1.9 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.1.9 23 May 2020 17:40:30
  |
yuri  |
misc/netron: Update 4.1.2 -> 4.1.9 |
4.1.2 29 Apr 2020 19:04:46
  |
yuri  |
misc/netron: Update 3.9.8 -> 4.1.2 |
3.9.8 12 Mar 2020 21:52:08
  |
yuri  |
misc/netron: Update 3.8.5 -> 3.9.8 |
3.8.5 02 Feb 2020 06:41:59
  |
yuri  |
misc/netron: Update 3.7.3 -> 3.8.5
Reported by: repology |
3.7.3 06 Jan 2020 02:30:01
  |
yuri  |
misc/netron: Update 3.6.5-5 -> 3.7.3
Reported by: repology |
3.6.5.5 20 Dec 2019 09:11:11
  |
yuri  |
misc/netron: Fix plist |
3.6.5.5 19 Dec 2019 05:53:36
  |
yuri  |
misc/netron: Update 3.6.3 -> 3.6.5-5 |
3.6.3 18 Dec 2019 07:33:11
  |
yuri  |
misc/netron: Update 3.6.0 -> 3.6.3 |
3.6.0 13 Dec 2019 04:36:34
  |
yuri  |
misc/netron: Add pkg-message |
3.6.0 07 Dec 2019 23:33:35
  |
yuri  |
misc/netron: Update 3.5.7 -> 3.6.0 |
3.5.7 30 Nov 2019 23:37:05
  |
yuri  |
misc/netron: Update 3.4.8 -> 3.5.7
Reported by: repology |
3.4.8 29 Oct 2019 05:42:20
  |
yuri  |
misc/netron: Small improvements/corrections |
3.4.8 29 Oct 2019 05:22:48
  |
yuri  |
New port: misc/netron: Visualizer for neural network, deep learning, machine
learning models |
Number of commits found: 20
|