Files

28 lines
1.2 KiB
Tcl

# -*- 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
PortSystem 1.0
PortGroup cmake 1.0
name polyclipping
version 6.4.2
categories graphics
platforms darwin
license Boost-1
maintainers {@sikmir gmail.com:sikmir} openmaintainer
description Polygon and line clipping and offsetting library
long_description 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.
homepage https://sourceforge.net/projects/polyclipping/
master_sites sourceforge
distname clipper_ver${version}
worksrcdir cpp
checksums rmd160 ce81f9aaa4c705fa65be4b06d53e7b5e9ca08f02 \
sha256 a14320d82194807c4480ce59c98aa71cd4175a5156645c4e2b3edd330b930627
use_zip yes
cmake.out_of_source yes
livecheck.regex {/clipper_ver(\d+(?:\.\d+)*)}