svn commit: r519960 - head/misc/netron

Yuri Victorovich yuri at FreeBSD.org
Fri Dec 13 04:36:34 UTC 2019


Author: yuri
Date: Fri Dec 13 04:36:34 2019
New Revision: 519960
URL: https://svnweb.freebsd.org/changeset/ports/519960

Log:
  misc/netron: Add pkg-message

Added:
  head/misc/netron/pkg-message   (contents, props changed)

Added: head/misc/netron/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/netron/pkg-message	Fri Dec 13 04:36:34 2019	(r519960)
@@ -0,0 +1,15 @@
+[
+{ type: install
+  message: <<EOM
+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}
+
+EOM
+}
+]


More information about the svn-ports-all mailing list