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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q1
onnx Open Neural Network eXchange
1.22.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.22.0Version 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: 2026-06-17 15:28:55
Commit Hash: 7b3582b
License: MIT
WWW:
https://onnx.ai
https://github.com/onnx/onnx
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.
HomepageHomepage    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 (116 items)
Collapse this list.
  1. /usr/local/share/licenses/onnx-1.22.0/catalog.mk
  2. /usr/local/share/licenses/onnx-1.22.0/LICENSE
  3. /usr/local/share/licenses/onnx-1.22.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/safe_math.h
  19. include/onnx/common/scoped_resource.h
  20. include/onnx/common/status.h
  21. include/onnx/common/tensor.h
  22. include/onnx/common/version.h
  23. include/onnx/common/visitor.h
  24. include/onnx/defs/attr_proto_util.h
  25. include/onnx/defs/controlflow/utils.h
  26. include/onnx/defs/data_propagators.h
  27. include/onnx/defs/data_type_utils.h
  28. include/onnx/defs/doc_strings.h
  29. include/onnx/defs/function.h
  30. include/onnx/defs/generator/utils.h
  31. include/onnx/defs/math/utils.h
  32. include/onnx/defs/nn/utils.h
  33. include/onnx/defs/operator_sets.h
  34. include/onnx/defs/operator_sets_ml.h
  35. include/onnx/defs/operator_sets_preview.h
  36. include/onnx/defs/operator_sets_training.h
  37. include/onnx/defs/parser.h
  38. include/onnx/defs/printer.h
  39. include/onnx/defs/reduction/utils.h
  40. include/onnx/defs/schema.h
  41. include/onnx/defs/sequence/utils.h
  42. include/onnx/defs/shape_inference.h
  43. include/onnx/defs/tensor/utils.h
  44. include/onnx/defs/tensor_proto_util.h
  45. include/onnx/defs/tensor_util.h
  46. include/onnx/defs/traditionalml/utils.h
  47. include/onnx/defs/type_builders.h
  48. include/onnx/inliner/inliner.h
  49. include/onnx/onnx-data.pb.h
  50. include/onnx/onnx-ml.pb.h
  51. include/onnx/onnx-operators-ml.pb.h
  52. include/onnx/onnx-operators_pb.h
  53. include/onnx/onnx_pb.h
  54. include/onnx/proto_utils.h
  55. include/onnx/py_utils.h
  56. include/onnx/shape_inference/attribute_binder.h
  57. include/onnx/shape_inference/implementation.h
  58. include/onnx/string_utils.h
  59. include/onnx/version_converter/BaseConverter.h
  60. include/onnx/version_converter/adapters/Attention_24_23.h
  61. include/onnx/version_converter/adapters/adapter.h
  62. include/onnx/version_converter/adapters/axes_attribute_to_input.h
  63. include/onnx/version_converter/adapters/axes_input_to_attribute.h
  64. include/onnx/version_converter/adapters/axis_attribute_to_input.h
  65. include/onnx/version_converter/adapters/axis_input_to_attribute.h
  66. include/onnx/version_converter/adapters/batch_normalization_13_14.h
  67. include/onnx/version_converter/adapters/broadcast_backward_compatibility.h
  68. include/onnx/version_converter/adapters/broadcast_forward_compatibility.h
  69. include/onnx/version_converter/adapters/cast_9_8.h
  70. include/onnx/version_converter/adapters/clip_10_11.h
  71. include/onnx/version_converter/adapters/compatible.h
  72. include/onnx/version_converter/adapters/dropout_11_12.h
  73. include/onnx/version_converter/adapters/extend_supported_types.h
  74. include/onnx/version_converter/adapters/gemm_6_7.h
  75. include/onnx/version_converter/adapters/gemm_7_6.h
  76. include/onnx/version_converter/adapters/gridsample_19_20.h
  77. include/onnx/version_converter/adapters/group_normalization_20_21.h
  78. include/onnx/version_converter/adapters/maxpool_8_7.h
  79. include/onnx/version_converter/adapters/no_previous_version.h
  80. include/onnx/version_converter/adapters/pad_10_11.h
  81. include/onnx/version_converter/adapters/q_dq_21_20.h
  82. include/onnx/version_converter/adapters/range_27_26.h
  83. include/onnx/version_converter/adapters/remove_consumed_inputs.h
  84. include/onnx/version_converter/adapters/reshape_4_5.h
  85. include/onnx/version_converter/adapters/reshape_5_4.h
  86. include/onnx/version_converter/adapters/resize_10_11.h
  87. include/onnx/version_converter/adapters/scan_8_9.h
  88. include/onnx/version_converter/adapters/scan_9_8.h
  89. include/onnx/version_converter/adapters/scatter_10_11.h
  90. include/onnx/version_converter/adapters/scatter_16_15.h
  91. include/onnx/version_converter/adapters/scatter_18_17.h
  92. include/onnx/version_converter/adapters/slice_9_10.h
  93. include/onnx/version_converter/adapters/softmax_12_13.h
  94. include/onnx/version_converter/adapters/softmax_13_12.h
  95. include/onnx/version_converter/adapters/split_12_13.h
  96. include/onnx/version_converter/adapters/split_13_12.h
  97. include/onnx/version_converter/adapters/split_17_18.h
  98. include/onnx/version_converter/adapters/sum_8_7.h
  99. include/onnx/version_converter/adapters/topk_9_10.h
  100. include/onnx/version_converter/adapters/transformers.h
  101. include/onnx/version_converter/adapters/type_restriction.h
  102. include/onnx/version_converter/adapters/upsample_6_7.h
  103. include/onnx/version_converter/adapters/upsample_8_9.h
  104. include/onnx/version_converter/adapters/upsample_9_10.h
  105. include/onnx/version_converter/adapters/upsample_9_8.h
  106. include/onnx/version_converter/convert.h
  107. include/onnx/version_converter/helper.h
  108. lib/cmake/ONNX/ONNXConfig.cmake
  109. lib/cmake/ONNX/ONNXConfigVersion.cmake
  110. lib/cmake/ONNX/ONNXTargets-release.cmake
  111. lib/cmake/ONNX/ONNXTargets.cmake
  112. lib/libonnx.so
  113. lib/libonnx_proto.so
  114. @owner
  115. @group
  116. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
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 = 1781667282 SHA256 (onnx-onnx-v1.22.0_GH0.tar.gz) = 70bb8b25cf31ea9b1d9f94baacfdc8c4fa27a760f9a10f5d93881bc9eede5fbc SIZE (onnx-onnx-v1.22.0_GH0.tar.gz) = 13687818

Packages (timestamps in pop-ups are UTC):
onnx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.19.1_21.19.1_2-1.17.0_31.19.1_2n/an/an/a
FreeBSD:13:quarterly1.19.1_21.19.1_21.14.01.17.0_31.19.1_2n/an/an/a
FreeBSD:14:latest1.22.01.22.01.13.01.17.0_31.22.01.14.0-1.14.0
FreeBSD:14:quarterly1.22.01.22.0-1.17.0_31.22.01.14.1_11.14.1_11.14.1_1
FreeBSD:15:latest1.22.01.22.0n/a1.17.0_3n/an/a1.14.1_11.14.1_1
FreeBSD:15:quarterly1.22.01.22.0n/a-n/an/a--
FreeBSD:16:latest1.22.01.22.0n/a-n/an/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.11 : lang/python311
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.22.0?dummy=/
Collapse this list.

There are no commits on branch 2026Q1 for this port