mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Remove math/clipper, duplicate of graphics/polyclipping.
This commit is contained in:
parent
5170fcc6f3
commit
512bbf567c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472182
6 changed files with 1 additions and 34 deletions
1
MOVED
1
MOVED
|
@ -10267,3 +10267,4 @@ science/orthanc-postgresql||2018-06-07|Removed, depends on expired science/ortha
|
||||||
science/orthanc-webviewer||2018-06-07|Removed, depends on expired science/orthanc
|
science/orthanc-webviewer||2018-06-07|Removed, depends on expired science/orthanc
|
||||||
graphics/libkface||2018-06-09|Has expired: No longer maintained upstream
|
graphics/libkface||2018-06-09|Has expired: No longer maintained upstream
|
||||||
math/scilab-toolbox-sivp||2018-06-09|Has expired: Cannot build with newer opencv
|
math/scilab-toolbox-sivp||2018-06-09|Has expired: Cannot build with newer opencv
|
||||||
|
math/clipper|graphics/polyclipping|2018-06-11|Duplicate port
|
||||||
|
|
|
@ -152,7 +152,6 @@
|
||||||
SUBDIR += clblas
|
SUBDIR += clblas
|
||||||
SUBDIR += clblast
|
SUBDIR += clblast
|
||||||
SUBDIR += clfft
|
SUBDIR += clfft
|
||||||
SUBDIR += clipper
|
|
||||||
SUBDIR += cln
|
SUBDIR += cln
|
||||||
SUBDIR += cloog
|
SUBDIR += cloog
|
||||||
SUBDIR += clp
|
SUBDIR += clp
|
||||||
|
|
|
@ -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>
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (clipper_ver6.0.0.zip) = c4df34cf91a27963322cb6939475c522f562cd4ee7ed917a00c10e68227179f2
|
|
||||||
SIZE (clipper_ver6.0.0.zip) = 2203619
|
|
|
@ -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
|
|
|
@ -1,4 +0,0 @@
|
||||||
include/polyclipping/clipper.hpp
|
|
||||||
lib/libpolyclipping.so.12.0.0
|
|
||||||
lib/libpolyclipping.so.12
|
|
||||||
lib/libpolyclipping.so
|
|
Loading…
Add table
Reference in a new issue