[macports-ports] branch master updated: glslang: new port
Frank Schima
mf2k at macports.org
Sat Apr 6 18:20:42 UTC 2019
> On Apr 6, 2019, at 7:52 AM, Josh de Kock <josh at itanimul.li> wrote:
>
> Chris Jones (cjones051073) pushed a commit to branch master
> in repository macports-ports.
>
> https://github.com/macports/macports-ports/commit/20b22e76e49c9bcc2e493f45f7574f14a76e6edb <https://github.com/macports/macports-ports/commit/20b22e76e49c9bcc2e493f45f7574f14a76e6edb>
> The following commit(s) were added to refs/heads/master by this push:
> new 20b22e7 glslang: new port
> 20b22e7 is described below
>
> commit 20b22e76e49c9bcc2e493f45f7574f14a76e6edb
> Author: Josh de Kock <josh at itanimul.li>
> AuthorDate: Fri Apr 5 23:50:24 2019 +0100
>
> glslang: new port
> ---
> graphics/glslang/Portfile | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
>
> diff --git a/graphics/glslang/Portfile b/graphics/glslang/Portfile
> new file mode 100644
> index 0000000..4aba2df
> --- /dev/null
> +++ b/graphics/glslang/Portfile
> @@ -0,0 +1,21 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
> +
> +PortSystem 1.0
> +PortGroup github 1.0
> +PortGroup cmake 1.0
This should have used the newer cmake 1.1 portgroup instead.
See https://trac.macports.org/ticket/47197 <https://trac.macports.org/ticket/47197>
> +
> +github.setup KhronosGroup glslang 7.11.3113
> +
> +categories graphics
> +platforms darwin
> +license {BSD Permissive}
> +
> +maintainers {itanimul.li:josh @eintw1ck} openmaintainer
> +description Shader compiler libraries & tools
> +long_description OpenGL and OpenGL ES reference compiler for shading languages
> +
> +homepage https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
> +checksums sha256 18f6866f1607b842abfa461dd6e8728f6fa173d1fa95a5cdc625afa10c878506 \
> + rmd160 83c7596f4438707aa4beb27102ac9e6372062419 \
> + size 2495519
> +use_zip no
Cheers!
Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20190406/400945e0/attachment.html>
More information about the macports-dev
mailing list