Bug 214583 - [NEW PORT] graphics/polyclipping: Polygon and line clipping and offsetting library
Summary: [NEW PORT] graphics/polyclipping: Polygon and line clipping and offsetting li...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Olivier Duchateau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-16 20:33 UTC by Nikolay Korotkiy
Modified: 2016-11-21 06:45 UTC (History)
2 users (show)

See Also:


Attachments
polyclipping.diff (1.73 KB, patch)
2016-11-16 20:33 UTC, Nikolay Korotkiy
no flags Details | Diff
polyclipping.diff (1.84 KB, patch)
2016-11-16 21:20 UTC, Nikolay Korotkiy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolay Korotkiy 2016-11-16 20:33:13 UTC
Created attachment 177089 [details]
polyclipping.diff

The Clipper library performs clipping and offsetting for bothlines and polygons. All four boolean clipping operations aresupported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons.
Comment 1 Nikolay Korotkiy 2016-11-16 21:20:05 UTC
Created attachment 177090 [details]
polyclipping.diff
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-11-21 06:42:44 UTC
A commit references this bug:

Author: olivierd
Date: Mon Nov 21 06:42:03 UTC 2016
New revision: 426692
URL: https://svnweb.freebsd.org/changeset/ports/426692

Log:
  polyclipping - Polygon and line clipping and offsetting library.

  The Clipper library performs clipping and offsetting for both
  lines and polygons. All four boolean clipping operations are
  supported - intersection, union, difference and exclusive-or.
  Polygons can be of any shape including self-intersecting polygons.

  WWW: http://sourceforge.net/projects/polyclipping/

  PR:		214583
  Submitted by:	Nikolay Korotkiy

Changes:
  head/graphics/Makefile
  head/graphics/polyclipping/
  head/graphics/polyclipping/Makefile
  head/graphics/polyclipping/distinfo
  head/graphics/polyclipping/pkg-descr
Comment 3 Olivier Duchateau freebsd_committer freebsd_triage 2016-11-21 06:45:12 UTC
Committed.

distinfo has been regenerated, because TIMESTAMP was absent.