View | Details | Raw Unified | Return to bug 214583 | Differences between
and this patch

Collapse All | Expand All

(-)i/graphics/polyclipping/Makefile (+32 lines)
Added Link Here
1
# Created by: Nikolay Korotkiy <sikmir@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	polyclipping
5
PORTVERSION=	6.1.3a
6
CATEGORIES=	graphics
7
MASTER_SITES=	http://downloads.sourceforge.net/polyclipping/
8
DISTNAME=	clipper_ver${PORTVERSION}
9
10
MAINTAINER=	sikmir@gmail.com
11
COMMENT=	Polygon and line clipping and offsetting library
12
13
LICENSE=	BSL
14
LICENSE_FILE=	${WRKSRC}/License.txt
15
16
USES=		cmake:outsource zip
17
USE_LDCONFIG=	yes
18
19
NO_WRKSUBDIR=	yes
20
21
CMAKE_SOURCE_PATH=	${WRKSRC}/cpp
22
23
PLIST_FILES=	include/polyclipping/clipper.hpp \
24
		lib/libpolyclipping.so \
25
		lib/libpolyclipping.so.16 \
26
		lib/libpolyclipping.so.16.0.0 \
27
		libdata/pkgconfig/polyclipping.pc
28
29
post-patch:
30
	@${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/cpp/CMakeLists.txt
31
32
.include <bsd.port.mk>
(-)i/graphics/polyclipping/distinfo (+2 lines)
Added Link Here
1
SHA256 (clipper_ver6.1.3a.zip) = 5928e483bbba726eaa6197bfe33d05b7738e47f93450412ec78d6df5c2fd16e8
2
SIZE (clipper_ver6.1.3a.zip) = 2216993
(-)i/graphics/polyclipping/pkg-descr (+8 lines)
Added Link Here
1
polyclipping - Polygon and line clipping and offsetting library.
2
3
The Clipper library performs clipping and offsetting for both
4
lines and polygons. All four boolean clipping operations are
5
supported - intersection, union, difference and exclusive-or.
6
Polygons can be of any shape including self-intersecting polygons.
7
8
WWW: http://sourceforge.net/projects/polyclipping/

Return to bug 214583