misc/vfc: New port: Library and tool for converting vertex formats
This commit is contained in:
parent
11de76215b
commit
e6d92cff83
5 changed files with 56 additions and 0 deletions
|
@ -528,6 +528,7 @@
|
|||
SUBDIR += vdmfec
|
||||
SUBDIR += veles
|
||||
SUBDIR += vera
|
||||
SUBDIR += vfc
|
||||
SUBDIR += vifm
|
||||
SUBDIR += visp
|
||||
SUBDIR += viz
|
||||
|
|
24
misc/vfc/Makefile
Normal file
24
misc/vfc/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
PORTNAME= vfc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.3
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Library and tool for converting vertex formats
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= cmake:testing compiler:c++11-lang
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= akb825
|
||||
GH_PROJECT= VertexFormatConvert
|
||||
GH_TUPLE= g-truc:glm:bf71a834948186f4097caa076cd2663c69a10e1e:g_truc_glm/lib/glm \
|
||||
Tencent:rapidjson:232389d4f1012dddec4ef84861face2d2ba85709:Tencent_rapidjson/tool/rapidjson \
|
||||
google:googletest:ba96d0b1161f540656efdaed035b3c062b60e006:google_googletest/tool/rapidjson/thirdparty/gtest
|
||||
|
||||
CMAKE_OFF= VFC_BUILD_TESTS
|
||||
CMAKE_TESTING_ON= VFC_BUILD_TESTS
|
||||
|
||||
.include <bsd.port.mk>
|
9
misc/vfc/distinfo
Normal file
9
misc/vfc/distinfo
Normal file
|
@ -0,0 +1,9 @@
|
|||
TIMESTAMP = 1655694285
|
||||
SHA256 (akb825-VertexFormatConvert-v2.0.3_GH0.tar.gz) = 52fdd10d0a8627562a12dfc24102ee155d23cdc979ff8dffb04f248708326a15
|
||||
SIZE (akb825-VertexFormatConvert-v2.0.3_GH0.tar.gz) = 83723
|
||||
SHA256 (g-truc-glm-bf71a834948186f4097caa076cd2663c69a10e1e_GH0.tar.gz) = 70ad78e872c145f0164d54da833b651914c184edc65958906937b9739fb8fb1b
|
||||
SIZE (g-truc-glm-bf71a834948186f4097caa076cd2663c69a10e1e_GH0.tar.gz) = 4369431
|
||||
SHA256 (Tencent-rapidjson-232389d4f1012dddec4ef84861face2d2ba85709_GH0.tar.gz) = b9290a9a6d444c8e049bd589ab804e0ccf2b05dc5984a19ed5ae75d090064806
|
||||
SIZE (Tencent-rapidjson-232389d4f1012dddec4ef84861face2d2ba85709_GH0.tar.gz) = 1107967
|
||||
SHA256 (google-googletest-ba96d0b1161f540656efdaed035b3c062b60e006_GH0.tar.gz) = 949c556896cf31ed52e53449e17a1276b8b26d3ee5932f5ca49ee929f4b35c51
|
||||
SIZE (google-googletest-ba96d0b1161f540656efdaed035b3c062b60e006_GH0.tar.gz) = 987370
|
9
misc/vfc/pkg-descr
Normal file
9
misc/vfc/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
Vertex Format Convert (VFC) is a simple library and utility for
|
||||
converting vertex formats. This is intended to aid in converting from
|
||||
raw model formats, such as from interchange formats (e.g. OBJ,
|
||||
COLLADA), into formats that are suitable for usage at runtime. This
|
||||
may include interleaving vertex data, re-mapping indices (e.g. from
|
||||
separate indices to a single combined index), and converting to packed
|
||||
formats.
|
||||
|
||||
WWW: https://github.com/akb825/VertexFormatConvert
|
13
misc/vfc/pkg-plist
Normal file
13
misc/vfc/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
bin/vfc
|
||||
include/VFC/Config.h
|
||||
include/VFC/Converter.h
|
||||
include/VFC/Export.h
|
||||
include/VFC/IndexData.h
|
||||
include/VFC/VertexFormat.h
|
||||
include/VFC/VertexValue.h
|
||||
lib/cmake/VFC/VFCConfig.cmake
|
||||
lib/cmake/VFC/VFCConfigVersion.cmake
|
||||
lib/cmake/VFC/VFCTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/VFC/VFCTargets.cmake
|
||||
lib/libvfc.so
|
||||
lib/libvfc.so.2.0.3
|
Loading…
Reference in a new issue