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
onnx Open Neural Network eXchange
1.16.0 misc 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 1.14.1_1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-11-24 18:23:17
Last Update: 2024-03-27 07:32:12
Commit Hash: f1c0313
License: MIT
WWW:
https://onnx.ai/
Description:
Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring). ONNX is widely supported and can be found in many frameworks, tools, and hardware. Enabling interoperability between different frameworks and streamlining the path from research to production helps increase the speed of innovation in the AI community. We invite the community to join us and further evolve ONNX.
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 (106 items)
Collapse this list.
  1. /usr/local/share/licenses/onnx-1.16.0/catalog.mk
  2. /usr/local/share/licenses/onnx-1.16.0/LICENSE
  3. /usr/local/share/licenses/onnx-1.16.0/MIT
  4. include/onnx/checker.h
  5. include/onnx/common/array_ref.h
  6. include/onnx/common/assertions.h
  7. include/onnx/common/common.h
  8. include/onnx/common/constants.h
  9. include/onnx/common/file_utils.h
  10. include/onnx/common/graph_node_list.h
  11. include/onnx/common/interned_strings.h
  12. include/onnx/common/ir.h
  13. include/onnx/common/ir_pb_converter.h
  14. include/onnx/common/model_helpers.h
  15. include/onnx/common/path.h
  16. include/onnx/common/platform_helpers.h
  17. include/onnx/common/proto_util.h
  18. include/onnx/common/status.h
  19. include/onnx/common/tensor.h
  20. include/onnx/common/version.h
  21. include/onnx/common/visitor.h
  22. include/onnx/defs/attr_proto_util.h
  23. include/onnx/defs/controlflow/utils.h
  24. include/onnx/defs/data_propagators.h
  25. include/onnx/defs/data_type_utils.h
  26. include/onnx/defs/function.h
  27. include/onnx/defs/generator/utils.h
  28. include/onnx/defs/math/utils.h
  29. include/onnx/defs/operator_sets.h
  30. include/onnx/defs/operator_sets_ml.h
  31. include/onnx/defs/operator_sets_preview.h
  32. include/onnx/defs/operator_sets_training.h
  33. include/onnx/defs/parser.h
  34. include/onnx/defs/printer.h
  35. include/onnx/defs/reduction/utils.h
  36. include/onnx/defs/schema.h
  37. include/onnx/defs/shape_inference.h
  38. include/onnx/defs/tensor/utils.h
  39. include/onnx/defs/tensor_proto_util.h
  40. include/onnx/defs/tensor_util.h
  41. include/onnx/defs/traditionalml/utils.h
  42. include/onnx/inliner/inliner.h
  43. include/onnx/onnx-data.pb.h
  44. include/onnx/onnx-data_pb.h
  45. include/onnx/onnx-ml.pb.h
  46. include/onnx/onnx-operators-ml.pb.h
  47. include/onnx/onnx-operators_pb.h
  48. include/onnx/onnx_pb.h
  49. include/onnx/proto_utils.h
  50. include/onnx/py_utils.h
  51. include/onnx/shape_inference/attribute_binder.h
  52. include/onnx/shape_inference/implementation.h
  53. include/onnx/string_utils.h
  54. include/onnx/version_converter/BaseConverter.h
  55. include/onnx/version_converter/adapters/adapter.h
  56. include/onnx/version_converter/adapters/axes_attribute_to_input.h
  57. include/onnx/version_converter/adapters/axes_input_to_attribute.h
  58. include/onnx/version_converter/adapters/axis_attribute_to_input.h
  59. include/onnx/version_converter/adapters/axis_input_to_attribute.h
  60. include/onnx/version_converter/adapters/batch_normalization_13_14.h
  61. include/onnx/version_converter/adapters/broadcast_backward_compatibility.h
  62. include/onnx/version_converter/adapters/broadcast_forward_compatibility.h
  63. include/onnx/version_converter/adapters/cast_9_8.h
  64. include/onnx/version_converter/adapters/clip_10_11.h
  65. include/onnx/version_converter/adapters/compatible.h
  66. include/onnx/version_converter/adapters/dropout_11_12.h
  67. include/onnx/version_converter/adapters/extend_supported_types.h
  68. include/onnx/version_converter/adapters/gemm_6_7.h
  69. include/onnx/version_converter/adapters/gemm_7_6.h
  70. include/onnx/version_converter/adapters/gridsample_19_20.h
  71. include/onnx/version_converter/adapters/group_normalization_20_21.h
  72. include/onnx/version_converter/adapters/maxpool_8_7.h
  73. include/onnx/version_converter/adapters/no_previous_version.h
  74. include/onnx/version_converter/adapters/pad_10_11.h
  75. include/onnx/version_converter/adapters/q_dq_21_20.h
  76. include/onnx/version_converter/adapters/remove_consumed_inputs.h
  77. include/onnx/version_converter/adapters/reshape_4_5.h
  78. include/onnx/version_converter/adapters/reshape_5_4.h
  79. include/onnx/version_converter/adapters/resize_10_11.h
  80. include/onnx/version_converter/adapters/scan_8_9.h
  81. include/onnx/version_converter/adapters/scan_9_8.h
  82. include/onnx/version_converter/adapters/scatter_10_11.h
  83. include/onnx/version_converter/adapters/slice_9_10.h
  84. include/onnx/version_converter/adapters/softmax_12_13.h
  85. include/onnx/version_converter/adapters/split_12_13.h
  86. include/onnx/version_converter/adapters/split_13_12.h
  87. include/onnx/version_converter/adapters/split_17_18.h
  88. include/onnx/version_converter/adapters/sum_8_7.h
  89. include/onnx/version_converter/adapters/topk_9_10.h
  90. include/onnx/version_converter/adapters/transformers.h
  91. include/onnx/version_converter/adapters/type_restriction.h
  92. include/onnx/version_converter/adapters/upsample_6_7.h
  93. include/onnx/version_converter/adapters/upsample_8_9.h
  94. include/onnx/version_converter/adapters/upsample_9_10.h
  95. include/onnx/version_converter/adapters/upsample_9_8.h
  96. include/onnx/version_converter/convert.h
  97. include/onnx/version_converter/helper.h
  98. lib/cmake/ONNX/ONNXConfig.cmake
  99. lib/cmake/ONNX/ONNXConfigVersion.cmake
  100. lib/cmake/ONNX/ONNXTargets-release.cmake
  101. lib/cmake/ONNX/ONNXTargets.cmake
  102. lib/libonnx.so
  103. lib/libonnx_proto.so
  104. @owner
  105. @group
  106. @mode
