1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup octave 1.0 |
---|
6 | |
---|
7 | octave.setup octclip 1.0.8 |
---|
8 | platforms darwin |
---|
9 | license GPL-2+ |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description This package allows to do boolean operations with polygons using the \ |
---|
12 | Greiner-Hormann algorithm. |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | checksums rmd160 39cedd52a2a51ca05fdd5b36672e2ca4421cfee7 \ |
---|
16 | sha256 6929666561d6a9857dd73c1cc99e2b5a929df559bcb97b3a9a0bc74f9600ae99 |
---|