aboutsummaryrefslogtreecommitdiff
path: root/graphics/polyclipping
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Update to 6.4.2Olivier Duchateau2017-03-012-5/+4
| | | | | | | | PR: 217430 Submitted by: Nikolay (maintainer) Notes: svn path=/head/; revision=435189
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Update to 6.4Jason E. Hale2016-12-012-7/+8
| | | | | | | | | | While here: Use SF macro in MASTER_SITES PR: 214730 Submitted by: Nikolay Korotkiy <sikmir@gmail.com> (maintainer) Notes: svn path=/head/; revision=427527
* polyclipping - Polygon and line clipping and offsetting library.Olivier Duchateau2016-11-213-0/+43
The Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons. WWW: http://sourceforge.net/projects/polyclipping/ PR: 214583 Submitted by: Nikolay Korotkiy Notes: svn path=/head/; revision=426692