diff options
author | tijl <tijl@FreeBSD.org> | 2018-06-11 19:06:11 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-06-11 19:06:11 +0800 |
commit | 4463bab1d21e0011091ac351ec16570c95a4a591 (patch) | |
tree | d512c7224c37bcff298bbed30a2799c9235c724a /math | |
parent | 1ff3d6e893a8ce39646d3cac67e43f054664c0bf (diff) | |
download | freebsd-ports-gnome-4463bab1d21e0011091ac351ec16570c95a4a591.tar.gz freebsd-ports-gnome-4463bab1d21e0011091ac351ec16570c95a4a591.tar.zst freebsd-ports-gnome-4463bab1d21e0011091ac351ec16570c95a4a591.zip |
Remove math/clipper, duplicate of graphics/polyclipping.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/clipper/Makefile | 20 | ||||
-rw-r--r-- | math/clipper/distinfo | 2 | ||||
-rw-r--r-- | math/clipper/pkg-descr | 7 | ||||
-rw-r--r-- | math/clipper/pkg-plist | 4 |
5 files changed, 0 insertions, 34 deletions
diff --git a/math/Makefile b/math/Makefile index a6304979fcfe..2af688b8d491 100644 --- a/math/Makefile +++ b/math/Makefile @@ -152,7 +152,6 @@ SUBDIR += clblas SUBDIR += clblast SUBDIR += clfft - SUBDIR += clipper SUBDIR += cln SUBDIR += cloog SUBDIR += clp diff --git a/math/clipper/Makefile b/math/clipper/Makefile deleted file mode 100644 index aa829c9033a2..000000000000 --- a/math/clipper/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Martin Dieringer <martin.dieringer@gmx.de> -# $FreeBSD$ - -PORTNAME= clipperlib -PORTVERSION= 6.0.0 -CATEGORIES= math -MASTER_SITES= SF/polyclipping -DISTNAME= clipper_ver${PORTVERSION} - -MAINTAINER= martin.dieringer@gmx.de -COMMENT= Polygon clipping library - -LICENSE= BSL - -WRKSRC= ${WRKDIR}/cpp - -USE_LDCONFIG= yes -USES= cmake zip - -.include <bsd.port.mk> diff --git a/math/clipper/distinfo b/math/clipper/distinfo deleted file mode 100644 index 64e4ba36a97a..000000000000 --- a/math/clipper/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (clipper_ver6.0.0.zip) = c4df34cf91a27963322cb6939475c522f562cd4ee7ed917a00c10e68227179f2 -SIZE (clipper_ver6.0.0.zip) = 2203619 diff --git a/math/clipper/pkg-descr b/math/clipper/pkg-descr deleted file mode 100644 index 8d9e2757d84e..000000000000 --- a/math/clipper/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Clipper library primarily performs boolean clipping (intersection, -union, difference and xor) on polygons in 2D space. There are no -restrictions on either the number nor the type of polygon that can be -clipped. They can have holes, be self-intersecting and even have coincident -edges. The library also performs polygon offsetting - -WWW: http://www.angusj.com/delphi/clipper.php diff --git a/math/clipper/pkg-plist b/math/clipper/pkg-plist deleted file mode 100644 index 9d4049b09463..000000000000 --- a/math/clipper/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -include/polyclipping/clipper.hpp -lib/libpolyclipping.so.12.0.0 -lib/libpolyclipping.so.12 -lib/libpolyclipping.so |