mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
New port: multimedia/tinyobjloader: C++ single file wavefront obj loader
This commit is contained in:
parent
bd90df52c3
commit
67ff430fb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568132
5 changed files with 42 additions and 0 deletions
|
@ -378,6 +378,7 @@
|
|||
SUBDIR += tautulli
|
||||
SUBDIR += tcmplex-panteltje
|
||||
SUBDIR += termplay
|
||||
SUBDIR += tinyobjloader
|
||||
SUBDIR += tivodecode
|
||||
SUBDIR += totem
|
||||
SUBDIR += totem-pl-parser
|
||||
|
|
24
multimedia/tinyobjloader/Makefile
Normal file
24
multimedia/tinyobjloader/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tinyobjloader
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.0rc8-3
|
||||
DISTVERSIONSUFFIX= -g7ba4b65
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= C++ single file wavefront obj loader
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
|
||||
post-install:
|
||||
${RM} ${STAGEDIR}${DOCSDIR}/LICENSE
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/tinyobjloader/distinfo
Normal file
3
multimedia/tinyobjloader/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1615495382
|
||||
SHA256 (tinyobjloader-tinyobjloader-v2.0.0rc8-3-g7ba4b65_GH0.tar.gz) = 4cbd1ca5bea6aa027f2c5a65d4b3d2c218f3450296ec8f60bf396b5c2caedcaf
|
||||
SIZE (tinyobjloader-tinyobjloader-v2.0.0rc8-3-g7ba4b65_GH0.tar.gz) = 950104
|
5
multimedia/tinyobjloader/pkg-descr
Normal file
5
multimedia/tinyobjloader/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Tiny but powerful single file wavefront obj loader written in C++03. No
|
||||
dependency except for C++ STL. It can parse over 10M polygons with moderate
|
||||
memory and time.
|
||||
|
||||
WWW: https://github.com/tinyobjloader/tinyobjloader
|
9
multimedia/tinyobjloader/pkg-plist
Normal file
9
multimedia/tinyobjloader/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
include/tiny_obj_loader.h
|
||||
lib/libtinyobjloader.so
|
||||
lib/libtinyobjloader.so.2
|
||||
lib/libtinyobjloader.so.2.0.0-rc.8
|
||||
lib/tinyobjloader/cmake/tinyobjloader-config-version.cmake
|
||||
lib/tinyobjloader/cmake/tinyobjloader-config.cmake
|
||||
lib/tinyobjloader/cmake/tinyobjloader-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/tinyobjloader/cmake/tinyobjloader-targets.cmake
|
||||
libdata/pkgconfig/tinyobjloader.pc
|
Loading…
Add table
Reference in a new issue