pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

glslang: remove, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Apr 13 16:43:42 2026 +0200
Changeset:	f4c4e3a9f8bda10e1f8c1c1f54ee3a2a2340f826

Modified Files:
	Makefile
Removed Files:
	glslang/COMMIT_MSG
	glslang/DESCR
	glslang/Makefile
	glslang/PLIST
	glslang/TODO
	glslang/buildlink3.mk
	glslang/distinfo

Log Message:
glslang: remove, imported to pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f4c4e3a9f8bda10e1f8c1c1f54ee3a2a2340f826

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 -
 glslang/COMMIT_MSG    |  3 ---
 glslang/DESCR         | 12 ------------
 glslang/Makefile      | 20 --------------------
 glslang/PLIST         | 27 ---------------------------
 glslang/TODO          |  2 --
 glslang/buildlink3.mk | 13 -------------
 glslang/distinfo      |  5 -----
 8 files changed, 83 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index f0c639df57..52f26a326b 100644
--- a/Makefile
+++ b/Makefile
@@ -1324,7 +1324,6 @@ SUBDIR+=	glkgit
 SUBDIR+=	glkloader
 SUBDIR+=	glkterm
 SUBDIR+=	globalprotect-openconnect
-SUBDIR+=	glslang
 SUBDIR+=	glulxe
 SUBDIR+=	glusterfs
 SUBDIR+=	gm2calc
diff --git a/glslang/COMMIT_MSG b/glslang/COMMIT_MSG
deleted file mode 100644
index ebbaf29c7c..0000000000
--- a/glslang/COMMIT_MSG
+++ /dev/null
@@ -1,3 +0,0 @@
-graphics/glslang: Add version 15.0.0
-
-Packaged in wip by Frédéric Fauberteau
diff --git a/glslang/DESCR b/glslang/DESCR
deleted file mode 100644
index a52632b817..0000000000
--- a/glslang/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-An OpenGL GLSL and OpenGL|ES GLSL (ESSL) front-end for reference validation and
-translation of GLSL/ESSL into an internal abstract syntax tree (AST).
-
-An HLSL front-end for translation of an approximation of HLSL to glslang's AST
-form.
-
-Translates glslang's AST to the Khronos-specified SPIR-V intermediate language.
-
-An API for getting reflection information from the AST, reflection
-types/variables/etc. from the HLL source (not the SPIR-V).
-
-glslang is command-line tool for accessing the functionality above.
diff --git a/glslang/Makefile b/glslang/Makefile
deleted file mode 100644
index 8d9469095b..0000000000
--- a/glslang/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-.include "../../graphics/vulkan-headers/Makefile.common"
-
-DISTNAME=	glslang-${SDK_VERSION}
-CATEGORIES=	graphics
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/KhronosGroup/glslang/
-COMMENT=	Front end for GLSL/ESSL, HLSL (partial) and SPIR-V generator
-LICENSE=	modified-bsd AND 2-clause-bsd AND mit AND apache-2.0 AND gnu-gpl-v3
-
-WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
-
-CMAKE_CONFIGURE_ARGS+=	-DALLOW_EXTERNAL_SPIRV_TOOLS=ON
-
-.include "../../devel/cmake/build.mk"
-.include "../../lang/python/tool.mk"
-.include "../../parallel/spirv-tools/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/glslang/PLIST b/glslang/PLIST
deleted file mode 100644
index cd61e3cb00..0000000000
--- a/glslang/PLIST
+++ /dev/null
@@ -1,27 +0,0 @@
-@comment $NetBSD$
-bin/glslang
-bin/glslangValidator
-include/glslang/Include/ResourceLimits.h
-include/glslang/Include/glslang_c_interface.h
-include/glslang/Include/glslang_c_shader_types.h
-include/glslang/Include/visibility.h
-include/glslang/MachineIndependent/Versions.h
-include/glslang/Public/ResourceLimits.h
-include/glslang/Public/ShaderLang.h
-include/glslang/Public/resource_limits_c.h
-include/glslang/SPIRV/GlslangToSpv.h
-include/glslang/SPIRV/Logger.h
-include/glslang/SPIRV/SpvTools.h
-include/glslang/SPIRV/disassemble.h
-include/glslang/SPIRV/spirv.hpp11
-include/glslang/build_info.h
-lib/cmake/glslang/glslang-config-version.cmake
-lib/cmake/glslang/glslang-config.cmake
-lib/cmake/glslang/glslang-targets-debug.cmake
-lib/cmake/glslang/glslang-targets.cmake
-lib/libGenericCodeGen.a
-lib/libMachineIndependent.a
-lib/libOSDependent.a
-lib/libSPIRV.a
-lib/libglslang-default-resource-limits.a
-lib/libglslang.a
diff --git a/glslang/TODO b/glslang/TODO
deleted file mode 100644
index cf487ca2cb..0000000000
--- a/glslang/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-This package has known vulnerabilities, please investigate and fix if possible:
-  CVE-2025-3010: Pull Req to fix: https://github.com/KhronosGroup/glslang/pull/4169
diff --git a/glslang/buildlink3.mk b/glslang/buildlink3.mk
deleted file mode 100644
index be1787902a..0000000000
--- a/glslang/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	glslang
-
-.if !defined(GLSLANG_BUILDLINK3_MK)
-GLSLANG_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.glslang+=	glslang>=1.4.341.0
-BUILDLINK_PKGSRCDIR.glslang?=	../../wip/glslang
-
-.endif	# GLSLANG_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-glslang
diff --git a/glslang/distinfo b/glslang/distinfo
deleted file mode 100644
index 6badd0f3f3..0000000000
--- a/glslang/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (glslang-1.4.341.0.tar.gz) = 7c3cebb8f4d833b7b217eb291315ff12ec36af35472e1747c25380da77cd1912
-SHA512 (glslang-1.4.341.0.tar.gz) = f243830836f0ba6f13d6e2ccb48cee3c41f8478e0315b190f3a8e607d3723e7e687102126131a7ecc6eed5899b9de1b69c76f6f795f0f13703931e5041c47906
-Size (glslang-1.4.341.0.tar.gz) = 4297511 bytes


Home | Main Index | Thread Index | Old Index