Date: Fri, 24 Oct 2014 11:10:31 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371433 - in head/graphics: . libepoxy Message-ID: <201410241110.s9OBAVtU057407@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Fri Oct 24 11:10:31 2014 New Revision: 371433 URL: https://svnweb.freebsd.org/changeset/ports/371433 QAT: https://qat.redports.org/buildarchive/r371433/ Log: Add libepoxy. Epoxy is a library for handling OpenGL function pointer management for you. Added: head/graphics/libepoxy/ head/graphics/libepoxy/Makefile (contents, props changed) head/graphics/libepoxy/distinfo (contents, props changed) head/graphics/libepoxy/pkg-descr (contents, props changed) head/graphics/libepoxy/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri Oct 24 10:45:19 2014 (r371432) +++ head/graphics/Makefile Fri Oct 24 11:10:31 2014 (r371433) @@ -492,6 +492,7 @@ SUBDIR += libdrm SUBDIR += libecwj2 SUBDIR += libemf + SUBDIR += libepoxy SUBDIR += libetonyek SUBDIR += libetonyek01 SUBDIR += libexif Added: head/graphics/libepoxy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libepoxy/Makefile Fri Oct 24 11:10:31 2014 (r371433) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= libepoxy +PORTVERSION= 1.2 +CATEGORIES= graphics + +MAINTAINER= x11@FreeBSD.org +COMMENT= library that handles OpenGL function pointer managerment for you + +LICENSE= MIT + +USE_GITHUB= YES +GH_ACCOUNT= anholt +GH_PROJECT= ${PORTNAME} +GH_COMMIT= 7422de5 +GH_TAGNAME= v1.2 + +USES= autoreconf libtool pathfix pkgconfig python:3,build +USE_XORG= xorg-macros +USE_GL= egl glesv2 +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +PATHFIX_MAKEFILEIN= Makefile.am + +# GLX +USE_XORG+= x11 + +.include <bsd.port.mk> Added: head/graphics/libepoxy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libepoxy/distinfo Fri Oct 24 11:10:31 2014 (r371433) @@ -0,0 +1,2 @@ +SHA256 (libepoxy-1.2.tar.gz) = 3364f09ef5cf0c53f8879b6b6165d4d7bd82756ee44f019075fad679346be6d8 +SIZE (libepoxy-1.2.tar.gz) = 267181 Added: head/graphics/libepoxy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libepoxy/pkg-descr Fri Oct 24 11:10:31 2014 (r371433) @@ -0,0 +1,4 @@ +Epoxy is a library for handling OpenGL function pointer management for +you. + +WWW: https://github.com/anholt/libepoxy Added: head/graphics/libepoxy/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libepoxy/pkg-plist Fri Oct 24 11:10:31 2014 (r371433) @@ -0,0 +1,10 @@ +include/epoxy/egl.h +include/epoxy/egl_generated.h +include/epoxy/gl.h +include/epoxy/gl_generated.h +include/epoxy/glx.h +include/epoxy/glx_generated.h +lib/libepoxy.so +lib/libepoxy.so.0 +lib/libepoxy.so.0.0.0 +libdata/pkgconfig/epoxy.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410241110.s9OBAVtU057407>