| Port details |
- lib3mf Implementation of the 3D Manufacturing Format file standard
- 2.5.0 cad
=0 2.5.0Version of this port present on the latest quarterly branch. - Maintainer: mr@FreeBSD.org
 - Port Added: 2025-11-22 18:09:05
- Last Update: 2026-03-18 16:59:53
- Commit Hash: f5ffe85
- 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 = 1772141586
SHA256 (lib3mf-2.5.0-source-with-submodules.zip) = 46914f7c7a82ee0839fdd09b339daf621540d5c8d8904b2a0449fd67353dd7cb
SIZE (lib3mf-2.5.0-source-with-submodules.zip) = 58890676
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: 4
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.5.0 18 Mar 2026 16:59:53
    |
Michael Reifenberger (mr)  |
cad/lib3mf: Update to 2.5.0
Exclude Java bindings (not used in tree)
PR: 293586
Reported by: Daniel Engberg |
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: 4
|