Port details on branch 2023Q1 |
- collada-dom COLLADA Document Object Model (DOM) C++ Library
- 2.5.0_7 devel
=0 2.5.0_7Version of this port present on the latest quarterly branch. - Maintainer: trueos@norwegianrockcat.com
 - Port Added: 2023-02-20 23:42:49
- Last Update: 2023-02-20 23:40:44
- Commit Hash: 1ad2d00
- License: MIT
- WWW:
- https://github.com/rdiankov/collada-dom
- Description:
- A C++ library that provides an API to the COLLADA Document Object Model
The COLLADA Document Object Model (DOM) is an application programming
interface (API) that provides a C++ object representation of a COLLADA
XML instance document.
This project is a library for loading and saving COLLADA documents
that can contain 2D, 3D, physics and other types of content. It allows
developers to create applications that can exchange COLLADA documents
with commercial content creation tools such as Maya, Max or Softimage.
This project is a very lightweight version of the Sourceforce Collada
Repository. It maintains only the base collada parser with minimal
dependencies.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- collada-dom>0:devel/collada-dom
- To install the port:
- cd /usr/ports/devel/collada-dom/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/collada-dom
- pkg install collada-dom
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: collada-dom
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1569926613
SHA256 (rdiankov-collada-dom-v2.5.0_GH0.tar.gz) = 3be672407a7aef60b64ce4b39704b32816b0b28f61ebffd4fbd02c8012901e0d
SIZE (rdiankov-collada-dom-v2.5.0_GH0.tar.gz) = 4509266
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
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpcre.so : devel/pcre
- libboost_filesystem.so : devel/boost-libs
- libboost_system.so : devel/boost-libs
- libxml2.so : textproc/libxml2
- libminizip.so : archivers/minizip
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_collada-dom
- USES:
- cmake gnome minizip pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.0_7 20 Feb 2023 23:40:44
    |
Robert Clausecker (fuz)  Author: Trenton Schulz |
devel/collada-dom: fix build under 14-CURRENT
Supply pkgconfig so minizip is found. This stops the port from
building its own bundled minizip, avoiding build problems with
LLVM 15 as used on 14-CURRENT.
PR: 269628
MFH: 2023Q1
Approved by: eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38689
(cherry picked from commit 9ce3b459d13e8463c2f865c61a7582ef76f32d90) |
Number of commits found: 1
|