svn commit: r503845 - in head/graphics: . glad

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 9 17:01:56 UTC 2019


Author: yuri
Date: Sun Jun  9 17:01:54 2019
New Revision: 503845
URL: https://svnweb.freebsd.org/changeset/ports/503845

Log:
  New port: graphics/glad: Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL loader-generator

Added:
  head/graphics/glad/
  head/graphics/glad/Makefile   (contents, props changed)
  head/graphics/glad/distinfo   (contents, props changed)
  head/graphics/glad/pkg-descr   (contents, props changed)
  head/graphics/glad/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Jun  9 16:55:12 2019	(r503844)
+++ head/graphics/Makefile	Sun Jun  9 17:01:54 2019	(r503845)
@@ -257,6 +257,7 @@
     SUBDIR += gimp-wavelet-sharpen-plugin
     SUBDIR += giram
     SUBDIR += gkrellkam2
+    SUBDIR += glad
     SUBDIR += gle
     SUBDIR += glee
     SUBDIR += glew

Added: head/graphics/glad/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/glad/Makefile	Sun Jun  9 17:01:54 2019	(r503845)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	glad
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.1.30
+CATEGORIES=	graphics
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL loader-generator
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		cmake
+USE_GITHUB=	yes
+GH_ACCOUNT=	Dav1dde
+USE_LDCONFIG=	yes
+
+CMAKE_ON=	GLAD_INSTALL BUILD_SHARED_LIBS GLAD_REPRODUCIBLE
+
+.include <bsd.port.mk>

Added: head/graphics/glad/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/glad/distinfo	Sun Jun  9 17:01:54 2019	(r503845)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1560099490
+SHA256 (Dav1dde-glad-v0.1.30_GH0.tar.gz) = 53a14c87bc1f3ed00e1d09d17d7f6e623931ab07c870477d6a88bc0a8ac151e0
+SIZE (Dav1dde-glad-v0.1.30_GH0.tar.gz) = 323041

Added: head/graphics/glad/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/glad/pkg-descr	Sun Jun  9 17:01:54 2019	(r503845)
@@ -0,0 +1,4 @@
+Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official
+specs.
+
+WWW: https://glad.dav1d.de/

Added: head/graphics/glad/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/glad/pkg-plist	Sun Jun  9 17:01:54 2019	(r503845)
@@ -0,0 +1,7 @@
+include/KHR/khrplatform.h
+include/glad/glad.h
+lib/cmake/glad/gladConfig.cmake
+lib/cmake/glad/gladConfigVersion.cmake
+lib/cmake/glad/gladTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/glad/gladTargets.cmake
+lib/libglad.so


More information about the svn-ports-all mailing list