1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.0 |
---|
5 | |
---|
6 | name polyclipping |
---|
7 | version 6.4.2 |
---|
8 | categories graphics |
---|
9 | platforms darwin |
---|
10 | license Boost-1 |
---|
11 | maintainers {@sikmir gmail.com:sikmir} openmaintainer |
---|
12 | description Polygon and line clipping and offsetting library |
---|
13 | long_description Clipper library performs clipping and offsetting for both \ |
---|
14 | lines and polygons. All four boolean clipping operations are \ |
---|
15 | supported - intersection, union, difference and exclusive-or. \ |
---|
16 | Polygons can be of any shape including self-intersecting polygons. |
---|
17 | homepage http://sourceforge.net/projects/polyclipping/ |
---|
18 | master_sites sourceforge |
---|
19 | distname clipper_ver${version} |
---|
20 | worksrcdir cpp |
---|
21 | checksums rmd160 ce81f9aaa4c705fa65be4b06d53e7b5e9ca08f02 \ |
---|
22 | sha256 a14320d82194807c4480ce59c98aa71cd4175a5156645c4e2b3edd330b930627 |
---|
23 | |
---|
24 | use_zip yes |
---|
25 | cmake.out_of_source yes |
---|