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
Remember
I remember
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
spirv-cross Tool for parsing and converting SPIR-V to other shader languages
1.3.290.0 graphics on this many watch lists=2 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.3.283.0Version of this port present on the latest quarterly branch.
Maintainer: vvd@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-02-27 21:27:06
Last Update: 2024-08-06 22:50:41
Commit Hash: 6908d6a
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: APACHE20
WWW:
https://github.com/KhronosGroup/SPIRV-Cross
Description:
SPIRV-Cross is a tool designed for parsing and converting SPIR-V to other shader languages. Features: * Convert SPIR-V to readable, usable and efficient GLSL * Convert SPIR-V to readable, usable and efficient Metal Shading Language (MSL) * Convert SPIR-V to readable, usable and efficient HLSL * Convert SPIR-V to a JSON reflection format * Convert SPIR-V to debuggable C++ [DEPRECATED] * Reflection API to simplify the creation of Vulkan pipeline layouts * Reflection API to modify and tweak OpDecorations * Supports "all" of vertex, fragment, tessellation, geometry and compute shaders SPIRV-Cross tries hard to emit readable and clean output from the SPIR-V. The goal is to emit GLSL or MSL that looks like it was written by a human and not awkward IR/assembly-like code.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (56 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/spirv-cross-1.3.290.0/catalog.mk
  3. /usr/local/share/licenses/spirv-cross-1.3.290.0/LICENSE
  4. /usr/local/share/licenses/spirv-cross-1.3.290.0/APACHE20
  5. bin/spirv-cross
  6. include/spirv_cross/GLSL.std.450.h
  7. include/spirv_cross/spirv.h
  8. include/spirv_cross/spirv.hpp
  9. include/spirv_cross/spirv_cfg.hpp
  10. include/spirv_cross/spirv_common.hpp
  11. include/spirv_cross/spirv_cpp.hpp
  12. include/spirv_cross/spirv_cross.hpp
  13. include/spirv_cross/spirv_cross_c.h
  14. include/spirv_cross/spirv_cross_containers.hpp
  15. include/spirv_cross/spirv_cross_error_handling.hpp
  16. include/spirv_cross/spirv_cross_parsed_ir.hpp
  17. include/spirv_cross/spirv_cross_util.hpp
  18. include/spirv_cross/spirv_glsl.hpp
  19. include/spirv_cross/spirv_hlsl.hpp
  20. include/spirv_cross/spirv_msl.hpp
  21. include/spirv_cross/spirv_parser.hpp
  22. include/spirv_cross/spirv_reflect.hpp
  23. lib/libspirv-cross-c-shared.so
  24. lib/libspirv-cross-c-shared.so.0
  25. lib/libspirv-cross-c-shared.so.0.61.0
  26. lib/libspirv-cross-c.a
  27. lib/libspirv-cross-core.a
  28. lib/libspirv-cross-cpp.a
  29. lib/libspirv-cross-glsl.a
  30. lib/libspirv-cross-hlsl.a
  31. lib/libspirv-cross-msl.a
  32. lib/libspirv-cross-reflect.a
  33. lib/libspirv-cross-util.a
  34. libdata/pkgconfig/spirv-cross-c-shared.pc
  35. libdata/pkgconfig/spirv-cross-c.pc
  36. share/spirv_cross_c/cmake/spirv_cross_cConfig-release.cmake
  37. share/spirv_cross_c/cmake/spirv_cross_cConfig.cmake
  38. share/spirv_cross_c_shared/cmake/spirv_cross_c_sharedConfig-release.cmake
  39. share/spirv_cross_c_shared/cmake/spirv_cross_c_sharedConfig.cmake
  40. share/spirv_cross_core/cmake/spirv_cross_coreConfig-release.cmake
  41. share/spirv_cross_core/cmake/spirv_cross_coreConfig.cmake
  42. share/spirv_cross_cpp/cmake/spirv_cross_cppConfig-release.cmake
  43. share/spirv_cross_cpp/cmake/spirv_cross_cppConfig.cmake
  44. share/spirv_cross_glsl/cmake/spirv_cross_glslConfig-release.cmake
  45. share/spirv_cross_glsl/cmake/spirv_cross_glslConfig.cmake
  46. share/spirv_cross_hlsl/cmake/spirv_cross_hlslConfig-release.cmake
  47. share/spirv_cross_hlsl/cmake/spirv_cross_hlslConfig.cmake
  48. share/spirv_cross_msl/cmake/spirv_cross_mslConfig-release.cmake
  49. share/spirv_cross_msl/cmake/spirv_cross_mslConfig.cmake
  50. share/spirv_cross_reflect/cmake/spirv_cross_reflectConfig-release.cmake
  51. share/spirv_cross_reflect/cmake/spirv_cross_reflectConfig.cmake
  52. share/spirv_cross_util/cmake/spirv_cross_utilConfig-release.cmake
  53. share/spirv_cross_util/cmake/spirv_cross_utilConfig.cmake
  54. @owner
  55. @group
  56. @mode
Collapse this list.
Dependency lines:
  • spirv-cross>0:graphics/spirv-cross
To install the port:
cd /usr/ports/graphics/spirv-cross/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/spirv-cross
  • pkg install spirv-cross
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: spirv-cross
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1722981691 SHA256 (KhronosGroup-SPIRV-Cross-vulkan-sdk-1.3.290.0_GH0.tar.gz) = 1333fd2a05ab8a0572106e3b7fb8161ea0b67ab7d0a1b8bdd14b47f89ac8a611 SIZE (KhronosGroup-SPIRV-Cross-vulkan-sdk-1.3.290.0_GH0.tar.gz) = 1809915

Packages (timestamps in pop-ups are UTC):
spirv-cross
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.290.01.3.290.0-1.3.290.01.3.290.0---
FreeBSD:13:quarterly1.3.290.01.3.290.0-1.3.290.01.3.290.0---
FreeBSD:14:latest1.3.290.01.3.290.0-1.3.290.01.3.290.0---
FreeBSD:14:quarterly1.3.290.01.3.290.0-1.3.290.01.3.290.0---
FreeBSD:15:latest1.3.290.01.3.290.0n/a1.3.290.0n/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
This port is required by:
for Libraries
  1. games/lwjgl3

Configuration Options:
No options to configure
Options name:
graphics_spirv-cross
USES:
cmake compiler:c++11-lib 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/KhronosGroup/SPIRV-Cross/tar.gz/vulkan-sdk-1.3.290.0?dummy=/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.290.0
06 Aug 2024 22:50:41
commit hash: 6908d6ad16e45aaed3aacb1e4bb876282e770fadcommit hash: 6908d6ad16e45aaed3aacb1e4bb876282e770fadcommit hash: 6908d6ad16e45aaed3aacb1e4bb876282e770fadcommit hash: 6908d6ad16e45aaed3aacb1e4bb876282e770fad files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
graphics/spirv-cross: update 1.3.283.0 → 1.3.290.0

MSL: Image gather ConstOffsets supports multiple address spaces.
https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/vulkan-sdk-1.3.290.0
Commit log:
https://github.com/KhronosGroup/SPIRV-Cross/compare/vulkan-sdk-1.3.283.0...vulkan-sdk-1.3.290.0
1.3.283.0
15 May 2024 10:05:36
commit hash: 75a467d6b3e2a64a555f1727a1001af5bf87a3bbcommit hash: 75a467d6b3e2a64a555f1727a1001af5bf87a3bbcommit hash: 75a467d6b3e2a64a555f1727a1001af5bf87a3bbcommit hash: 75a467d6b3e2a64a555f1727a1001af5bf87a3bb files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
graphics/spirv-cross: update to 1.3.283.0

Changelog:
https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/vulkan-sdk-1.3.283.0
https://github.com/KhronosGroup/SPIRV-Cross/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283.0
1.3.280.0
13 Apr 2024 14:39:12
commit hash: 43757efeb94c5864c62a1d58a6ea51aea66cdd9ccommit hash: 43757efeb94c5864c62a1d58a6ea51aea66cdd9ccommit hash: 43757efeb94c5864c62a1d58a6ea51aea66cdd9ccommit hash: 43757efeb94c5864c62a1d58a6ea51aea66cdd9c files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
*/*: remove GNU_CONFIGURE_MANPREFIX and pet the portclippy

Approved by:	arrowd (mentor)
1.3.280.0
29 Mar 2024 13:35:18
commit hash: b3f6853a77b0a5b20f57233fe4e412e6a1e893a8commit hash: b3f6853a77b0a5b20f57233fe4e412e6a1e893a8commit hash: b3f6853a77b0a5b20f57233fe4e412e6a1e893a8commit hash: b3f6853a77b0a5b20f57233fe4e412e6a1e893a8 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
graphics/spirv-cross: update to 1.3.280.0

Changelog:
https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/vulkan-sdk-1.3.280.0

Approved by:	arrowd (mentor, implicit)
1.3.275.0
01 Mar 2024 16:26:50
commit hash: 0d9d2bac0b4fceeb8bc5722d1d33e56b1df276dacommit hash: 0d9d2bac0b4fceeb8bc5722d1d33e56b1df276dacommit hash: 0d9d2bac0b4fceeb8bc5722d1d33e56b1df276dacommit hash: 0d9d2bac0b4fceeb8bc5722d1d33e56b1df276da files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
graphics/spirv-cross: replace GH_TAGNAME with DISTVERSIONPREFIX

Approved by:	arrowd (mentor)
1.3.275.0
29 Feb 2024 21:33:02
commit hash: 3dffcdc324233ac73c3e5f929cb6eb91d7557f71commit hash: 3dffcdc324233ac73c3e5f929cb6eb91d7557f71commit hash: 3dffcdc324233ac73c3e5f929cb6eb91d7557f71commit hash: 3dffcdc324233ac73c3e5f929cb6eb91d7557f71 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
graphics/spirv-cross: fix portscout (try 2)

Approved by:	tcberner (mentor)
1.3.275.0
28 Feb 2024 09:44:12
commit hash: a9bb575ce82326572fe5cbccddb0b85a253ffe6fcommit hash: a9bb575ce82326572fe5cbccddb0b85a253ffe6fcommit hash: a9bb575ce82326572fe5cbccddb0b85a253ffe6fcommit hash: a9bb575ce82326572fe5cbccddb0b85a253ffe6f files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
graphics/spirv-cross: add correct URL for portscout

Approved by:	arrowd (mentor, implicit)
1.3.275.0
27 Feb 2024 21:25:47
commit hash: 3a0031639dc5fe8d44b003fbf93512d8aacc4648commit hash: 3a0031639dc5fe8d44b003fbf93512d8aacc4648commit hash: 3a0031639dc5fe8d44b003fbf93512d8aacc4648commit hash: 3a0031639dc5fe8d44b003fbf93512d8aacc4648 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
graphics/spirv-cross: new port - required for games/lwjgl3

Tool for parsing and converting SPIR-V to other shader languages.

This port required for build lwjgl 3, and lwjgl 3 required for Java
Minecraft Client 1.20.x run on FreeBSD without linux compatibility layer.

PR:			275279 269879 269900
Approved by:		arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D44118

Number of commits found: 8