Date: Sat, 22 Dec 2012 17:25:08 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309400 - in head/multimedia: . assimp Message-ID: <201212221725.qBMHP833020212@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Dec 22 17:25:08 2012 New Revision: 309400 URL: http://svnweb.freebsd.org/changeset/ports/309400 Log: Open Asset Import Library (short name: Assimp) is a portable Open Source library to import various well-known 3D model formats in a uniform manner. The most recent version also knows how to export 3d files and is therefore suitable as general-purpose 3D model converter. See the feature list. WWW: http://http://assimp.sourceforge.net PR: ports/174428 Submitted by: Yuri <yuri@tsoft.com> Added: head/multimedia/assimp/ head/multimedia/assimp/Makefile (contents, props changed) head/multimedia/assimp/distinfo (contents, props changed) head/multimedia/assimp/pkg-descr (contents, props changed) head/multimedia/assimp/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sat Dec 22 17:23:34 2012 (r309399) +++ head/multimedia/Makefile Sat Dec 22 17:25:08 2012 (r309400) @@ -10,6 +10,7 @@ SUBDIR += aegisub SUBDIR += arista SUBDIR += asdcplib + SUBDIR += assimp SUBDIR += atomicparsley SUBDIR += audacious SUBDIR += audacious-plugins Added: head/multimedia/assimp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/assimp/Makefile Sat Dec 22 17:25:08 2012 (r309400) @@ -0,0 +1,32 @@ +# Created by: Yuri <yuri@tsoft.com> +# $FreeBSD$ + +PORTNAME= assimp +PORTVERSION= 3.0 +CATEGORIES= multimedia +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-3.0 +DISTNAME= ${PORTNAME}--${PORTVERSION}.1270-source-only + +MAINTAINER= yuri@tsoft.com +COMMENT= Library to import various 3D model formats in a uniform manner + +LICENSE= BSD + +LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost-libs + +USE_ZIP= yes +USE_CMAKE= yes +USE_PKGCONFIG= build +USE_GCC= 4.6+ # 4.2+ causes compiler warnings +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +# CMAKE_ARGS instructs cmake to skip runtime path removal during install +CMAKE_ARGS+= "-DCMAKE_SKIP_RPATH=ON" + +post-patch: + @${REINPLACE_CMD} 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ + ${WRKSRC}/CMakeLists.txt + +.include <bsd.port.mk> Added: head/multimedia/assimp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/assimp/distinfo Sat Dec 22 17:25:08 2012 (r309400) @@ -0,0 +1,2 @@ +SHA256 (assimp--3.0.1270-source-only.zip) = ac29beb596db97df57451a5503afaf2d8b4366522842a6914da89644927a1423 +SIZE (assimp--3.0.1270-source-only.zip) = 4042147 Added: head/multimedia/assimp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/assimp/pkg-descr Sat Dec 22 17:25:08 2012 (r309400) @@ -0,0 +1,6 @@ +Open Asset Import Library (short name: Assimp) is a portable Open Source +library to import various well-known 3D model formats in a uniform manner. +The most recent version also knows how to export 3d files and is therefore +suitable as general-purpose 3D model converter. See the feature list. + +WWW: http://http://assimp.sourceforge.net Added: head/multimedia/assimp/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/assimp/pkg-plist Sat Dec 22 17:25:08 2012 (r309400) @@ -0,0 +1,53 @@ +bin/assimp +include/assimp/Compiler/poppack1.h +include/assimp/Compiler/pstdint.h +include/assimp/Compiler/pushpack1.h +include/assimp/DefaultLogger.hpp +include/assimp/Exporter.hpp +include/assimp/IOStream.hpp +include/assimp/IOSystem.hpp +include/assimp/Importer.hpp +include/assimp/LogStream.hpp +include/assimp/Logger.hpp +include/assimp/NullLogger.hpp +include/assimp/ProgressHandler.hpp +include/assimp/ai_assert.h +include/assimp/anim.h +include/assimp/camera.h +include/assimp/cexport.h +include/assimp/cfileio.h +include/assimp/cimport.h +include/assimp/color4.h +include/assimp/color4.inl +include/assimp/config.h +include/assimp/defs.h +include/assimp/importerdesc.h +include/assimp/light.h +include/assimp/material.h +include/assimp/material.inl +include/assimp/matrix3x3.h +include/assimp/matrix3x3.inl +include/assimp/matrix4x4.h +include/assimp/matrix4x4.inl +include/assimp/mesh.h +include/assimp/postprocess.h +include/assimp/quaternion.h +include/assimp/quaternion.inl +include/assimp/scene.h +include/assimp/texture.h +include/assimp/types.h +include/assimp/vector2.h +include/assimp/vector2.inl +include/assimp/vector3.h +include/assimp/vector3.inl +include/assimp/version.h +lib/cmake/assimp-3.0/assimp-config-version.cmake +lib/cmake/assimp-3.0/assimp-config.cmake +lib/libassimp.so +lib/libassimp.so.3 +lib/libassimp.so.3.0.1264 +libdata/pkgconfig/assimp.pc +@dirrm lib/cmake/assimp-3.0 +@dirrmtry lib/cmake +@dirrm include/assimp/Compiler +@dirrm include/assimp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212221725.qBMHP833020212>