Port details on branch 2024Q4 |
- Clipper2 A Polygon Clipping and Offsetting library (in C++, C
- 1.4.0_1 cad =0 1.4.0_1Version of this port present on the latest quarterly branch.
- Maintainer: mr@freebsd.org
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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:
- 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
- This port is required by:
- for Build
-
- cad/openscad
- 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:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0_1 13 Oct 2024 17:10:40 |
Michael Reifenberger (mr) |
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 |
Michael Reifenberger (mr) |
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
|