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
Clipper2 A Polygon Clipping and Offsetting library (in C++, C
1.4.0_1 cadnew! 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 11:30:07
Last Update: 2024-10-13 16:50:56
Commit Hash: ac1e9fc
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

Packages (timestamps in pop-ups are UTC):
Clipper2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.4.0_1--1.4.0_1---
FreeBSD:13:quarterly1.4.0_11.4.0_1-1.4.0_11.4.0_1---
FreeBSD:14:latest-1.4.0_1--1.4.0_1---
FreeBSD:14:quarterly-1.4.0_1--1.4.0_1---
FreeBSD:15:latest1.4.0_11.4.0_1n/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
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 16:50:56
commit hash: ac1e9fccf815f5c70361d8040530643952bf3615commit hash: ac1e9fccf815f5c70361d8040530643952bf3615commit hash: ac1e9fccf815f5c70361d8040530643952bf3615commit hash: ac1e9fccf815f5c70361d8040530643952bf3615 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@
1.4.0
13 Oct 2024 11:28:21
commit hash: 90ba3efd0411122e8898a2ca8adddeba4874f2fdcommit hash: 90ba3efd0411122e8898a2ca8adddeba4874f2fdcommit hash: 90ba3efd0411122e8898a2ca8adddeba4874f2fdcommit hash: 90ba3efd0411122e8898a2ca8adddeba4874f2fd 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.

Number of commits found: 2