Date: Mon, 4 Feb 2013 21:48:36 +0100 (CET) From: Martin Dieringer <martin.dieringer@gmx.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/175845: [NEW PORT] math/clipperlib: Polygon clipping library Message-ID: <alpine.BSF.2.00.1302042146250.27113@thinkpad.nowhere.local> Resent-Message-ID: <201302042050.r14Ko0TR041989@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175845 >Category: ports >Synopsis: [NEW PORT] math/clipperlib: Polygon clipping library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 04 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Martin Dieringer >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 9.1-PRERELEASE #17: Mon Dec 10 21:23:18 CET 2012 >Description: 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 Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # clipper # clipper/pkg-plist # clipper/pkg-descr # clipper/distinfo # clipper/Makefile # echo c - clipper mkdir -p clipper > /dev/null 2>&1 echo x - clipper/pkg-plist sed 's/^X//' >clipper/pkg-plist << 'a8237ef912a3144ece87ad90b096b231' Xinclude/polyclipping/clipper.hpp Xlib/libpolyclipping.so.5.0.0 Xlib/libpolyclipping.so.5 Xlib/libpolyclipping.so X@dirrmtry include/polyclipping a8237ef912a3144ece87ad90b096b231 echo x - clipper/pkg-descr sed 's/^X//' >clipper/pkg-descr << 'd439394b48b637f33167e2dbebf4db95' XThe Clipper library primarily performs boolean clipping (intersection, Xunion, difference and xor) on polygons in 2D space. There are no Xrestrictions on either the number nor the type of polygon that can be Xclipped. They can have holes, be self-intersecting and even have coincident Xedges. The library also performs polygon offsetting X XWWW: http://www.angusj.com/delphi/clipper.php d439394b48b637f33167e2dbebf4db95 echo x - clipper/distinfo sed 's/^X//' >clipper/distinfo << '853b660d8a0b12e78198f03b25576f39' XSHA256 (clipper_ver5.0.3.zip) = e48178e84b51b4ef7a1d13c0c6e1536e4e55ade71d893c26ba533915fc98fac3 XSIZE (clipper_ver5.0.3.zip) = 1557310 853b660d8a0b12e78198f03b25576f39 echo x - clipper/Makefile sed 's/^X//' >clipper/Makefile << 'f7279c1b6343370060449e3ea7773d70' X# $FreeBSD$ X XPORTNAME= clipperlib XPORTVERSION= 5.0.3 XCATEGORIES= math XMASTER_SITES= SF XMASTER_SITE_SUBDIR= polyclipping XDISTNAME= clipper_ver${PORTVERSION} X XMAINTAINER= martin.dieringer@gmx.de XCOMMENT= Polygon clipping library X XWRKSRC= ${WRKDIR}/cpp X XUSE_ZIP= yes XUSE_CMAKE= yes X X.include <bsd.port.mk> f7279c1b6343370060449e3ea7773d70 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1302042146250.27113>