Port details |
- vfc Library and tool for converting vertex formats
- 2.1.4 misc =2 2.1.4Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-06-20 03:30:04
- Last Update: 2024-03-25 05:00:40
- Commit Hash: 3d0c1c3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/akb825/VertexFormatConvert
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/vfc/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/vfc
- pkg install vfc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vfc
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: armv6
- distinfo:
- TIMESTAMP = 1711338196
SHA256 (akb825-VertexFormatConvert-v2.1.4_GH0.tar.gz) = 5ffbb34d9459a7c92e58ce39b5d90bfb1f87fb19f505ae2eef63acf3b4377bcd
SIZE (akb825-VertexFormatConvert-v2.1.4_GH0.tar.gz) = 84223
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Test dependencies:
-
- googletest>0 : devel/googletest
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_vfc
- USES:
- cmake:testing compiler:c++14-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.4 25 Mar 2024 05:00:40 |
Yuri Victorovich (yuri) |
misc/vfc: update 2.1.3 → 2.1.4
Reported by: portscout |
2.1.3 14 Aug 2023 16:48:50 |
Yuri Victorovich (yuri) |
misc/vfc: Update 2.1.2 → 2.1.3
Reported by: portscout |
2.1.2 28 Apr 2023 16:13:36 |
Robert Clausecker (fuz) |
misc/vfc: fix build on armv7
Supply -mfpu=neon-fp16 in CXXFLAGS to permit use of half-precision
floats in NEON code. This is supported by armv7 devices as early as
the Raspberry Pi 2, but excludes armv6 devices (these don't have NEON).
Approved by: portmgr (build fix blanket) |
2.1.2 25 Jan 2023 07:11:05 |
Yuri Victorovich (yuri) |
misc/vfc: Update 2.1.0 → 2.1.2 |
2.1.0 28 Sep 2022 02:48:12 |
Yuri Victorovich (yuri) |
misc/vfc: Update 2.0.4 -> 2.1.0
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.4 21 Jun 2022 00:01:50 |
Yuri Victorovich (yuri) |
misc/vfc: Update 2.0.3 -> 2.0.4 |
2.0.3 20 Jun 2022 03:28:20 |
Yuri Victorovich (yuri) |
misc/vfc: New port: Library and tool for converting vertex formats |