Port details |
- msl Shader language based off GLSL
- 1.7.6_2 graphics =2 1.7.6_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-06-20 03:00:06
- Last Update: 2025-01-10 10:22:54
- Commit Hash: 699cd62
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/akb825/ModularShaderLanguage
- Description:
- The Modular Shader Language (MSL) is a pre-compiled shader language
with multiple targets. It is effectively a wrapper around GLSL and
relies on external tools to handle the main work of the compilation.
The primary goals are:
* Provide an environment more similar to other compiled languages,
such as access to a preprocessor and compile-time errors that point
to the file.
* Allow targeting multiple platforms with different capabilities with
the same source.
* Relies on official and external tools as much as possible. This
makes the language easier to extend and maintain and allows other
third party tools, such as optimizers, to be used.
* Allows all stages of the pipeline to be specified in the same
source. This gives more flexibility in how you organize your source.
* Allows for render states and sampler states to be declared in the
shader. This gives more flexibility in client applications by
allowing these to be set in the shader without hard-coding them in
the application.
* Pipeline is linked when compiling the shader modules, allowing for
earlier checks and easier loading of shaders in the final
application.
- ¦ ¦ ¦ ¦
- 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/graphics/msl/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/msl
- pkg install msl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: msl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731400666
SHA256 (akb825-ModularShaderLanguage-v1.7.6_GH0.tar.gz) = c1726c0a0af6b81fe84a68fea1cea09dfe38c7d83b4b4feef7e732bb66b4131c
SIZE (akb825-ModularShaderLanguage-v1.7.6_GH0.tar.gz) = 253340
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:
-
- flatc : devel/flatbuffers
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- Library dependencies:
-
- libboost_system.so : devel/boost-libs
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_msl
- USES:
- cmake:testing compiler:c++14-lang python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.6_2 10 Jan 2025 10:22:54 |
Yuri Victorovich (yuri) |
devel/flatbuffers: update 24.3.25 → 24.12.23 |
1.7.6_1 20 Nov 2024 10:05:25 |
Dima Panov (fluffy) |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
1.7.6 12 Nov 2024 10:18:13 |
Yuri Victorovich (yuri) |
graphics/msl: update 1.7.5 → 1.7.6
Reported by: portscout |
1.7.5_2 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
1.7.5_1 27 Mar 2024 07:32:06 |
Yuri Victorovich (yuri) |
devel/flatbuffers: update 24.3.7 → 24.3.25
Reported by: portscout |
1.7.5 11 Mar 2024 17:53:45 |
Yuri Victorovich (yuri) |
graphics/msl: update 1.7.4 → 1.7.5
Reported by: portscout |
1.7.4_3 08 Mar 2024 16:40:06 |
Yuri Victorovich (yuri) |
devel/flatbuffers: update 23.5.26 → 24.3.7
Reported by: portscout |
1.7.4_2 13 Feb 2024 14:44:22 |
Dima Panov (fluffy) |
devel/boost: bump consumers after library update |
1.7.4_1 27 Sep 2023 14:36:30 |
Dima Panov (fluffy) |
devel/boost*: bump all consumers after 1.83.0 |
1.7.4 14 Aug 2023 16:48:50 |
Yuri Victorovich (yuri) |
graphics/msl: Update 1.7.3 → 1.7.4
Reported by: portscout |
1.7.3 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> |
1.7.3 31 May 2023 15:52:27 |
Yuri Victorovich (yuri) |
graphics/msl: Update 1.7.2 → 1.7.3
Reported by: portscout |
1.7.2_3 28 May 2023 03:46:56 |
Yuri Victorovich (yuri) |
devel/flatbuffers: Update 23.3.3 → 23.5.26
Reported by: portscout |
1.7.2_2 27 Apr 2023 18:25:55 |
Dima Panov (fluffy) |
*/*: bump all direct Boost cunsumers |
1.7.2_1 05 Mar 2023 17:56:35 |
Yuri Victorovich (yuri) |
devel/flatbuffers: Update 23.1.21 → 23.3.3
Reported by: portscout |
1.7.2 02 Mar 2023 07:35:45 |
Yuri Victorovich (yuri) |
graphics/msl: Update 1.7.1 → 1.7.2
Reported by: portscout |
1.7.1 24 Jan 2023 08:33:46 |
Yuri Victorovich (yuri) |
graphics/msl: Update 1.6.1 → 1.7.1
Reported by: portscout |
1.6.1_3 22 Jan 2023 20:33:00 |
Yuri Victorovich (yuri) |
devel/flatbuffers: Update 23.1.4 -> 23.1.21
Reported by: portscout |
1.6.1_2 16 Jan 2023 19:32:07 |
Dima Panov (fluffy) |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
1.6.1_1 12 Jan 2023 00:19:18 |
Yuri Victorovich (yuri) |
devel/flatbuffers: Update 22.12.06 -> 23.1.4
Reported by: portscout |
1.6.1 19 Oct 2022 01:21:33 |
Yuri Victorovich (yuri) |
graphics/msl: Update 1.6.0 -> 1.6.1
Reported by: portscout |
1.6.0_1 29 Sep 2022 18:59:22 |
Yuri Victorovich (yuri) |
devel/flatbuffers: Update 2.0.8 -> 22.9.24
Reported by: portscout |
1.6.0 28 Sep 2022 02:25:36 |
Yuri Victorovich (yuri) |
graphics/msl: Update 1.5.5 -> 1.6.0
Reported by: portscout |
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) |
1.5.5_1 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 ) |
1.5.5_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
1.5.5 19 Jul 2022 02:09:00 |
Yuri Victorovich (yuri) |
graphics/msl: Update 1.5.4 -> 1.5.5
Reported by: portscout |
1.5.4 05 Jul 2022 04:24:15 |
Yuri Victorovich (yuri) |
graphics/msl: Update 1.5.3 -> 1.5.4 |
1.5.3 28 Jun 2022 18:29:50 |
Yuri Victorovich (yuri) |
graphics/msl: Update 1.5.2 -> 1.5.3
Reported by: portscout |
1.5.2 21 Jun 2022 00:03:18 |
Yuri Victorovich (yuri) |
graphics/msl: Add LICENSE_FILE; Remove irrelevant comment |
1.5.2 21 Jun 2022 00:01:50 |
Yuri Victorovich (yuri) |
graphics/msl: Update 1.5.1 -> 1.5.2 |
1.5.1 20 Jun 2022 02:58:15 |
Yuri Victorovich (yuri) |
graphics/msl: New port: Shader language based off GLSL |