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
Port details on branch 2024Q4
Clipper2 A Polygon Clipping and Offsetting library (in C++, C
1.4.0_1 cad 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 1.4.0_1Version of this port present on the latest quarterly branch.
Maintainer: mr@freebsd.org search for ports maintained by this maintainer
Port Added: 2024-10-13 17:12:05
Last Update: 2024-10-13 17:10:40
Commit Hash: 9d93248
License: BSL
WWW:
https://github.com/AngusJohnson/Clipper2
Description:
The Clipper2 library performs intersection, union, difference and XOR boolean operations on both simple and complex polygons. It also performs polygon offsetting. This is a major update of my original Clipper library that was written over 10 years ago. That library I'm now calling Clipper1, and while it still works very well, Clipper2 is better in just about every way.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (26 items)
Collapse this list.
  1. /usr/local/share/licenses/Clipper2-1.4.0_1/catalog.mk
  2. /usr/local/share/licenses/Clipper2-1.4.0_1/LICENSE
  3. /usr/local/share/licenses/Clipper2-1.4.0_1/BSL
  4. include/clipper2/clipper.core.h
  5. include/clipper2/clipper.engine.h
  6. include/clipper2/clipper.export.h
  7. include/clipper2/clipper.h
  8. include/clipper2/clipper.minkowski.h
  9. include/clipper2/clipper.offset.h
  10. include/clipper2/clipper.rectclip.h
  11. include/clipper2/clipper.version.h
  12. lib/cmake/clipper2/Clipper2Config.cmake
  13. lib/cmake/clipper2/Clipper2ConfigVersion.cmake
  14. lib/cmake/clipper2/Clipper2Targets-release.cmake
  15. lib/cmake/clipper2/Clipper2Targets.cmake
  16. lib/libClipper2.so
  17. lib/libClipper2.so.1
  18. lib/libClipper2.so.1.4.0
  19. lib/libClipper2Z.so
  20. lib/libClipper2Z.so.1
  21. lib/libClipper2Z.so.1.4.0
  22. libdata/pkgconfig/Clipper2.pc
  23. libdata/pkgconfig/Clipper2Z.pc
  24. @owner
  25. @group
  26. @mode
Collapse this list.
Dependency lines:
  • Clipper2>0:cad/Clipper2
To install the port:
cd /usr/ports/cad/Clipper2/ && make install clean
To add the package, run one of these commands:
  • pkg install cad/Clipper2
  • pkg install Clipper2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: Clipper2
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1728819583 SHA256 (Clipper2_1.4.0.zip) = c327d65a9bc4970f5793cc5460756fc6a51d9233ad1941a303435d154f80accb SIZE (Clipper2_1.4.0.zip) = 1144261

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
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
This port is required by:
for Build
  1. cad/openscad
  2. cad/openscad-devel

Configuration Options:
No options to configure
Options name:
cad_Clipper2
USES:
cmake compiler:c++17-lang dos2unix pathfix zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/AngusJohnson/Clipper2/releases/download/Clipper2_1.4.0/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.0_1
13 Oct 2024 17:10:40
commit hash: 9d93248f5eadf985026df5e381593288a45c9effcommit hash: 9d93248f5eadf985026df5e381593288a45c9effcommit hash: 9d93248f5eadf985026df5e381593288a45c9effcommit hash: 9d93248f5eadf985026df5e381593288a45c9eff files touched by this commit
Michael Reifenberger (mr) search for other commits by this committer
cad/Clipper2: Build shared lib

Switch to shared library and improve port
Bump PORTREVISION

PR:		282056
Reported by:	Daniel Engberg zzy@

(cherry picked from commit ac1e9fccf815f5c70361d8040530643952bf3615)
1.4.0
13 Oct 2024 17:09:47
commit hash: 4f3067e21c399d26885af06fe2a3a06d4bd41349commit hash: 4f3067e21c399d26885af06fe2a3a06d4bd41349commit hash: 4f3067e21c399d26885af06fe2a3a06d4bd41349commit hash: 4f3067e21c399d26885af06fe2a3a06d4bd41349 files touched by this commit
Michael Reifenberger (mr) search for other commits by this committer
cad/Clipper2: add A Polygon Clipping and Offsetting library (in C++, C# &
Delphi)

It will be used by openscad.

Clipper2:
The Clipper2 library performs intersection, union, difference and
XOR boolean operations on both simple and complex polygons.
It also performs polygon offsetting.
This is a major update of my original Clipper library
that was written over 10 years ago.
That library I'm now calling Clipper1,
and while it still works very well,
Clipper2 is better in just about every way.

(cherry picked from commit 90ba3efd0411122e8898a2ca8adddeba4874f2fd)

Number of commits found: 2