Port details |
- libnest2d-ultimaker 2D irregular bin packaging and nesting library
- 5.3.0 devel =2 4.12.0_2Version of this port present on the latest quarterly branch.
- Maintainer: db@FreeBSD.org
- Port Added: 2021-01-01 02:53:07
- Last Update: 2024-09-04 20:04:42
- Commit Hash: 2e5eef9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL3
- WWW:
- https://github.com/Ultimaker/libnest2d
- Description:
- 2D irregular bin packaging and nesting library written in modern C++
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libnest2d-ultimaker>0:devel/libnest2d-ultimaker
- To install the port:
- cd /usr/ports/devel/libnest2d-ultimaker/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libnest2d-ultimaker
- pkg install libnest2d-ultimaker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libnest2d-ultimaker
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1713678948
SHA256 (Ultimaker-libnest2d-5.3.0_GH0.tar.gz) = 06786cce8fb489f8069e7f77882e0a8658fecce6de4f6edec8c147ef5f184020
SIZE (Ultimaker-libnest2d-5.3.0_GH0.tar.gz) = 350790
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
- Library dependencies:
-
- libboost_system.so : devel/boost-libs
- libpolyclipping.so : graphics/polyclipping
- libnlopt.so : math/nlopt
- This port is required by:
- for Run
-
- devel/py-pynest2d
Configuration Options:
- No options to configure
- Options name:
- devel_libnest2d-ultimaker
- USES:
- cmake
- 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 |
5.3.0 04 Sep 2024 20:04:42 |
Diane Bruce (db) Author: Matthieu Volat |
devel/libnest2d-ultimaker: Update for cura 5.7
- upgrade in preparation for cura |
4.12.0_3 25 Aug 2024 13:33:16 |
Rainer Hurling (rhurlin) |
*/*: Bump PORTVERSION of math/nlopt consumers
..due to shlib change |
4.12.0_2 07 May 2023 16:05:34 |
Po-Chuan Hsieh (sunpoet) |
devel/libnest2d-ultimaker: Add NO_ARCH
Approved by: portmgr (blanket) |
4.12.0_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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) |
4.12.0_1 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 ) |
4.12.0_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
4.12.0 04 Aug 2022 22:52:04 |
Diane Bruce (db) |
ports/cura: Update to 4.13.1
Major update to 4.13.1 not 4.12
I've said it before and I'll say it again. This port should be a
group effort but a cads porting team. I'd be happy to give
up Maintainership as my only interest with cura was to get it into
ports.
PR: ports/255630
Reported by: unrelentingtech <greg@unrelenting.technology>
Tested by: trombik1973@gmail.com |
0.4_1 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
0.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4 31 Dec 2020 22:36:58 |
db |
cura is just a front-end, and heavily depends on its dependencies.
without updating depended libraries, new version will not provide what
the release note says. this is especially true in this PR, as the reporter
needs fixes in cura engine, the slicer.
Submitter was not clear with the bugs present. In any case I have corrected
a few missing dependancies and am committing two of the dependencies
for cura-engine.
PR: ports/251236
Reported by: trombik1973@gmail.com |