Collapse this list.
Dependency lines:
  • onnx>0:misc/onnx
To install the port:
cd /usr/ports/misc/onnx/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/onnx
  • pkg install onnx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: onnx
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1711521307 SHA256 (onnx-onnx-v1.16.0_GH0.tar.gz) = 0ce153e26ce2c00afca01c331a447d86fbf21b166b640551fe04258b4acfc6a4 SIZE (onnx-onnx-v1.16.0_GH0.tar.gz) = 12428161

Packages (timestamps in pop-ups are UTC):
onnx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.16.01.16.0-1.16.01.16.0---
FreeBSD:13:quarterly1.14.1_11.14.1_11.14.01.14.1_11.16.01.14.1_11.14.1_11.14.1_1
FreeBSD:14:latest1.16.01.16.01.13.01.16.01.16.01.14.0-1.14.0
FreeBSD:14:quarterly1.14.1_11.16.0-1.14.1_11.16.01.14.1_11.14.1_11.14.1_1
FreeBSD:15:latest1.14.1_11.16.0n/a1.14.1_1n/a1.14.1_11.14.1_11.14.1_1
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. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. python3.9 : lang/python39
Library dependencies:
  1. libabsl_base.so : devel/abseil
  2. libprotobuf.so : devel/protobuf
This port is required by:
for Libraries
  1. misc/py-pytorch
  2. misc/pytorch

Configuration Options:
No options to configure
Options name:
misc_onnx
USES:
cmake:testing compiler:c++17-lang python:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/onnx/onnx/tar.gz/v1.16.0?dummy=/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.16.0
27 Mar 2024 07:32:12
commit hash: f1c0313e583a782529019edd360169319cac8e26commit hash: f1c0313e583a782529019edd360169319cac8e26commit hash: f1c0313e583a782529019edd360169319cac8e26commit hash: f1c0313e583a782529019edd360169319cac8e26 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/onnx: update 1.14.1 → 1.16.0

Reported by:	portscout
1.14.1_1
14 Dec 2023 17:03:10
commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 24.4

- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.14.1
14 Dec 2023 17:03:07
commit hash: b4f7ce8773083a30b43cb4ca30ca7c36af5ebc39commit hash: b4f7ce8773083a30b43cb4ca30ca7c36af5ebc39commit hash: b4f7ce8773083a30b43cb4ca30ca7c36af5ebc39commit hash: b4f7ce8773083a30b43cb4ca30ca7c36af5ebc39 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/onnx: Fix build with protobuf 22+
1.14.1
26 Aug 2023 07:26:04
commit hash: c3838cecddc629f42adcc2bba1dd3b5cb4ec719ccommit hash: c3838cecddc629f42adcc2bba1dd3b5cb4ec719ccommit hash: c3838cecddc629f42adcc2bba1dd3b5cb4ec719ccommit hash: c3838cecddc629f42adcc2bba1dd3b5cb4ec719c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}onnx: update 1.14.0 → 1.14.1

Reported by:	portscout
1.14.0
07 May 2023 18:15:54
commit hash: 6e145ec16af503474e8e6624f2b7a0ac0939a1f6commit hash: 6e145ec16af503474e8e6624f2b7a0ac0939a1f6commit hash: 6e145ec16af503474e8e6624f2b7a0ac0939a1f6commit hash: 6e145ec16af503474e8e6624f2b7a0ac0939a1f6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/onnx: Update 1.13.1 → 1.14.0

Reported by:	portscout
1.13.1
09 Mar 2023 09:32:07
commit hash: 4e155b25b157f12f080a5b3b59b32166f0a291d2commit hash: 4e155b25b157f12f080a5b3b59b32166f0a291d2commit hash: 4e155b25b157f12f080a5b3b59b32166f0a291d2commit hash: 4e155b25b157f12f080a5b3b59b32166f0a291d2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}onnx: Update 1.13.0 → 1.13.1

Reported by:	portscout
1.13.0
30 Dec 2022 04:59:17
commit hash: 56f9bb542a8e765f7b573b7095de76f1c09211e6commit hash: 56f9bb542a8e765f7b573b7095de76f1c09211e6commit hash: 56f9bb542a8e765f7b573b7095de76f1c09211e6commit hash: 56f9bb542a8e765f7b573b7095de76f1c09211e6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/onnx: New port: Open Neural Network eXchange
1.6.0.20191021_1
23 May 2020 20:57:43
Revision:536349Original commit files touched by this commit
yuri search for other commits by this committer
Remive misc/onnx: It was a duplicate of misc/py-onnx
1.6.0.20191021_1
22 Jan 2020 05:53:20
Revision:523788Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
1.6.0.20191021
24 Nov 2019 18:23:10
Revision:518344Original commit files touched by this commit
yuri search for other commits by this committer
Move ONNX-related ports to a more proper category.

Number of commits found: 10