svn commit: r370314 - in head/graphics: . libgltf
Baptiste Daroussin
bapt at FreeBSD.org
Tue Oct 7 12:20:07 UTC 2014
Author: bapt
Date: Tue Oct 7 12:20:05 2014
New Revision: 370314
URL: https://svnweb.freebsd.org/changeset/ports/370314
QAT: https://qat.redports.org/buildarchive/r370314/
Log:
Import libgltf required by libreoffice 4.3
Added:
head/graphics/libgltf/
head/graphics/libgltf/Makefile (contents, props changed)
head/graphics/libgltf/distinfo (contents, props changed)
head/graphics/libgltf/pkg-descr (contents, props changed)
head/graphics/libgltf/pkg-plist (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Tue Oct 7 12:14:43 2014 (r370313)
+++ head/graphics/Makefile Tue Oct 7 12:20:05 2014 (r370314)
@@ -504,6 +504,7 @@
SUBDIR += libglapi
SUBDIR += libglesv2
SUBDIR += libgltext
+ SUBDIR += libgltf
SUBDIR += libgnomecanvas
SUBDIR += libgnomecanvas-reference
SUBDIR += libgnomecanvasmm26
Added: head/graphics/libgltf/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/libgltf/Makefile Tue Oct 7 12:20:05 2014 (r370314)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= libgltf
+PORTVERSION= 0.0.2
+CATEGORIES= graphics devel
+MASTER_SITES= LODEV
+
+MAINTAINER= office at FreeBSD.org
+COMMENT= C++ Library for rendering OpenGL models stored in glTF format
+
+LICENSE= LGPL21 MPL
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:${PORTSDIR}/devel/boost-libs \
+ ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
+LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew
+
+USES= pathfix libtool tar:bzip2
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-werror
+INSTALL_TARGET= install-strip
+CPPFLAGS+= -I${LOCALBASE}/include
+
+.include <bsd.port.mk>
Added: head/graphics/libgltf/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/libgltf/distinfo Tue Oct 7 12:20:05 2014 (r370314)
@@ -0,0 +1,2 @@
+SHA256 (libgltf-0.0.2.tar.bz2) = d1cc7297ed1921aa969e26413b4c4e18afc882ce4d2f5a2aa2a2905706f7206b
+SIZE (libgltf-0.0.2.tar.bz2) = 538040
Added: head/graphics/libgltf/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/libgltf/pkg-descr Tue Oct 7 12:20:05 2014 (r370314)
@@ -0,0 +1,3 @@
+Library for rendering OpenGL models stored in glTF format
+
+WWW: http://www.libreoffice.org
Added: head/graphics/libgltf/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/libgltf/pkg-plist Tue Oct 7 12:20:05 2014 (r370314)
@@ -0,0 +1,6 @@
+include/libgltf-0.0/libgltf.h
+include/libgltf-0.0/types.h
+lib/libgltf-0.0.so
+lib/libgltf-0.0.so.0
+lib/libgltf-0.0.so.0.0.2
+libdata/pkgconfig/libgltf-0.0.pc
More information about the svn-ports-all
mailing list