[Midnightbsd-cvs] mports [20064] trunk/graphics: add libepoxy

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 27 19:06:46 EDT 2015


Revision: 20064
          http://svnweb.midnightbsd.org/mports/?rev=20064
Author:   laffer1
Date:     2015-08-27 19:06:45 -0400 (Thu, 27 Aug 2015)
Log Message:
-----------
add libepoxy

Modified Paths:
--------------
    trunk/graphics/Makefile

Added Paths:
-----------
    trunk/graphics/libepoxy/
    trunk/graphics/libepoxy/Makefile
    trunk/graphics/libepoxy/distinfo
    trunk/graphics/libepoxy/pkg-descr
    trunk/graphics/libepoxy/pkg-plist

Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile	2015-08-27 23:04:15 UTC (rev 20063)
+++ trunk/graphics/Makefile	2015-08-27 23:06:45 UTC (rev 20064)
@@ -73,6 +73,7 @@
 SUBDIR += libdmtx
 SUBDIR += libdrm
 SUBDIR += libemf
+SUBDIR += libepoxy
 SUBDIR += libexif
 SUBDIR += libfpx
 SUBDIR += libglapi

Added: trunk/graphics/libepoxy/Makefile
===================================================================
--- trunk/graphics/libepoxy/Makefile	                        (rev 0)
+++ trunk/graphics/libepoxy/Makefile	2015-08-27 23:06:45 UTC (rev 20064)
@@ -0,0 +1,24 @@
+# $Midnight$
+# $FreeBSD: head/graphics/libepoxy/Makefile 385633 2015-05-07 15:17:32Z mat $
+
+PORTNAME=	libepoxy
+PORTVERSION=	1.2
+DISTVERSIONPREFIX=	v
+CATEGORIES=	graphics
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Library to handle OpenGL function pointer management
+
+LICENSE=	mit
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	anholt
+
+USES=		autoreconf libtool pathfix pkgconfig python:3,build
+USE_XORG=	xorg-macros x11
+USE_GL=		egl glesv2
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+PATHFIX_MAKEFILEIN=	Makefile.am
+
+.include <bsd.port.mk>


Property changes on: trunk/graphics/libepoxy/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/libepoxy/distinfo
===================================================================
--- trunk/graphics/libepoxy/distinfo	                        (rev 0)
+++ trunk/graphics/libepoxy/distinfo	2015-08-27 23:06:45 UTC (rev 20064)
@@ -0,0 +1,2 @@
+SHA256 (libepoxy-v1.2_GH0.tar.gz) = 42c328440f60a5795835c5ec4bdfc1329e75bba16b6e22b3a87ed17e9679e8f6
+SIZE (libepoxy-v1.2_GH0.tar.gz) = 267110


Property changes on: trunk/graphics/libepoxy/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/libepoxy/pkg-descr
===================================================================
--- trunk/graphics/libepoxy/pkg-descr	                        (rev 0)
+++ trunk/graphics/libepoxy/pkg-descr	2015-08-27 23:06:45 UTC (rev 20064)
@@ -0,0 +1,3 @@
+Epoxy is a library for handling OpenGL function pointer management for you.
+
+WWW: https://github.com/anholt/libepoxy


Property changes on: trunk/graphics/libepoxy/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/libepoxy/pkg-plist
===================================================================
--- trunk/graphics/libepoxy/pkg-plist	                        (rev 0)
+++ trunk/graphics/libepoxy/pkg-plist	2015-08-27 23:06:45 UTC (rev 20064)
@@ -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


Property changes on: trunk/graphics/libepoxy/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list