notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
libnest2d-ultimaker 2D irregular bin packaging and nesting library
4.12.0_2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.12.0_2Version of this port present on the latest quarterly branch.
Maintainer: db@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-01-01 02:53:07
Last Update: 2023-05-07 16:05:34
Commit Hash: 90c70cc
License: LGPL3
WWW:
https://github.com/Ultimaker/libnest2d
Description:
2D irregular bin packaging and nesting library written in modern C++
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (39 items)
Collapse this list.
  1. /usr/local/share/licenses/libnest2d-ultimaker-4.12.0_2/catalog.mk
  2. /usr/local/share/licenses/libnest2d-ultimaker-4.12.0_2/LICENSE
  3. /usr/local/share/licenses/libnest2d-ultimaker-4.12.0_2/LGPL3
  4. include/libnest2d/backends/clipper/clipper_polygon.hpp
  5. include/libnest2d/backends/clipper/geometries.hpp
  6. include/libnest2d/common.hpp
  7. include/libnest2d/geometry_traits.hpp
  8. include/libnest2d/geometry_traits_nfp.hpp
  9. include/libnest2d/libnest2d.hpp
  10. include/libnest2d/nester.hpp
  11. include/libnest2d/optimizer.hpp
  12. include/libnest2d/optimizers/nlopt/genetic.hpp
  13. include/libnest2d/optimizers/nlopt/nlopt_boilerplate.hpp
  14. include/libnest2d/optimizers/nlopt/simplex.hpp
  15. include/libnest2d/optimizers/nlopt/subplex.hpp
  16. include/libnest2d/parallel.hpp
  17. include/libnest2d/placers/bottomleftplacer.hpp
  18. include/libnest2d/placers/nfpplacer.hpp
  19. include/libnest2d/placers/placer_boilerplate.hpp
  20. include/libnest2d/selections/djd_heuristic.hpp
  21. include/libnest2d/selections/filler.hpp
  22. include/libnest2d/selections/firstfit.hpp
  23. include/libnest2d/selections/selection_boilerplate.hpp
  24. include/libnest2d/utils/bigint.hpp
  25. include/libnest2d/utils/boost_alg.hpp
  26. include/libnest2d/utils/metaloop.hpp
  27. include/libnest2d/utils/rational.hpp
  28. include/libnest2d/utils/rotcalipers.hpp
  29. include/libnest2d/utils/rotfinder.hpp
  30. lib/cmake/Libnest2D/FindClipper.cmake
  31. lib/cmake/Libnest2D/FindNLopt.cmake
  32. lib/cmake/Libnest2D/FindTBB.cmake
  33. lib/cmake/Libnest2D/Libnest2DConfig.cmake
  34. lib/cmake/Libnest2D/Libnest2DConfigVersion.cmake
  35. lib/cmake/Libnest2D/Libnest2DTargets.cmake
  36. lib/cmake/Libnest2D/RPPackageVersions.cmake
  37. @owner
  38. @group
  39. @mode
Collapse this list.
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 = 1643649196 SHA256 (Ultimaker-libnest2d-4.12.0_GH0.tar.gz) = 38ff1a82a3819c521d0203ff84b2850f12a3038cc7cf933aa295c182736c4b3b SIZE (Ultimaker-libnest2d-4.12.0_GH0.tar.gz) = 366602

Packages (timestamps in pop-ups are UTC):
libnest2d-ultimaker
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.12.0_24.12.0_2--4.12.0_2---
FreeBSD:13:quarterly4.12.0_24.12.0_2--4.12.0_2---
FreeBSD:14:latest4.12.0_24.12.0_2--4.12.0_2---
FreeBSD:14:quarterly4.12.0_24.12.0_2--4.12.0_2---
FreeBSD:15:latest4.12.0_24.12.0_2n/a-n/a--4.12.0_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. libboost_system.so : devel/boost-libs
  2. libpolyclipping.so : graphics/polyclipping
  3. libnlopt.so : math/nlopt
This port is required by:
for Build
  1. devel/py-pynest2d
for Run
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/Ultimaker/libnest2d/tar.gz/4.12.0?dummy=/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.12.0_2
07 May 2023 16:05:34
commit hash: 90c70cc23d260f2d416acdfd1f07337a4bbe217acommit hash: 90c70cc23d260f2d416acdfd1f07337a4bbe217acommit hash: 90c70cc23d260f2d416acdfd1f07337a4bbe217acommit hash: 90c70cc23d260f2d416acdfd1f07337a4bbe217a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libnest2d-ultimaker: Add NO_ARCH

Approved by:	portmgr (blanket)
4.12.0_2
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
4.12.0_1
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
4.12.0
04 Aug 2022 22:52:04
commit hash: 0628704aae0c4d91e325b2d7d53dab04bcd2769acommit hash: 0628704aae0c4d91e325b2d7d53dab04bcd2769acommit hash: 0628704aae0c4d91e325b2d7d53dab04bcd2769acommit hash: 0628704aae0c4d91e325b2d7d53dab04bcd2769a files touched by this commit
Diane Bruce (db) search for other commits by this committer
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
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
0.4
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.4
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.4
31 Dec 2020 22:36:58
Revision:559783Original commit files touched by this commit
db search for other commits by this committer
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

Number of commits found: 10