| Port details |
- lib3mf Implementation of the 3D Manufacturing Format file standard
- 2.4.1_1 cad
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: mr@FreeBSD.org
 - Port Added: 2025-11-22 18:09:05
- Last Update: 2025-11-23 10:35:57
- Commit Hash: 21a37de
- License: BSD2CLAUSE
- WWW:
- http://3mf.io/
- Description:
- lib3mf is a C++ implementation of the 3D Manufacturing Format file
standard.
It provides 3MF reading and writing capabilities, as well as
conversion and validation tools for input and output data. lib3mf
runs on Windows, Linux and MacOS and offers a clean and easy-to-use
API in various programming languages to speed up the development
and keep integration costs at a minimum.
As 3MF shall become an universal 3D Printing standard, its quick
adoption is very important. This library shall lower all barriers
of adoption to any possible user, let it be software providers,
hardware providers, service providers or middleware tools.
The specification can be downloaded at http://3mf.io/specification/.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/cad/lib3mf/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/lib3mf
- pkg install lib3mf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lib3mf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1763840749
SHA256 (lib3mf-2.4.1-source-with-submodules.zip) = 4e9e1776f4dd1b3dfce684ce9bb4ad1157dadf29908a1f3aabb6cd4358bf3248
SIZE (lib3mf-2.4.1-source-with-submodules.zip) = 55681831
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:
-
- fast_float>0 : math/fast_float
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- googletest>0 : devel/googletest
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libzip.so : archivers/libzip
- This port is required by:
- for Libraries
-
- cad/openscad-devel
Configuration Options:
- No options to configure
- Options name:
- cad_lib3mf
- USES:
- compiler:c++17-lang cmake:testing localbase:ldflags pathfix pkgconfig python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.4.1_1 23 Nov 2025 10:35:57
    |
Daniel Engberg (diizzy)  |
cad/lib3mf: Adjust EXTRACT_AFTER_ARGS
Defining EXTRACT_AFTER_ARGS removes the default
--no-same-owner --no-same-permissions
Approved by: blanket, just fix it |
2.4.1_1 22 Nov 2025 19:50:25
    |
Michael Reifenberger (mr)  |
cad/lib3mf: Patch for lib3mf
* Use upstream release archive [1]
* Remove commented lines (leftovers)
* Unbundle fast_float as a build dependency [2]
* Remove incorrect library depenency of googletest
* Define compiler:c++17-lang instead of compiler:c++20-lang
* Define localbase:ldflags [3]
* Don't extract (un)bundled libraries (requires bsdtar)
* Use CMake helpers [4]
* Enable "make test"
PR: 291154
Reported by: Daniel Engberg |
2.4.1 22 Nov 2025 18:06:17
    |
Michael Reifenberger (mr)  |
cad/lib3mf: Add lib3mf
lib3mf is a C++ implementation of the 3D Manufacturing Format file
standard.
It provides 3MF reading and writing capabilities, as well as
conversion and validation tools for input and output data. lib3mf
runs on Windows, Linux and MacOS and offers a clean and easy-to-use
API in various programming languages to speed up the development
and keep integration costs at a minimum.
As 3MF shall become an universal 3D Printing standard, its quick
adoption is very important. This library shall lower all barriers
of adoption to any possible user, let it be software providers,
hardware providers, service providers or middleware tools.
The specification can be downloaded at http://3mf.io/specification/. |
Number of commits found: 3
|