From martin.dieringer@gmx.de  Mon Feb  4 20:48:38 2013
Return-Path: <martin.dieringer@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 1B1B4954
	for <freebsd-gnats-submit@freebsd.org>; Mon,  4 Feb 2013 20:48:38 +0000 (UTC)
	(envelope-from martin.dieringer@gmx.de)
Received: from mout.gmx.net (mout.gmx.net [212.227.17.21])
	by mx1.freebsd.org (Postfix) with ESMTP id A6467DA8
	for <freebsd-gnats-submit@freebsd.org>; Mon,  4 Feb 2013 20:48:37 +0000 (UTC)
Received: from mailout-de.gmx.net ([10.1.76.12]) by mrigmx.server.lan
 (mrigmx002) with ESMTP (Nemesis) id 0MTMkb-1UUt4U0FwV-00SMzp for
 <FreeBSD-gnats-submit@freebsd.org>; Mon, 04 Feb 2013 21:48:37 +0100
Received: (qmail invoked by alias); 04 Feb 2013 20:48:36 -0000
Received: from p54AF4A6B.dip0.t-ipconnect.de (EHLO thinkpad.nowhere.local) [84.175.74.107]
  by mail.gmx.net (mp012) with SMTP; 04 Feb 2013 21:48:36 +0100
Received: by thinkpad.nowhere.local (Postfix, from userid 1001)
	id 79E69D458; Mon,  4 Feb 2013 21:48:36 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by thinkpad.nowhere.local (Postfix) with ESMTP id 76504D457
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  4 Feb 2013 21:48:36 +0100 (CET)
Message-Id: <alpine.BSF.2.00.1302042146250.27113@thinkpad.nowhere.local>
Date: Mon, 4 Feb 2013 21:48:36 +0100 (CET)
From: Martin Dieringer <martin.dieringer@gmx.de>
Reply-To: Martin Dieringer <martin.dieringer@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [NEW PORT] math/clipperlib: Polygon clipping library

>Number:         175845
>Category:       ports
>Synopsis:       [NEW PORT] math/clipperlib: Polygon clipping library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 04 20:50:00 UTC 2013
>Closed-Date:    Tue Feb 12 12:10:53 UTC 2013
>Last-Modified:  Tue Feb 12 12:20:01 UTC 2013
>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:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Feb 12 12:10:53 UTC 2013 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175845 

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 <martin.dieringer@gmx.de>
 
 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 <martin.dieringer@gmx.de>
 +# $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 <bsd.port.mk>
 
 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"
 
>Unformatted:
