From owner-svn-ports-all@freebsd.org Sun Jun 9 17:01:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 233B315CBE2D; Sun, 9 Jun 2019 17:01:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B844A77B35; Sun, 9 Jun 2019 17:01:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 951FB5EBE; Sun, 9 Jun 2019 17:01:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x59H1tin083478; Sun, 9 Jun 2019 17:01:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x59H1sQZ083474; Sun, 9 Jun 2019 17:01:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201906091701.x59H1sQZ083474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 9 Jun 2019 17:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503845 - in head/graphics: . glad X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics: . glad X-SVN-Commit-Revision: 503845 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B844A77B35 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2019 17:01:56 -0000 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@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 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