diff options
Diffstat (limited to 'ports/polyclipping')
| -rw-r--r-- | ports/polyclipping/CONTROL | 5 | ||||
| -rw-r--r-- | ports/polyclipping/vcpkg.json | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/polyclipping/CONTROL b/ports/polyclipping/CONTROL deleted file mode 100644 index 6ae357588..000000000 --- a/ports/polyclipping/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: polyclipping -Version: 6.4.2 -Port-Version: 6 -Homepage: https://sourceforge.net/projects/polyclipping/ -Description: 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. diff --git a/ports/polyclipping/vcpkg.json b/ports/polyclipping/vcpkg.json new file mode 100644 index 000000000..8e524232f --- /dev/null +++ b/ports/polyclipping/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "polyclipping", + "version-string": "6.4.2", + "port-version": 7, + "description": "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.", + "homepage": "https://sourceforge.net/projects/polyclipping/" +} |
