From owner-svn-ports-head@FreeBSD.ORG Fri Oct 24 11:10:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 476038BB; Fri, 24 Oct 2014 11:10:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2867FC7; Fri, 24 Oct 2014 11:10:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9OBAXjl057412; Fri, 24 Oct 2014 11:10:33 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9OBAVtU057407; Fri, 24 Oct 2014 11:10:31 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201410241110.s9OBAVtU057407@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 24 Oct 2014 11:10:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371433 - in head/graphics: . libepoxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2014 11:10:33 -0000 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 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