From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 12 12:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 38E09796 for ; Tue, 12 Feb 2013 12:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2BCEFAD7 for ; Tue, 12 Feb 2013 12:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1CCK2Fc072192 for ; Tue, 12 Feb 2013 12:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1CCK2jY072191; Tue, 12 Feb 2013 12:20:02 GMT (envelope-from gnats) Date: Tue, 12 Feb 2013 12:20:02 GMT Message-Id: <201302121220.r1CCK2jY072191@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/175845: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2013 12:20:02 -0000 The following reply was made to PR ports/175845; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175845: commit references a PR Date: Tue, 12 Feb 2013 12:11:18 +0000 (UTC) Author: miwi Date: Tue Feb 12 12:11:04 2013 New Revision: 312105 URL: http://svnweb.freebsd.org/changeset/ports/312105 Log: 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 PR: ports/175845 Submitted by: Martin Dieringer Added: head/math/clipper/ head/math/clipper/Makefile (contents, props changed) head/math/clipper/distinfo (contents, props changed) head/math/clipper/pkg-descr (contents, props changed) head/math/clipper/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Feb 12 12:09:30 2013 (r312104) +++ head/math/Makefile Tue Feb 12 12:11:04 2013 (r312105) @@ -73,6 +73,7 @@ SUBDIR += chaco SUBDIR += chryzodus SUBDIR += clarence + SUBDIR += clipper SUBDIR += cln SUBDIR += clp SUBDIR += coinmp Added: head/math/clipper/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clipper/Makefile Tue Feb 12 12:11:04 2013 (r312105) @@ -0,0 +1,20 @@ +# Created by: Martin Dieringer +# $FreeBSD$ + +PORTNAME= clipperlib +PORTVERSION= 5.0.3 +CATEGORIES= math +MASTER_SITES= SF +MASTER_SITE_SUBDIR= polyclipping +DISTNAME= clipper_ver${PORTVERSION} + +MAINTAINER= martin.dieringer@gmx.de +COMMENT= Polygon clipping library + +WRKSRC= ${WRKDIR}/cpp + +USE_LDCONFIG= yes +USE_ZIP= yes +USE_CMAKE= yes + +.include Added: head/math/clipper/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clipper/distinfo Tue Feb 12 12:11:04 2013 (r312105) @@ -0,0 +1,2 @@ +SHA256 (clipper_ver5.0.3.zip) = e48178e84b51b4ef7a1d13c0c6e1536e4e55ade71d893c26ba533915fc98fac3 +SIZE (clipper_ver5.0.3.zip) = 1557310 Added: head/math/clipper/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clipper/pkg-descr Tue Feb 12 12:11:04 2013 (r312105) @@ -0,0 +1,7 @@ +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 Added: head/math/clipper/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clipper/pkg-plist Tue Feb 12 12:11:04 2013 (r312105) @@ -0,0 +1,5 @@ +include/polyclipping/clipper.hpp +lib/libpolyclipping.so.5.0.0 +lib/libpolyclipping.so.5 +lib/libpolyclipping.so +@dirrmtry include/polyclipping _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"